Files
cheatsheet-tldr/tldr/linux/rpicam-vid
2024-09-14 00:16:07 +00:00

15 lines
357 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 10000 -o {{path/to/file.h264}}`