There is no "VideoWriter" class in the Opencv java interface

official opencv java website: http://opencv.org/opencv-java-api.html opencv javadoc: http://docs.opencv.org/java/

I just find the "VideoCapture" class, but there is no "VideoWriter" class, so it can only capture one frame, but cannot capture H.264 video, for example.

I do not know why

+3
source share
1 answer

This is a known bug . You will have to wait a bit for it to fix.

+3
source

All Articles