Raspberry Pi Camera: Difference between revisions
From wikiluntti
Line 24: | Line 24: | ||
* https://datasheets.raspberrypi.com/camera/camera-module-3-schematics.pdf | * https://datasheets.raspberrypi.com/camera/camera-module-3-schematics.pdf | ||
Focal Length 3.60 mm. | |||
The v1 camera is based on the Omnivision OV5647. | The v1 camera is based on the Omnivision OV5647. |
Revision as of 12:33, 8 March 2025
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://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
- https://raspberrypi.stackexchange.com/questions/81964/calculating-focal-length-of-raspberry-pi-camera
- https://datasheets.raspberrypi.com/camera/camera-module-3-schematics.pdf
Focal Length 3.60 mm.
The v1 camera is based on the Omnivision OV5647.