-1

I am trying to create an application for tablet which uses external camera. It should capture and re-capture image as well as save image.

I tried implementing third party libraries like libuvccamera but it is not detecting any camera. Which other method/library can I use to implement this feature?

Roshni Patel
  • 21
  • 1
  • 5

1 Answers1

1

Try this one, worked for me https://github.com/jiangdongguo/AndroidUSBCamera. It's based on libuvccamera but much more convenient and requires little to make things work