* 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>
375 B
375 B
rpicam-vid
Capture a video using a Raspberry Pi camera. Some subcommands such as
vlchave 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}}