react-native-rectangle-doc-scanner 10.41.0 → 10.42.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.
|
@@ -185,7 +185,6 @@ class CameraController(
|
|
|
185
185
|
// ImageAnalysis UseCase for document detection
|
|
186
186
|
imageAnalyzer = ImageAnalysis.Builder()
|
|
187
187
|
.setBackpressureStrategy(ImageAnalysis.STRATEGY_KEEP_ONLY_LATEST)
|
|
188
|
-
.setTargetAspectRatio(AspectRatio.RATIO_4_3)
|
|
189
188
|
.setTargetResolution(android.util.Size(1280, 960))
|
|
190
189
|
.setTargetRotation(targetRotation) // Match preview rotation
|
|
191
190
|
.build()
|
package/package.json
CHANGED