Ask Your Question

Revision history [back]

click to hide/show revision 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.

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)