react-native-rectangle-doc-scanner 8.0.0 → 9.0.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.
|
@@ -88,10 +88,13 @@ class CameraController(
|
|
|
88
88
|
}
|
|
89
89
|
|
|
90
90
|
// Preview UseCase
|
|
91
|
+
Log.d(TAG, "[CAMERAX] PreviewView size: ${previewView.width}x${previewView.height}")
|
|
92
|
+
Log.d(TAG, "[CAMERAX] PreviewView visibility: ${previewView.visibility}")
|
|
91
93
|
preview = Preview.Builder()
|
|
92
94
|
.build()
|
|
93
95
|
.also {
|
|
94
96
|
it.setSurfaceProvider(previewView.surfaceProvider)
|
|
97
|
+
Log.d(TAG, "[CAMERAX] SurfaceProvider set successfully")
|
|
95
98
|
}
|
|
96
99
|
|
|
97
100
|
// ImageAnalysis UseCase for document detection
|