Raspberry Pi Camera: Difference between revisions

From wikiluntti
Line 13: Line 13:
* --encoding png
* --encoding png
* <code>-o path/to/file.jpg</code>
* <code>-o path/to/file.jpg</code>
* <code>--gain 1 --awbgains 1,1 --immediate</code>  Automatic Exposure/Gain Control (AEC/AGC) and Auto White Balance (AWB).  Skip the preview phase entirely with the immediate option


== I ==
== I ==

Revision as of 11:28, 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
  • --encoding png
  • -o path/to/file.jpg
  • --gain 1 --awbgains 1,1 --immediate Automatic Exposure/Gain Control (AEC/AGC) and Auto White Balance (AWB). Skip the preview phase entirely with the immediate option

I

I

I

I