2024-01-21 23:16:16 -05:00
|
|
|
# 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:
|
|
|
|
|
2025-04-20 00:21:53 +03:00
|
|
|
`rpicam-raw {{[-t|--timeout]}} {{2000}} {{[-o|--output]}} {{path/to/file.raw}}`
|
2024-01-21 23:16:16 -05:00
|
|
|
|
|
|
|
- Change video dimensions and framerate:
|
|
|
|
|
2025-04-20 00:21:53 +03:00
|
|
|
`rpicam-raw {{[-t|--timeout]}} {{5000}} --width {{4056}} --height {{3040}} {{[-o|--output]}} {{path/to/file.raw}} --framerate {{8}}`
|