Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] CameraView on Android not recognizing external cameras #2272

Open
2 tasks done
jnnguyen12 opened this issue Oct 10, 2024 · 0 comments
Open
2 tasks done

[BUG] CameraView on Android not recognizing external cameras #2272

jnnguyen12 opened this issue Oct 10, 2024 · 0 comments
Labels
bug Something isn't working Camera 📸 Issue/PR associated with the Camera package unverified

Comments

@jnnguyen12
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

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:

  • 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

  1. Make a new project
  2. Plug in an external camera
  3. Use CameraView and call cameraProvider.AvailableCameras

Link to public reproduction project repository

https://github.com/jnnguyen12/maui-cameraview

Environment

  • .NET MAUI CommunityToolkit: 6.1.0
  • OS: Android 13.0 - API 33
  • .NET MAUI: 8.0.82

Anything else?

No response

@jnnguyen12 jnnguyen12 added bug Something isn't working unverified labels Oct 10, 2024
@vhugogarcia vhugogarcia added the Camera 📸 Issue/PR associated with the Camera package label Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Camera 📸 Issue/PR associated with the Camera package unverified
Projects
None yet
Development

No branches or pull requests

2 participants