Raspberry Pi Camera: Difference between revisions

From wikiluntti
Line 17: Line 17:
* <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
* <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 ==
== RPi camera rev 1.3 ==


== I ==
== I ==

Revision as of 12:10, 8 March 2025

Introduction

https://www.raspberrypi.com/documentation/computers/camera_software.html

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

RPi camera rev 1.3

I

I

I