mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 12:02:08 +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
20 lines
383 B
Markdown
20 lines
383 B
Markdown
# 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}}`
|