3

I'm developing a project (in Python) that does video processing using OpenCV. Now I'm planning to implement that in my android phone. I read that Qpython supports python on android. So is there any way to import third party libs like OpenCV in Qpython.

Thanks in advance.

1

2 Answers 2

1

You can install opencv from qpython libraries(install from QPypi).

QPython --> Libraries --> QPypi --> opencv-qpython --> install

Use it as import cv

Sign up to request clarification or add additional context in comments.

Comments

0

In Qpython3 there is a pip program (not sure if on qpython too) but running that program you can "pip install [your module]" Worked for me installing sqlalchemy and youtube_dl

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.