mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 15:02:09 +02:00

* readonly, {un,}compress, zbarcam: use proper syntax for IO streams * style-guide: add guidelines for standard streams * duckdb, perl: add backticks around stdin and stdout
383 B
383 B
zbarcam
Scan and decode barcodes (and QR codes) from a video device. More information: https://manned.org/zbarcam.
- Continuously read barcodes and print them to
stdout
:
zbarcam
- Disable output video window while scanning:
zbarcam --nodisplay
- Print barcodes without type information:
zbarcam --raw
- Define capture device:
zbarcam /dev/{{video_device}}