4

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.

Janusz
  • 187,060
  • 113
  • 301
  • 369
Vaibhav Ajay Gupta
  • 463
  • 2
  • 4
  • 18
  • 1
    See http://stackoverflow.com/questions/8963897/use-usb-camera-on-android-application, but it's a bit outdated; this is more recent: http://stackoverflow.com/questions/21330930/how-can-i-get-access-to-external-usb-camera-from-android-app – Alex Cohn Mar 20 '14 at 16:41

2 Answers2

4

I would suggest you to try this one

android-webcam

Also this will be helpful to you

developer.android.com/guide/topics/connectivity/usb/accessory.html

TechArcSri
  • 1,982
  • 1
  • 13
  • 20
3

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.

Philippe Cohen
  • 1,070
  • 1
  • 10
  • 15