mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-22 00:02:25 +00:00
Update cheatsheets
This commit is contained in:
@@ -10,12 +10,12 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Capture a photo with different encoding:
|
||||
|
||||
`rpicam-still -e {{bmp|png|rgb|yuv420}} -o {{path/to/file.{{bmp|png|rgb|yuv420}}}}`
|
||||
`rpicam-still {{[-e|--encoding]}} {{bmp|png|rgb|yuv420}} {{[-o|--output]}} {{path/to/file.{{bmp|png|rgb|yuv420}}}}`
|
||||
|
||||
- Capture a raw image:
|
||||
|
||||
`rpicam-still -r -o {{path/to/file.jpg}}`
|
||||
`rpicam-still {{[-r|--raw]}} {{[-o|--output]}} {{path/to/file.jpg}}`
|
||||
|
||||
- Capture a 100 second exposure image:
|
||||
|
||||
`rpicam-still -o {{path/to/file.jpg}} --shutter 100000`
|
||||
`rpicam-still {{[-o|--output]}} {{path/to/file.jpg}} --shutter 100000`
|
||||
|
||||
Reference in New Issue
Block a user