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
|`DecodeWithCameraEnhancer`| The simplest sample of video streaming barcode scanner using **DynamsoftCameraEnhancer** as the input source. | Java(Android)/Kotlin/Objective-C/Swift |
@@ -35,6 +37,17 @@ This repository contains multiple samples that demonstrate how to use the [Dynam
35
37
|`PerformanceSettings`| Parameter configuration guide on improving the speed, read-rate and accuracy of barcode reading. The sample includes the code of image decoding from the album. | Java(Android)/Swift |
36
38
|`TinyBarcodeDecoding`| The sample to tell you how to process the tiny barcodes. Including zoom and focus control. | Java(Android)/Swift |
37
39
40
+
### Capture Vision Samples
41
+
42
+
The following samples aggregate multiple products under `DynamsoftCaptureVision` architecture. They include the barcode decoding feature and implement it in more specific usage scenarios with the help of the other Dynamsoft functional products.
43
+
44
+
> Note: Move to the [DynamsoftCaptureVison samples repo](https://github.com/Dynamsoft/capture-vision-mobile-samples) to view the following samples.
|`DriversLicenseScanner`| Scan the PDF417 barcodes on a drivers' license and extract the drivers information. | Java(Android)/Swift |[DynamsoftBarcodeReader](https://www.dynamsoft.com/barcode-reader/overview/)<br> [DynamsoftCodeParser](https://www.dynamsoft.com/code-parser/docs/core/introduction/)|
49
+
|`VINScanner`| Scan the vin barcode or text and extract the vehicle information. | Java(Android)/Swift |[DynamsoftBarcodeReader](https://www.dynamsoft.com/barcode-reader/overview/) <br> [DynamsoftLabelRecognizer](https://www.dynamsoft.com/label-recognition/overview/)<br> [DynamsoftCodeParser](https://www.dynamsoft.com/code-parser/docs/core/introduction/)|
50
+
38
51
### How to build (For iOS Editions)
39
52
40
53
1. Enter the sample folder, install DBR SDK through `pod` command
0 commit comments