Crates.io | qrcode_scanner |
lib.rs | qrcode_scanner |
version | 0.3.1 |
source | src |
created_at | 2023-08-11 00:10:06.766684 |
updated_at | 2023-12-20 01:28:36.611792 |
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,403,952 |
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
.