mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-04 07:55:28 +00:00
Update cheatsheets
This commit is contained in:
@@ -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}}`
|
||||
|
||||
Reference in New Issue
Block a user