Hi Community,
I've got a problem and hope anybody can help.
I've developed a Android App with xamarin and want to access an usb webcam attached with an otg cable.
I already can access both back and front camera of my android 4.4.4 device. But if I connect a usb webcam, Android.Hardware.Camera.NumberOfCameras always tells me I only got 2 cameras.
Maybe the camera is not compatible, but if I run the app "easy otg checker" it is recognized correctly.
I compile for android 4.4.4 (api level 19) and of cource I have checked the permessions to access the device camera.
Anyone have an idea?