mirror of https://github.com/CrimsonTome/tldr.git
zbarcam: add page (#10459)
* zbarcam: add page --------- Co-authored-by: pixel <pixel+github@chrissx.de>pull/23/head
parent
6d5824092d
commit
513629e52b
|
@ -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…
Reference in New Issue