Compare commits
No commits in common. "bf122db919945335f2c12871291cd0fe71a52f40" and "58714f9dac67ef703fd798e5b2c085d17bff875d" have entirely different histories.
bf122db919
...
58714f9dac
@ -200,10 +200,6 @@ extension CameraSession {
|
||||
return
|
||||
}
|
||||
|
||||
guard captureDevice.isExposureModeSupported(.custom) else {
|
||||
ReactLogger.log(level: .info, message: "Custom exposure mode not supported")
|
||||
return
|
||||
}
|
||||
do {
|
||||
// Lock the device for configuration
|
||||
try captureDevice.lockForConfiguration()
|
||||
|
Loading…
Reference in New Issue
Block a user