Files
cheatsheet-tldr/tldr/linux/rpicam-vid
2025-04-20 00:20:58 +00:00

15 lines
388 B
Plaintext

---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# 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}}`