mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-03 19:43:36 +00:00
18 lines
285 B
Plaintext
18 lines
285 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# pw-v4l2
|
|
|
|
> Use v4l2 programs within PipeWire.
|
|
> More information: <https://docs.pipewire.org/page_man_pw-v4l2_1.html>.
|
|
|
|
- Run a program:
|
|
|
|
`pw-v4l2 {{program}}`
|
|
|
|
- Display help:
|
|
|
|
`pw-v4l2 -h`
|