HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

rpicam-vid — Capture a video using a Raspberry Pi camera. See also: `vlc`. More information: <https://www.raspber

Submitted by: @import:tldr-pages··
0
Viewed 0 times
raspberrycommandclivideousingcapturecamerarpicam-vid
linux

Problem

How to use the rpicam-vid command: Capture a video using a Raspberry Pi camera. See also: vlc. More information: <https://www.raspberrypi.com/documentation/computers/camera_software.html#rpicam-vid>.

Solution

rpicam-vid — Capture a video using a Raspberry Pi camera. See also: vlc. More information: <https://www.raspberrypi.com/documentation/computers/camera_software.html#rpicam-vid>.

Capture a 10 second video:
rpicam-vid {{[-t|--timeout]}} 10000 {{[-o|--output]}} {{path/to/file.h264}}

Code Snippets

Capture a 10 second video

rpicam-vid {{[-t|--timeout]}} 10000 {{[-o|--output]}} {{path/to/file.h264}}

Context

tldr-pages: linux/rpicam-vid

Revisions (0)

No revisions yet.