1 | initial version |
there is no support for video files (apart from MJPEG/avi) in the opencv android sdk, lacking any backend for this (like FFMPEG/GSTREAMER), so you won't be able to read/write files or ip streams.
also, the C-api you're trying with was deprecated long ago, you MUST not use it.
2 | No.2 Revision |
there is no support for video files (apart from MJPEG/avi) in the opencv android sdk, lacking any backend for this (like FFMPEG/GSTREAMER), so you won't be able to read/write files or ip streams.
also, the C-api you're trying with was deprecated long ago, you MUST not use it.it.
(please use cv::VideoCapture and the c++ api in general)