Hello
Use and ricomagic mk802
I connect to it via USB Host webcam
I write lyrics
The compiler gives an error : java.lang.NullPointerException
Android 4.01 camera sees
The same result when connecting any device USB
Please help, how to work with USB devices connected via USB HOST (not OTG)
Use and ricomagic mk802
I connect to it via USB Host webcam
I write lyrics
B4X:
Sub Process_Globals
Dim UsbAcc As UsbAccessory
Dim UsbMan As UsbManager
End Sub
Sub Activity_Create(FirstTime As Boolean)
Activity.LoadLayout("template1")
UsbMan.Initialize
Dim ListaAccesorios () As UsbAccessory
ListaAccesorios = UsbMan.GetAccessories
End Sub
Android 4.01 camera sees
The same result when connecting any device USB
Please help, how to work with USB devices connected via USB HOST (not OTG)
Last edited: