Raspberry Pi Camera: Difference between revisions
From wikiluntti
Line 1: | Line 1: | ||
== Introduction == | == Introduction == | ||
Rpicam is based on libcamera | |||
<code>rpicam-still</code> | <code>rpicam-still</code> | ||
To a raw jpeg file | To a raw jpeg file | ||
<code>rpicam-still -r -o path/to/file.jpg</code> | <code>rpicam-still -r -o path/to/file.jpg</code> | ||
Some settings: | |||
* <code>--timeout 0</code> | |||
* <code>--shutter 100000</code> takes a 100 sec photo | |||
* <code>-r</code> | |||
* <code>-o path/to/file.jpg</code> | |||
== I == | == I == |
Revision as of 11:25, 8 March 2025
Introduction
Rpicam is based on libcamera
rpicam-still
To a raw jpeg file
rpicam-still -r -o path/to/file.jpg
Some settings:
--timeout 0
--shutter 100000
takes a 100 sec photo-r
-o path/to/file.jpg