@@ -7,24 +7,24 @@ needAutoGenerateSidebar: true
77noTitleIndex : true
88---
99
10- # Demo & Samples
11-
12- - [ Demo & Samples] ( #demo--samples )
13- - [ Demos] ( #demos )
14- - [ Barcode Scanner Demo] ( #barcode-scanner-demo )
15- - [ Barcode Decoding Samples] ( #barcode-decoding-samples )
16- - [ Read Single Barcode (With CameraEnhancer)] ( #read-single-barcode-with-cameraenhancer )
17- - [ Read Single Barcode (With CameraX)] ( #read-single-barcode-with-camerax )
18- - [ Decode Barcodes from an Image] ( #decode-barcodes-from-an-image )
19- - [ Decode Multiple Barcodes from Video Stream] ( #decode-multiple-barcodes-from-video-stream )
20- - [ General Barcode Decoding Settings] ( #general-barcode-decoding-settings )
21- - [ Barcode Decoding Performance Settings] ( #barcode-decoding-performance-settings )
22- - [ Decode Tiny Barcodes] ( #decode-tiny-barcodes )
23- - [ Locate an Item with Barcode] ( #locate-an-item-with-barcode )
24- - [ ID Scanning Samples] ( #id-scanning-samples )
25- - [ Scan a Driver's License (via PDF417 Barcode)] ( #scan-a-drivers-license-via-pdf417-barcode )
26- - [ Other Use Case Samples] ( #other-use-case-samples )
27- - [ Scan VIN Barcode] ( #scan-vin-barcode )
10+ # Demo and Samples
11+
12+ - [ Demo and Samples] ( #demo-and -samples )
13+ - [Demos](#demos)
14+ - [Barcode Scanner Demo](#barcode-scanner-demo)
15+ - [Barcode Decoding Samples](#barcode-decoding-samples)
16+ - [Read Single Barcode (With CameraEnhancer)](#read-single-barcode-with-cameraenhancer)
17+ - [Read Single Barcode (With CameraX)](#read-single-barcode-with-camerax)
18+ - [Decode Barcodes from an Image](#decode-barcodes-from-an-image)
19+ - [Decode Multiple Barcodes from Video Stream](#decode-multiple-barcodes-from-video-stream)
20+ - [General Barcode Decoding Settings](#general-barcode-decoding-settings)
21+ - [Barcode Decoding Performance Settings](#barcode-decoding-performance-settings)
22+ - [Decode Tiny Barcodes](#decode-tiny-barcodes)
23+ - [Locate an Item with Barcode](#locate-an-item-with-barcode)
24+ - [ID Scanning Samples](#id-scanning-samples)
25+ - [Scan a Driver's License (via PDF417 Barcode)](#scan-a-drivers-license-via-pdf417-barcode)
26+ - [Other Use Case Samples](#other-use-case-samples)
27+ - [Scan VIN Barcode](#scan-vin-barcode)
2828
2929## Demos
3030
@@ -56,19 +56,19 @@ Generally the same as `DecodeWithCameraEnhancer` but using `CameraX` library as
5656
5757[ Check code on GitHub] ( https://github.com/Dynamsoft/barcode-reader-mobile-samples/tree/main/android/HelloWorld ) {: target ="_ blank"}
5858
59- <video controls width =" 250 " autoplay =" false " >
59+ <!-- < video controls width="250" autoplay="false">
6060 <source src="https://github.com/user-attachments/assets/159ddfcf-7885-495e-bc57-52511a66ae1d">
61- </video >
61+ </video> -->
6262
6363### Decode Barcodes from an Image
6464
6565Decode barcodes from an still image. It shows how to select a image from the album and decode it.
6666
6767[ Check code on GitHub] ( https://github.com/Dynamsoft/barcode-reader-mobile-samples/tree/main/android/HelloWorld ) {: target ="_ blank"}
6868
69- <video controls width =" 250 " autoplay =" false " >
69+ <!-- < video controls width="250" autoplay="false">
7070 <source src="https://github.com/user-attachments/assets/9f302f01-76aa-41e0-b075-662ecde3de17">
71- </video >
71+ </video> -->
7272
7373### Decode Multiple Barcodes from Video Stream
7474
@@ -128,9 +128,9 @@ Scan the PDF417 barcodes on a drivers' license and extract the drivers informati
128128
129129[ Check code on GitHub] ( https://github.com/Dynamsoft/capture-vision-mobile-samples/tree/main/Android/DriversLicenseScanner ) {: target ="_ blank"}
130130
131- <video controls width =" 250 " autoplay =" false " >
131+ <!-- < video controls width="250" autoplay="false">
132132 <source src="https://github.com/user-attachments/assets/29299e71-936f-4f9b-94ce-d3857d393f3b">
133- </video >
133+ </video> -->
134134
135135## Other Use Case Samples
136136
@@ -140,6 +140,6 @@ Scan the vin barcode and extract the vehicle information.
140140
141141[ Check code on GitHub] ( https://github.com/Dynamsoft/capture-vision-mobile-samples/tree/main/Android/VINScanner ) {: target ="_ blank"}
142142
143- <video controls width =" 250 " autoplay =" false " >
143+ <!-- < video controls width="250" autoplay="false">
144144 <source src="https://github.com/user-attachments/assets/0d1e2cfe-7f6a-4992-b984-81ddaa1d271a">
145- </video >
145+ </video> -->
0 commit comments