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
|`HelloWorld`| This is a sample that illustrates the simplest way to recognize barcodes from video streaming with Dynamsoft Barcode Reader SDK and Dynamsoft Camera Enhancer SDK. | Java(Android)/Kotlin/Objective-C/Swift |
24
-
|`ImageDecoding`| This sample shows how to pick an image from system album and decode the image with Dynamsoft Barcode Reader SDK. | Java(Android)/Objective-C/Swift |
25
-
|`GeneralSettings`| This is a sample that illustrates how to make general settings when using Dynamsoft Barcode Reader and Dynamsoft Camera Enhancer. | Java(Android)/Objective-C/Swift |
26
-
|`PerformanceSettings`| In this sample, you will read about how speed, read rate and accuracy performance can be optimized when using Dynamsoft Barcode Reader and Dynamsoft Camera Enhancer. In addition, as one of the common usage scenarios, single barcode decoding settings are also illustrated in the sample. | Java(Android)/Objective-C/Swift |
27
-
|`ReadADriversLicense`| This is a sample that shows how to create a mobile app that focuses on decoding the drivers' license barcodes and displaying the parsed information. | Java(Android)/Swift |
28
-
|`DecodeWithCameraX`| This is a sample that shows how to integrate DBR and Android CameraX module to decode barcodes from camera. | Java(Android) |
29
-
|`DecodeWithAVCaptureSession`| This is a sample that shows how to integrate DBR and AVFoundation framework to decode barcodes from camera. | Objective-C/Swift |
30
-
|`WebViewBarcodeScanning`| This is a sample that shows how to integrate DBR and WebView to decode barcodes. | JavaScript |
23
+
|`DecodeWithCameraEnhancer`| The simplest sample of video streaming barcode scanner using **DynamsoftCameraEnhancer** as the input source. | Java(Android)/Kotlin/Objective-C/Swift |
24
+
|`DecodeWithCameraX`| The video streaming barcode scanner sample, but using **CameraX** as the input source. | Java(Android)/Kotlin |
25
+
|`DecodeWithAVCaptureSession`| The video streaming barcode scanner sample, but using **AVCaptureSession** as the input source. | Objective-C/Swift |
26
+
|`DecodeFromAnImage`| The sample shows how to pick an image from the album for barcode decoding. | Java(Android)/Kotlin/Objective-C/Swift |
27
+
|`GeneralSettings`| Displays general barcode decoding settings and camera settings like barcode formats, expected barcode count and scan region settings. The default scan mode is continuous scanning. | Java(Android)/Swift |
28
+
|`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 |
29
+
|`TinyBarcodeDecoding`| The sample to tell you how to process the tiny barcodes. Including zoom and focus control. | Java(Android)/Swift |
0 commit comments