Sorry for my bad english (google translate)
Hi!
https://developer.android.com/things/training/doorbell/camera-input.html
Can we encode the application on the link with B4A.
I could not access the camera ID number. How should I follow a path.
Log(jo.RunMethod("getCameraIdList",Null))
Error on line. Other inquiries positive
CameraManager manager =(CameraManager) context.getSystemService(CAMERA_SERVICE);
Hardware access to uart, spi, i2c, "peripheral manager", but access to camera is different i guess.
Here are some events I can not figure out about "getSystemService"
Hi!
https://developer.android.com/things/training/doorbell/camera-input.html
Can we encode the application on the link with B4A.
I could not access the camera ID number. How should I follow a path.
Log(jo.RunMethod("getCameraIdList",Null))
Error on line. Other inquiries positive
CameraManager manager =(CameraManager) context.getSystemService(CAMERA_SERVICE);
Hardware access to uart, spi, i2c, "peripheral manager", but access to camera is different i guess.
Here are some events I can not figure out about "getSystemService"
B4X:
Dim jo As JavaObject = pm
'Log(jo.RunMethod("getCameraIdList",Null))
Log(jo.RunMethod("getUartDeviceList", Null))
Log(jo.RunMethod("getI2sDeviceList", Null))
Log(jo.RunMethod("getGpioList", Null))
Log(jo.RunMethod("getPwmList", Null))
Log(jo.RunMethod("getI2cBusList", Null))
Log(jo.RunMethod("getSpiBusList", Null))