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
Managor 513629e52b
zbarcam: add page (#10459)
* zbarcam: add page

---------

Co-authored-by: pixel <pixel+github@chrissx.de>
2023-07-08 23:18:22 +05:30

20 lines
392 B
Markdown

# zbarcam
> Scans and decodes barcodes (and QR codes) from a video device.
> More information: <https://manned.org/zbarcam>.
- Continuously read barcodes and print them to standard output:
`zbarcam`
- Disable output video window while scanning:
`zbarcam --nodisplay`
- Print barcodes without type information:
`zbarcam --raw`
- Define capture device:
`zbarcam /dev/{{video_device}}`