Python + device Camera? (nexus5)
-
I was testing opencv on python and just found out that i cant access the camera.
When i look into dev/video* i get like 7 devices and none work.
anyone had expirience with this?Thanks
-
@masterchop Meybe you want to look into the Camera Scanner app as it's using opencv as well (it's using c++ though):
-
@cibersheep Thank you for the repo. unfotunatelly i was not able to find the reference in the code i dont know C but still i google it and try to find it there but i was not able to find the src, just mat manipulations.
-
@masterchop Normally you cannot access the Android camera via v4l devices. If they are there, they are only used internally by the camera blob drivers. You would need to access the camera via an abstraction layer, as we do with our camera services for QML/Qt applications, since it needs to be initialized, activated in the correct way.