You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,8 +11,9 @@ This library was inspired by existing MAUI barcode scanning libraries: [BarcodeS
11
11
3. Ability to scan multiple barcodes in one frame,
12
12
4. Ability to pool multiple scans for better scanning consistency,
13
13
5. Transformed barcode bounding box for on-screen positioning,
14
-
6. Code-behind and MVVM compatibility,
15
-
7. Android ony - Abillity to invert source image to scan natively unsupported inverted barcodes, but at a performance cost.
14
+
6. From version 1.2.0 implemented `ViewfinderMode` - detect only barcodes present in camera preview on screen and `AimMode` - detect only the barcode that is overlapped with the red dot centred in camera preview,
15
+
7. Code-behind and MVVM compatibility,
16
+
8. Android ony - Abillity to invert source image to scan natively unsupported inverted barcodes, but at a performance cost.
0 commit comments