How can I install opencv for python? | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

How can I install opencv for python?

28th Oct 2017, 6:21 PM
Babak Miri
Babak Miri - avatar
2 Respuestas
+ 11
That can be a pain in the neck, indeed... What OS you are running?
28th Oct 2017, 9:25 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
+ 8
It's not that simple, you can't just pip install it like you'd normally do. It has to be compiled for Android, which makes it not that simple to achieve. You might either try downloading a package from here: http://qpypi.qpython.org:11000/simple/opencv-qpython/ or use sl4a built-in libraries to manage the camera vision.
29th Oct 2017, 3:50 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar