5 unstable releases
0.3.1 | Dec 20, 2023 |
---|---|
0.2.1 | Dec 18, 2023 |
0.2.0 | Sep 22, 2023 |
0.1.1 | Sep 18, 2023 |
0.1.0 | Aug 11, 2023 |
#251 in Video
43 downloads per month
1.5MB
471 lines
qrcode_scanner-rs
Scan QR-codes with video4linux devices
This repository provides a QRScanStream
struct to scan QR-codes from
camera devices which support the YUYV or Motion-JPG format.
It uses v4l
to get images from the camera and rxing
to extract
the QR-code data.
An example is provided in src/main.rs
.
Dependencies
~18MB
~287K SLoC