Why OpenCV4Android VideoCapture cannot open filename in android
I am new to Opencv4Android, now I want to use android to open a file from android device by filename, The codes are like below:
VideoCapture cap; cap.open("/mnt/sdcard/DCIM/Camera/demo.mp4");
I found it always be empty, and always read an empty Mat by cap.read(); Does anyone has ever try this, please help ! Thanks !
Have you resolved this issue?