I have developed an app that displays a UVC
camera connected via USB to the device using a combination of libusb
and libuvc
in a JNI
manner.
What I want to do is figure out a way of running a service on boot-up that will assign this USB camera the rear-facing camera's ID so that other applications can use it by simply requesting to use the back camera which would really be the USB camera since it has the rear facing camera's ID.
Would something like this be possible? Also, how would I go about reassigning Camera IDs? Thanks in advance for the help!