You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When plugging in external cameras via USB in Android device, cameraProvider.AvailableCameras did not include any external cameras. Not sure if this is by design or a bug.
External cameras used:
Intel Realsense D455 camera (correctly recognized in the Realsense Camera app)
Standard Logitech webcam
Android device used:
Samsung Galaxy S23 Ultra
Expected Behavior
cameraProvider.AvailableCameras on Android should return external cameras like on Windows.
Steps To Reproduce
Make a new project
Plug in an external camera
Use CameraView and call cameraProvider.AvailableCameras
Is there an existing issue for this?
Did you read the "Reporting a bug" section on Contributing file?
Current Behavior
When plugging in external cameras via USB in Android device,
cameraProvider.AvailableCameras
did not include any external cameras. Not sure if this is by design or a bug.External cameras used:
Android device used:
Expected Behavior
cameraProvider.AvailableCameras
on Android should return external cameras like on Windows.Steps To Reproduce
cameraProvider.AvailableCameras
Link to public reproduction project repository
https://github.com/jnnguyen12/maui-cameraview
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: