mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-31 04:41:47 +00:00
26 lines
475 B
Plaintext
26 lines
475 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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}}`
|