Manage mp4 video

asked 2018-07-04 14:30:04 -0600

procton gravatar image

updated 2018-07-04 14:53:23 -0600

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

edit retag flag offensive close merge delete