Update cheatsheets

This commit is contained in:
ivuorinen
2024-09-14 00:16:07 +00:00
parent b1e1d5e79c
commit b65706ac27
5 changed files with 26 additions and 12 deletions

View File

@@ -6,13 +6,9 @@ source: https://github.com/tldr-pages/tldr.git
# rpicam-vid
> Capture a video using a Raspberry Pi camera.
> Some subcommands such as `vlc` have their own usage documentation.
> See also: `vlc`.
> More information: <https://www.raspberrypi.com/documentation/computers/camera_software.html#rpicam-vid>.
- Capture a 10 second video:
`rpicam-vid -t 10000 -o {{path/to/file.h264}}`
- Play the video using `vlc`:
`vlc {{path/to/file.h264}}`