enableCameraAutoExposureFaceMode abstract method
启用或禁用内部采集时人脸自动曝光模式。此模式会改善强逆光下,脸部过暗的问题;但也会导致 ROI 以外区域过亮/过暗的问题。
v3.54 新增。
返回值:
0
:成功。<0
:失败。
你必须在调用 RTCVideo.startVideoCapture 开启采集前,调用此接口方可生效。
Implementation
Future<int?> enableCameraAutoExposureFaceMode(bool enable);