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

🐛 Android Motorola device not reporting all existing cameras #3262

Closed
3 of 5 tasks
okalil opened this issue Oct 28, 2024 · 2 comments
Closed
3 of 5 tasks

🐛 Android Motorola device not reporting all existing cameras #3262

okalil opened this issue Oct 28, 2024 · 2 comments
Labels
🐛 bug Something isn't working

Comments

@okalil
Copy link

okalil commented Oct 28, 2024

What's happening?

I want to use the ultra wide device camera that exist on Motorola Moto G84 5G, but it is not listed as one of the available camera devices.

Related issue: #595

Reproduceable Code

const devices = useCameraDevices();
  useEffect(() => {
    console.log(JSON.stringify(devices));
  }, [devices]);

Relevant log output

None

Camera Device

{
        "sensorOrientation": "landscape-left",
        "hardwareLevel": "full",
        "maxZoom": 8,
        "minZoom": 1,
        "maxExposure": 24,
        "supportsLowLightBoost": false,
        "neutralZoom": 1,
        "physicalDevices": [
            "wide-angle-camera"
        ],
        "supportsFocus": true,
        "supportsRawCapture": false,
        "isMultiCam": false,
        "minFocusDistance": 10,
        "minExposure": -24,
        "name": "0 (BACK) androidx.camera.camera2",
        "hasFlash": true,
        "hasTorch": true,
        "position": "back",
        "id": "0"
    }

Device

Motorola Moto G84 5G

VisionCamera Version

4.5.2

Can you reproduce this issue in the VisionCamera Example app?

Yes, I can reproduce the same issue in the Example app here

Additional information

@okalil okalil added the 🐛 bug Something isn't working label Oct 28, 2024
Copy link

Guten Tag, Hans here! 🍻

I see you are experiencing issues with ze ultra-wide camera not appearing on ze Motorola Moto G84 5G. Thanks for providing some details, but it seems like we need more information to help mrousavy resolve zis.

Could you please provide logs from adb logcat while reproducing ze issue? This will help in diagnosing ze problem more effectively. Instructions to access adb logcat can be found in ze official Android documentation.

Also, if you find this project helpful and want to support further improvements, consider sponsoring mrousavy here.

Looking forward to your response!

Note: If you think I made a mistake, please ping @mrousavy to take a look.

@mrousavy
Copy link
Owner

Relevant log output

None

Closing, because no logs are provided.

@mrousavy mrousavy closed this as not planned Won't fix, can't repro, duplicate, stale Oct 29, 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
Projects
None yet
Development

No branches or pull requests

2 participants