Skip to content

Commit 016ef14

Browse files
authored
Update README.md
1 parent 1538fde commit 016ef14

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

examples/barcode-scanner/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
This project provides two main components: a lightweight **Java Camera SDK** for cross-platform video capture and a complete **Java Barcode Scanner** application demonstrating real-time barcode detection.
44

5+
https://github.com/user-attachments/assets/53326c6b-1893-41ee-9f6a-dfe409afdd2d
6+
7+
58
## Prerequisites
69
- **Java JDK 8+** and **Maven 3.6+**
710
- **Camera device** (for scanner application)
@@ -23,6 +26,7 @@ Lightweight cross-platform camera capture library with JNI bridge.
2326
./run-litecam.sh # Linux/macOS
2427
```
2528

29+
2630
**Features:**
2731
- Cross-platform video capture (Windows/Linux/macOS)
2832
- Direct RGB frame access via ByteBuffer
@@ -41,6 +45,7 @@ Complete barcode scanning application built with the Camera SDK, Dynamsoft Barco
4145
.\run.ps1 # Windows
4246
./run.sh # Linux/macOS
4347
```
48+
![Java barcode scanner](https://www.dynamsoft.com/codepool/img/2025/08/java-barcode-scanner-reader.png)
4449

4550
**Features:**
4651
- Real-time camera scanning with visual overlays

0 commit comments

Comments
 (0)