Android Camera2 API - Set AE-regions not working
问题 In my Camera2 API project for Android, I want to set a region for my Exposure Calculation. Unfortunately it doesn't work. On the other side the Focus region works without any problems. Device: Samsung S7 / Nexus 5 1.) Initial values for CONTROL_AF_MODE & CONTROL_AE_MODE mPreviewRequestBuilder.set(CaptureRequest.CONTROL_AF_MODE, CaptureRequest.CONTROL_AF_MODE_AUTO); mPreviewRequestBuilder.set(CaptureRequest.CONTROL_AE_MODE, CaptureRequest.CONTROL_AE_MODE_ON); 2.) Create the MeteringRectangle