I am working on an Android application which talks to webcam over USB.
I am using JNI to use the device libraries (*.so files). The application itself is in USB host mode and is working as expected on a custom image where I give read-write permissions to all the users for accessing USB device in /dev/bus/usb/
The app in not able to communicate with the device in a stock image where the device is not rooted.
is there a way a for the device to be able to communicate without root or custom image?
Thanks.