@capgo/camera-preview
Advanced tools
@@ -30,2 +30,3 @@ package app.capgo.capacitor.camera.preview.model; | ||
| private boolean enablePhysicalDeviceSelection = false; | ||
| private boolean barcodeScannerEnabled = false; | ||
@@ -162,2 +163,10 @@ public CameraSessionConfiguration( | ||
| public boolean isBarcodeScannerEnabled() { | ||
| return barcodeScannerEnabled; | ||
| } | ||
| public void setBarcodeScannerEnabled(boolean barcodeScannerEnabled) { | ||
| this.barcodeScannerEnabled = barcodeScannerEnabled; | ||
| } | ||
| // Additional getters with "get" prefix for compatibility | ||
@@ -164,0 +173,0 @@ public boolean getToBack() { |
+1
-1
| { | ||
| "name": "@capgo/camera-preview", | ||
| "version": "8.4.2", | ||
| "version": "8.4.3", | ||
| "description": "Camera preview", | ||
@@ -5,0 +5,0 @@ "license": "MPL-2.0", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
1353438
0.59%14644
1.28%