Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Manage mp4 video

Hi Community, I am afraid to know the answer, anyway this is may question: is it possible to load a mp4 video with OpenCV Java 3.4 ?

Manage mp4 video

Hi Community, I am afraid to know the answer, anyway this is may question: is it possible to load a mp4 video with OpenCV Java 3.4 ? Currently when I try to open the video:

String input = "path-to-mp4-filr";
VideoCapture cap = new VideoCapture();
cap.open(input);

I get cap.isOpened() always false