mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-21 22:02:09 +02:00

* batch1 * batch2 * batch3 * batch4 * Update matchpathcon.md * Update pages/linux/arecord.md Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> * Update pages/linux/arecord.md Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> * Update pages/linux/arecord.md Co-authored-by: Wiktor Perskawiec <git@spageektti.cc> --------- Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>
12 lines
479 B
Markdown
12 lines
479 B
Markdown
# rpicam-raw
|
|
|
|
> Capture a raw video on a Raspberry Pi camera.
|
|
> More information: <https://www.raspberrypi.com/documentation/computers/camera_software.html#rpicam-raw>.
|
|
|
|
- Capture a video for a specific amount of seconds:
|
|
|
|
`rpicam-raw {{[-t|--timeout]}} {{2000}} {{[-o|--output]}} {{path/to/file.raw}}`
|
|
|
|
- Change video dimensions and framerate:
|
|
|
|
`rpicam-raw {{[-t|--timeout]}} {{5000}} --width {{4056}} --height {{3040}} {{[-o|--output]}} {{path/to/file.raw}} --framerate {{8}}`
|