Reputation: 473
I want to know is there any way to use the input of an external camera connected with android tablet using USB into my application that is running on that tablet.
Upvotes: 4
Views: 16099
Reputation: 1100
I've succeeded to get this project to work with my webcame connected to my Android tablet: https://github.com/saki4510t/UVCCamera.
However, the issue is that it relies on native libraries and comes with many samples undocumented. I am myself still looking for better ways.
Upvotes: 3
Reputation: 2002
I would suggest you to try this one
Also this will be helpful to you
developer.android.com/guide/topics/connectivity/usb/accessory.html
Upvotes: 4