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 ?
1 | initial version |
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 ?
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