Capture Video and Audio

0

I'm building a program that interacts with the user, and I want to implement the same audio and video capture, however the only way I found it was with API .. Is there any way to do a video capture (webcam) and audio of a user without the use of Java API?

If not, what would be the most appropriate API?

    
asked by anonymous 04.11.2014 / 06:09

1 answer

2

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

    
06.11.2014 / 10:37