Raspberry Pi Camera: Difference between revisions

From wikiluntti
Line 1: Line 1:
== Introduction ==
== Introduction ==


* https://magazines-attachments.raspberrypi.org/books/full_pdfs/000/000/036/original/Camera-Guide.pdf?1590756684
* https://datasheets.raspberrypi.com/camera/raspberry-pi-camera-guide.pdf
* https://datasheets.raspberrypi.com/camera/raspberry-pi-camera-guide.pdf
* https://www.raspberrypi.com/documentation/computers/camera_software.html
* https://www.raspberrypi.com/documentation/computers/camera_software.html

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