Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Whether you working on desktop or Android? Are you going to read from file or from camera?

On Android you can only read from camera, and you should use the same VideoCapture class: http://docs.opencv.org/java/org/opencv/highgui/VideoCapture.html . Video IO is not available. Unfortunately I don't know the current status on desktop Java, but you can try to use the same class.