google-ar / arcore-android-sdk

ARCore SDK for Android Studio
https://developers.google.com/ar
Other
4.91k stars 1.2k forks source link

AR Camera brightness issue with the Lenovo p11 pro Gen 2 #1627

Open iouaesig opened 7 months ago

iouaesig commented 7 months ago

SPECIFIC ISSUE ENCOUNTERED

When launching any app that use ARCore (Unity AR Foundation Samples or ARCore Depth Lab : https://play.google.com/store/apps/details?id=com.google.ar.unity.arcore_depth_lab&hl=fr&gl=US), the AR camera is extremely dark, even in well-lit conditions. This issue is evident when compared with the native camera application of the tablet, which functions normally and shows a clear difference in brightness. (I screencapture the exact same spot with the AR Camera and with the native camera app of my Lenovo Tab)

VERSIONS USED

2.### STEPS TO REPRODUCE THE ISSUE Install or deploy any app that use ARCore on a Lenovo p11 pro Gen 2 (tb132fu)

  1. Expected behavior I expected the AR camera to provide a clear and well-lit view of the environment, similar to the standard camera app on the device.

  2. Actual behavior The AR camera view is significantly darker than the standard camera view, making it difficult to interact with AR elements or use the application effectively in any lighting condition.

Screenshot_20231109-230831 Screenshot_20231109-230846

I attach these two screenshots which show the same scene at the same time of day, with exactly the same light on in the room. The first is from the Simple AR scene (from AR Foundation samples) and the second from the Camera application.

Thanks in advance, have a good day.