qpython-android / qpython

QPython is an Android Python engine primarily designed for Python and AI learners. It offers a range of impressive features to enhance Python programming experience.
https://www.qpython.org
1.06k stars 193 forks source link

how to open phone camera via opencv ,is it need to install opencv sdk on my phone #148

Open paulrich1234 opened 6 years ago

paulrich1234 commented 6 years ago

i have install opencv python api but donot install opencv on my phone

paulrich1234 commented 6 years ago

i use cv.videocapture(0) but failed to open phone camera

RonTang commented 5 years ago

I use filepath like cv.videocapture(filepath) the result is cv is not opened. Camera and file all fail