OpenCV Android with python
Hi,
I am working with OpenCV python. I wish to launch my application in a mobile device i.e. android device. But OpenCV android seems to support only Java. Is there a way where I can use my Python script for OpenCV4Android. Or does anyone know if a future version compatible with python is being released?
Thanks in advance,
there is sl4a / PythonForAndroid, unfortunately, it uses hardcoded java rmi invocations for anything os related. so - no opencv bindings there ;(
i guess, you'll have to learn java
thanks berak, Guess I do have to learn Java. Do you think we can extend the code from python to java and then use it? btw do you have any idea id OpenCV plans to launch this with python?
thanx berak. i guess i will go with java. seems like an easier and better option