commands.sh

rpicam-raw

linux

Capture a raw video on a Raspberry Pi camera.

More info →

Options (2)

-t, --timeoutboolean

Capture a video for a specific amount of seconds

Example: rpicam-raw {{[-t|--timeout]}} {{2000}} {{[-o|--output]}} {{path/to/file.raw}}
-o, --outputboolean

Capture a video for a specific amount of seconds

Example: rpicam-raw {{[-t|--timeout]}} {{2000}} {{[-o|--output]}} {{path/to/file.raw}}

Examples (2)

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
made by @shridhargupta | data from tldr-pages