Best way to access web camera in Java
I think the project you are looking for is: https://github.com/sarxos/webcam-capture (I’m the author) There is an example working exactly as you’ve described – after it’s run, the window appear where, after you press “Start” button, you can see live image from webcam device and save it to file after you click on “Snapshot” (source code … Read more