geraldoramos / pigeon

Pigeon is a simple 3D printed cloud home surveillance camera project that uses the new Raspberry Pi Zero W
https://www.instructables.com/id/Pigeon-a-3D-Printed-Cloud-Home-Surveillance-Camera/
GNU General Public License v3.0
296 stars 22 forks source link

Need -awb greyworld for NoIR PiCam... #32

Open TheSneakyKoala opened 3 years ago

TheSneakyKoala commented 3 years ago

Hey,

I am new to Pi and linux in general. Firstly, THANK YOU FOR THIS PACKAGE! I've bricked my zero three times trying to get this funcitonality.

Now my question: Where can i add the -awb greyworld option into the pigeon.conf? I am not sure on the exact syntax for adding this to the camera config. This is what I have tried:

151 # Camera control parameters (see raspivid/raspistill tool documentation) 152 # Default: Not defined 153 ; mmalcam_control_params -hf; -awb greyworld

Also, this is my first github post of my short programming career. Thanks ahead of time!