diff --git a/README.md b/README.md index 30096fe..58f469a 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/examples/9.x/raspberry_pi_oled/README.md b/examples/9.x/raspberry_pi_oled/README.md index c8a1725..1a35ba2 100644 --- a/examples/9.x/raspberry_pi_oled/README.md +++ b/examples/9.x/raspberry_pi_oled/README.md @@ -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) @@ -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: