How to capture video from webcam(in java)? [duplicate]
This question already has an answer here: Capturing image from webcam in java? 16 answers I want to develop an application in java to capture video from webcam and store it onto a particular location.Can anyone provide me the working code? What type(usb,ip etc..) of webcam is the best in order to develop the application. Please help me. how to proceed? Check out David's solution using JMF: http://www.mutong.com/fischer/java/usbcam/ I would recommend using webcam-capture project (I'm the author). There is a example of how to record video from webcam device - you can find it here . This project