| Crates.io | qrcode_scanner |
| lib.rs | qrcode_scanner |
| version | 0.3.2 |
| created_at | 2023-08-11 00:10:06.766684+00 |
| updated_at | 2025-03-21 11:52:37.960093+00 |
| description | Scan qr-codes from video4linux devices |
| homepage | https://github.com/brandsimon/qrcode_scanner-rs |
| repository | https://github.com/brandsimon/qrcode_scanner-rs |
| max_upload_size | |
| id | 941450 |
| size | 4,412,377 |
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.