Opencv java interface has no "VideoWriter" class
java, opencv
Solution
this is a known bug . you'll have to wait a bit for it getting fixed.
Problem
official opencv java homepage: http://opencv.org/opencv-java-api.html opencv javadoc: http://docs.opencv.org/java/ I just find "VideoCapture" class, but no "VideoWriter" class, so can only capture one frame but can't capture a H.264 video for example. don't know why