1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/zbarcam.md
2024-06-11 10:17:57 +05:30

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}}`