I tried using QPython, but had difficulties in installing numpy, let alone OpenCV . Is there anyway I can run my OpenCV code on android? I have read this answer, Is there a way to run Python on Android? , however, I need to know if OpenCV is supported in particular. If not, is it possible to run it on a rooted android phone?
            Asked
            
        
        
            Active
            
        
            Viewed 1,331 times
        
    0
            
            
        - 
                    2you *can* run python on android using sl4a or such, but no way using cv2 there (you'd have to port it in the same way, rmi calls and all). atm, java / c++ are the only way to run opencv on android. – berak May 27 '14 at 11:50
- 
                    Any documentation on how I could port it? – GradStudent May 27 '14 at 12:15
- 
                    existing documentation would mean, someone did that before ;) – berak May 27 '14 at 12:15
 
    