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?