mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-26 23:53:07 +00:00
Update cheatsheets
This commit is contained in:
25
linux/zbarcam
Normal file
25
linux/zbarcam
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
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}}`
|
||||
Reference in New Issue
Block a user