Hello, I found a problem. When focusing, camerax does not change the brightness of the photo according to the environment, and then the system camera will change the brightness. My focus code is as follows:
The version of camerax is 1.3.0
camerax preview:


system camera preview:




--
You received this message because you are subscribed to the Google Groups "Android CameraX Discussion Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to camerax-develop...@android.com.
To view this discussion on the web visit https://groups.google.com/a/android.com/d/msgid/camerax-developers/5d07ae5d-d716-4819-8752-32876448aee0n%40android.com.
Thank you for your reply
Today I found that AE is normal on OnePlus 7pro (ONEPLUS_GM1910).
AE is invalid on IOQQ-Z8 (VIVO-V2314A) and Huawei nova3 (HUAWEI-PAR-AL00).
The code for (x, y) is as follows:
meteringPointFactory.createPoint(x, y, size /* 0 to 1f */);
the size is 0.15 by default which means the width / height is 15% of the FOV width/height.
I tried 0.3f, 0.5f, 0.7f and 0.9f, all to no avail.
I tried Pixel3 and Pixel7 and they work fine. Do you have test phones from Oppo or Huawei? Maybe you can try it on these phones.
Thanks