I am using CameraX api in Android and need the analyse function to analyse he image from the camera. But I need to use an external camera connected via wifi/bluetooth.
How do i build the
CameraSelector cameraSelector = new CameraSelector.Builder()
I am using CameraX api in Android and need the analyse function to analyse he image from the camera. But I need to use an external camera connected via wifi/bluetooth.
How do i build the
CameraSelector cameraSelector = new CameraSelector.Builder()
You can use the CameraFilter API. Example: