Files
tldr/pages/linux/rpicam-vid.md
MIfoodie 59f2ba32cd rpicam-{hello,jpeg,raw,still,vid}: add page (#12078)
* 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>
2024-01-22 09:46:16 +05:30

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}}`