Update cheatsheets

This commit is contained in:
ivuorinen
2025-04-20 00:20:58 +00:00
parent 846fc1563d
commit a360d4dc45
153 changed files with 493 additions and 434 deletions

View File

@@ -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`