Closed xray1111 closed 7 years ago
The issue is most likely caused by missing video support in standard javacpp-presets opencv
binaries. See the javacpp-presets opencv cppbuild.sh line 93:
-DWITH_FFMPEG=OFF -DWITH_GSTREAMER=OFF
Can you rise the question about the lack of video support with the javacpp-presets
project?
Actually, Jarek, the idea is to use FFmpegFrameGrabber...
@saudet OK. I will rework examples to use 'FFmpegFrameGrabber', so they work with standard binaries.
@xray1111 The video examples are now rewritten to use FFmpegFrameGrabber
instead of VideoCapture
to make them work again.
Thanks a lot, I'll try it soon. @jpsacha
Examples in chapter11 can not run properly under ubuntu 16.04 or windows7, just showing the errror "failed to open input video", any suggestion? Thanks!