-
Notifications
You must be signed in to change notification settings - Fork 881
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide support for iOS wheels #807
Comments
Thanks for valuable suggestion, can you provide at least 1 example of such library? |
We are using this to access OpenCV directly in Swift. https://docs.opencv.org/4.x/d5/da3/tutorial_ios_install.html In our case, we write a lot of Python related code for AI and data sciences for proof of concepts. When this is production ready we embed some of the Python code (not UI) to iOS with Briefcase (https://beeware.org/project/projects/tools/briefcase/) using numpy, sklearn or scipy. To do that, we need pre-built native wheels for iOS. In this specific case, the Python OpenCV wheel would be required to do image processing and curve fitting (not possible with other libraries). |
Is it possible to build |
Sure, check all the available wheels for iOS on this site. https://anaconda.org/beeware/repo?sort=_name&sort_order=asc They are adding more every month. |
I am also looking for a way to use opencv on iOS. FYI: The BeeWare team is working hard to advance iOS and Android support in the Python ecosystem:
|
Expected behaviour
Would it be possible to add support to target iOS with:
OpenCV for iOS is distributed as a framework and it's working well. So it should be possible to modify the Python part to build it.
Actual behaviour
All attempts at building failed.
Issue submission checklist
opencv-python
The text was updated successfully, but these errors were encountered: