I\'m currently working on Android native image processing with camera/video.
I\'m using OpenCV 3.2 to capture and process image.
The problem is that I cannot
This format "mp4" you can't see the VideoCapture with Android. You need to make two conversions:
As you can see in: http://answers.opencv.org/question/126732/loading-video-files-using-videocapture-in-android/
This is an example: https://github.com/WritingMinds/ffmpeg-android-java.