chore: No try
This commit is contained in:
parent
c5dfb6c247
commit
aad872bb9c
@ -125,7 +125,7 @@ class CameraSession: NSObject, AVCaptureVideoDataOutputSampleBufferDelegate, AVC
|
|||||||
}
|
}
|
||||||
// 3. Update Video Stabilization
|
// 3. Update Video Stabilization
|
||||||
if difference.videoStabilizationChanged {
|
if difference.videoStabilizationChanged {
|
||||||
try self.configureVideoStabilization(configuration: config)
|
self.configureVideoStabilization(configuration: config)
|
||||||
}
|
}
|
||||||
// 4. Update output orientation
|
// 4. Update output orientation
|
||||||
if difference.orientationChanged {
|
if difference.orientationChanged {
|
||||||
|
Loading…
Reference in New Issue
Block a user