I am new to Opencv4Android, now I want to use android to open a file from android device by filename, but once i use
VideoCapture cap; cap.open("/mnt/sdcard/DCIM/Camera/demo.mp4");
the app crash. Code cannot get through cap.open(""). Does anyone has ever try this, please help ! Thanks !