Python Forum

Full Version: Developing Python with OpenCV into an Android App
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I've recently created a pretty basic python script that heavily uses and requires OpenCV. I would like to develop it into an Android App (and ideally an iOS app eventually), but I can't find any way to build a python script into an Android app while preserving required libraries. VOC is something I've looked at, but it only supports standard-library scripts. I've also looked into OpenCV's Android Documentation, but it is all written in Java and C++. Ultimately what I'm looking for is a program that can build a python script with external dependencies into an Android App. I know this is a tall order and I will probably just end up learning how to use OpenCV's Android Development tools, but I figured I'd post here to see if there are any tools that I've missed that could save me a lot of work.

Thanks!

- AviationFreak :)