2024-01-21 23:16:16 -05:00
|
|
|
# rpicam-still
|
|
|
|
|
|
|
|
> Capture and store a photo using a Raspberry Pi camera with legacy features missing from `rpicam-jpeg`.
|
|
|
|
> More information: <https://www.raspberrypi.com/documentation/computers/camera_software.html#rpicam-still>.
|
|
|
|
|
|
|
|
- Capture a photo with different encoding:
|
|
|
|
|
2025-04-20 00:21:53 +03:00
|
|
|
`rpicam-still {{[-e|--encoding]}} {{bmp|png|rgb|yuv420}} {{[-o|--output]}} {{path/to/file.{{bmp|png|rgb|yuv420}}}}`
|
2024-01-21 23:16:16 -05:00
|
|
|
|
|
|
|
- Capture a raw image:
|
|
|
|
|
2025-04-20 00:21:53 +03:00
|
|
|
`rpicam-still {{[-r|--raw]}} {{[-o|--output]}} {{path/to/file.jpg}}`
|
2024-01-21 23:16:16 -05:00
|
|
|
|
|
|
|
- Capture a 100 second exposure image:
|
|
|
|
|
2025-04-20 00:21:53 +03:00
|
|
|
`rpicam-still {{[-o|--output]}} {{path/to/file.jpg}} --shutter 100000`
|