mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-14 17:59:47 +00:00
Update cheatsheets
This commit is contained in:
@@ -10,8 +10,8 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Capture a video for a specific amount of seconds:
|
||||
|
||||
`rpicam-raw -t {{2000}} -o {{path/to/file.raw}}`
|
||||
`rpicam-raw {{[-t|--timeout]}} {{2000}} {{[-o|--output]}} {{path/to/file.raw}}`
|
||||
|
||||
- Change video dimensions and framerate:
|
||||
|
||||
`rpicam-raw -t {{5000}} --width {{4056}} --height {{3040}} -o {{path/to/file.raw}} --framerate {{8}}`
|
||||
`rpicam-raw {{[-t|--timeout]}} {{5000}} --width {{4056}} --height {{3040}} {{[-o|--output]}} {{path/to/file.raw}} --framerate {{8}}`
|
||||
|
||||
Reference in New Issue
Block a user