Skip to content Skip to sidebar Skip to footer

CaptureFromFile In OpenCV On Android In Java

Maybe I'm being a bit slow, but I can't find the equivalent of CaptureFromFile for grabbing video frames one by one from a file in OpenCV in Java on Android. Can anyone put me out

Solution 1:

OpenCV does not support video reading/writing on Android yet.


Solution 2:

Take a look at solution in here. Also, it seems like Open CV is available thrue Android NDK, here you may find how to use it. In addition, you may take a look at Processing, which i believe supports Open CV and able to export code as apk.


Post a Comment for "CaptureFromFile In OpenCV On Android In Java"