Based on https://how2electronics.com/qr-code-scanner-with-esp32-cam-module-opencv/
Used lib: https://github.com/yoursunny/esp32cam
sudo apt-get install libzbar0
pip3 install numpy
pip3 install opencv-python
pip3 install pyzbar
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Based on https://how2electronics.com/qr-code-scanner-with-esp32-cam-module-opencv/
Used lib: https://github.com/yoursunny/esp32cam
sudo apt-get install libzbar0
pip3 install numpy
pip3 install opencv-python
pip3 install pyzbar