Compare commits

..

No commits in common. "bf122db919945335f2c12871291cd0fe71a52f40" and "58714f9dac67ef703fd798e5b2c085d17bff875d" have entirely different histories.

View File

@ -200,10 +200,6 @@ extension CameraSession {
return return
} }
guard captureDevice.isExposureModeSupported(.custom) else {
ReactLogger.log(level: .info, message: "Custom exposure mode not supported")
return
}
do { do {
// Lock the device for configuration // Lock the device for configuration
try captureDevice.lockForConfiguration() try captureDevice.lockForConfiguration()