@@ -0,0 +1,12 @@
|
||||
diff --git a/node_modules/react-native-vision-camera/ios/Core/CameraSession.swift b/node_modules/react-native-vision-camera/ios/Core/CameraSession.swift
|
||||
index 10b0f33..5f8dc6a 100644
|
||||
--- a/node_modules/react-native-vision-camera/ios/Core/CameraSession.swift
|
||||
+++ b/node_modules/react-native-vision-camera/ios/Core/CameraSession.swift
|
||||
@@ -133,6 +133,7 @@ final class CameraSession: NSObject, AVCaptureVideoDataOutputSampleBufferDelegat
|
||||
|
||||
do {
|
||||
// If needed, configure the AVCaptureSession (inputs, outputs)
|
||||
+ self.captureSession.automaticallyConfiguresCaptureDeviceForWideColor = false;
|
||||
if difference.isSessionConfigurationDirty {
|
||||
self.captureSession.beginConfiguration()
|
||||
|
||||
Reference in New Issue
Block a user