mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-25 15:35:24 +02:00
zbarcam: add page (#10459)
* zbarcam: add page --------- Co-authored-by: pixel <pixel+github@chrissx.de>
This commit is contained in:
parent
6d5824092d
commit
513629e52b
1 changed files with 20 additions and 0 deletions
20
pages/linux/zbarcam.md
Normal file
20
pages/linux/zbarcam.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
# 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}}`
|
Loading…
Add table
Reference in a new issue