0

Need to do it without using any swing or other GUI as background process.

crazycrv
  • 2,395
  • 2
  • 19
  • 20

1 Answers1

0

There is a similar question here: Capturing image from webcam in java?

If that helps you, you could just create a .jar file and execute it from the comandline, or use a batch. You dont need to use gui, your camera can just record and save the information on the disk without displaying it in the screen. Have a look at that link.

Community
  • 1
  • 1
javing
  • 12,307
  • 35
  • 138
  • 211