Capture Video and Audio

Asked

Viewed 117 times

0

I’m building a program that interacts with the user, and I want to implement it in the same audio and video capture, but the only way I found it was with API.. Is there any way to capture video (webcam) and audio from a user without using the Java API?

if not, what would be the most appropriate API?

1 answer

2

No! There is no way to do what you want without using a more appropriate API. Java does not provide the means to access the hardware.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.