mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-02 02:15:23 +02:00
pw-reserve, pw-v4l2: add page (#15917)
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:
parent
e364b551d6
commit
e7e778d467
2 changed files with 20 additions and 0 deletions
12
pages/linux/pw-reserve.md
Normal file
12
pages/linux/pw-reserve.md
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
# pw-reserve
|
||||||
|
|
||||||
|
> Reserve a device for PipeWire.
|
||||||
|
> More information: <https://docs.pipewire.org/page_man_pw-reserve_1.html>.
|
||||||
|
|
||||||
|
- Reserve a device (currently only supports audio devices):
|
||||||
|
|
||||||
|
`pw-reserve {{[-n|--name]}} {{audioN}}`
|
||||||
|
|
||||||
|
- Monitor a device instead of reserving it:
|
||||||
|
|
||||||
|
`pw-reserve {{[-n|--name]}} {{audioN}} {{[-m|--monitor]}}`
|
8
pages/linux/pw-v4l2.md
Normal file
8
pages/linux/pw-v4l2.md
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
# 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}}`
|
Loading…
Add table
Reference in a new issue