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.
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better π
Register Login