react-native-rectangle-doc-scanner 10.5.0 → 10.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -103,7 +103,10 @@ class CameraController(
|
|
|
103
103
|
.build()
|
|
104
104
|
.also { previewUseCase ->
|
|
105
105
|
Log.d(TAG, "[CAMERAX] Setting SurfaceProvider...")
|
|
106
|
-
|
|
106
|
+
|
|
107
|
+
// Use PreviewView's default SurfaceProvider
|
|
108
|
+
previewUseCase.setSurfaceProvider(ContextCompat.getMainExecutor(context), previewView.surfaceProvider)
|
|
109
|
+
|
|
107
110
|
Log.d(TAG, "[CAMERAX] SurfaceProvider set successfully")
|
|
108
111
|
}
|
|
109
112
|
|