handle errors while reading QR from camera; log errors

This commit is contained in:
scito
2023-01-01 15:12:24 +01:00
parent 19c8e9df23
commit fff74fc638
3 changed files with 58 additions and 42 deletions

View File

@@ -477,6 +477,10 @@ pip wheel --no-deps .
pip install -U -r requirements.txt
```
## Issues
https://github.com/opencv/opencv/issues/23072
## Related projects
* [ZBar](https://github.com/mchehab/zbar) is an open source software suite for reading bar codes from various sources, including webcams.