1 | initial version |
unfortunately, you cannot open video files on android using VideoCapture.
(there is no backend for this, like ffmpeg or gstreamer)
(opencv3 comes with a builtin mjpg /avi codec.)
2 | No.2 Revision |
unfortunately, you cannot open video files (or url-streams) on android using VideoCapture.
(there is no backend for this, like ffmpeg or gstreamer)
(opencv3 comes with a builtin mjpg /avi codec.)