Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
yushulx committed May 20, 2024
1 parent ad248fc commit 0c86785
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,13 @@ This repository contains examples demonstrating how to utilize the **Dynamsoft B
![Read barcodes from an image file](https://www.dynamsoft.com/codepool/img/2024/05/cpp-barcode-reader-opencv.jpg)
- [Raspberry Pi with OLED Display](./examples/9.x/raspberry_pi_oled)
```bash
./main
```
![Raspberry Pi barcode QR detection](https://www.dynamsoft.com/codepool/img/2020/06/raspberry-pi-barcode-qr.png)
## Blog
Expand Down
4 changes: 2 additions & 2 deletions examples/9.x/raspberry_pi_oled/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ The sample demonstrates how to build a C/C++ barcode reader app on `Raspberry Pi
cd build
cmake ..
cmake --build .
./BarcodeReader
./main
```

![Raspberry Pi barcode QR detection](https://www.dynamsoft.com/codepool/wp-content/uploads/2020/06/raspberry-pi-barcode-qr.png)
Expand All @@ -51,7 +51,7 @@ The sample demonstrates how to build a C/C++ barcode reader app on `Raspberry Pi

```
#!/bin/sh
/home/pi/raspberry-pi-cpp-barcode/build/BarcodeReader
/home/pi/raspberry-pi-cpp-barcode/build/main
```

2. Change the file permission:
Expand Down

0 comments on commit 0c86785

Please sign in to comment.