qrcode_scanner 0.3.2

Scan qr-codes from video4linux devices
Documentation
1
2
3
4
5
6
7
8
9
# 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`.