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

🐛 On some Android devices, the camera image is very dark and almost invisible #2933

Closed
3 of 5 tasks
CHU295 opened this issue Jun 4, 2024 · 1 comment
Closed
3 of 5 tasks
Labels
🐛 bug Something isn't working

Comments

@CHU295
Copy link

CHU295 commented Jun 4, 2024

What's happening?

On Magicos 7.0 phones, the camera image is very dark.other is OK

Screenshot_20240604_134331_014544

Reproduceable Code

<Camera
      style={StyleSheet.absoluteFill}
      device={device}
      isActive={true}
    />

// just this

Relevant log output

no error

Camera Device

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

Device

MajicOS 7.0

VisionCamera Version

3.9.0

Can you reproduce this issue in the VisionCamera Example app?

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

Additional information

@CHU295 CHU295 added the 🐛 bug Something isn't working label Jun 4, 2024
@CHU295
Copy link
Author

CHU295 commented Jun 4, 2024

After upgrading to version 4.0, it worked fine

@CHU295 CHU295 closed this as completed Jun 4, 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

1 participant