mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-01 22:42:41 +00:00
15 lines
357 B
Plaintext
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}}`
|