qrcode_scanner

Crates.ioqrcode_scanner
lib.rsqrcode_scanner
version0.3.1
sourcesrc
created_at2023-08-11 00:10:06.766684
updated_at2023-12-20 01:28:36.611792
descriptionScan qr-codes from video4linux devices
homepagehttps://github.com/brandsimon/qrcode_scanner-rs
repositoryhttps://github.com/brandsimon/qrcode_scanner-rs
max_upload_size
id941450
size4,403,952
Simon Brand (brandsimon)

documentation

README

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.

Commit count: 27

cargo fmt