Using OpenCV on Kivy (android) goes well...No way of making OpenCV to work into kivy-ios....any solutions???
What I need to do with OpenCV is to post process taken pictures (from CameraClick) to blur faces. But OpenCV in kivy-ios does crash at the import time.
I've read that kivy-ios does not support OpenCV 3.x but only 2.x...and now OpenCV 2.x is deprecated...but I do not know ho to solve this issue
And if I want to apply Artificial Intelligence into Kivy framework I need OpenCV because AI libraries which does not make use of OpenCV and have everythin embedded are really heavy and blows the app package of at least 150-400MB
Quite STUCK :-/