* rpicam-{hello,jpeg,raw,still,vid}: add page
---------
Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
Co-authored-by: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com>
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
14 lines
375 B
Markdown
14 lines
375 B
Markdown
# rpicam-vid
|
|
|
|
> Capture a video using a Raspberry Pi camera.
|
|
> Some subcommands such as `vlc` have their own usage documentation.
|
|
> 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}}`
|