Raspberry Pi Camera: Difference between revisions

From wikiluntti
Line 11: Line 11:
* <code>--shutter 100000</code> takes a 100 sec photo  
* <code>--shutter 100000</code> takes a 100 sec photo  
* <code>-r</code>
* <code>-r</code>
* --encoding png
* <code>-o path/to/file.jpg</code>
* <code>-o path/to/file.jpg</code>



Revision as of 11:26, 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

I

I

I

I