Raspberry Pi Camera: Difference between revisions

From wikiluntti
Line 19: Line 19:


== RPi camera rev 1.3 ==
== RPi camera rev 1.3 ==
* https://raspberrypi.stackexchange.com/questions/81964/calculating-focal-length-of-raspberry-pi-camera


The v1 camera is based on the Omnivision OV5647.
The v1 camera is based on the Omnivision OV5647.

Revision as of 12:27, 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

RPi camera rev 1.3


The v1 camera is based on the Omnivision OV5647.

I

I

I