cannot open video file with VideoCapture on Android

asked 2014-09-06 14:43:17 -0600

Did you anyone who know why I cannot open the video file with the VideoCapture function on Android? and how to fix it?

edit retag flag offensive close merge delete

Comments

My android device is Nexus4(Android 4.4) OpenCV version 2.4.9

JimmyChen gravatar imageJimmyChen ( 2014-09-06 14:44:11 -0600 )edit

opencv can't read or write video files on android (missing ffmpeg backend)

you will have to find another library for this

berak gravatar imageberak ( 2014-09-07 01:45:47 -0600 )edit