Open dfect opened 7 years ago
You can play around with brightness and contrast by adding it to 'Extra Motion Options'
Like:
brightness 124 contrast 34
http://www.lavrsen.dk/foswiki/bin/view/Motion/ConfigFileOptions
EDIT: Just remember to disable Automatic Brightness.
Thanks, I've tried different brightness, contrast, hue and v4l2_palette settings, all seems to affect but in other ways. Seems hard to adjust the actual shutter time in each photo (or in similar way as raspistill).
You can in fact use imagemagick to post process the photo.
This is what I use to flip the photo:
convert -rotate 180 /home/pi/433Utils/RPi_utils/$t$d.jpg /home/pi/433Utils/RPi_utils/$t$d.jpg
but imagemagick gives you much more:
https://www.imagemagick.org/script/command-line-processing.php
EDIT: Just write a simple sh script to do that for every new image and stick it into the crontab to be run every so often.
Hi,
I use motioneye with the raspi-cam (the new NOIR-8MP version) and a raspberry 3. Often the streamed and recorded video and photos become very blue in tone but also very dark. Is there some way to modify the White Balance or shutter time or some other way improving the dark areas present?
Using raspistill with the following settings takes photos with more natural color and more brighten areas. Is it possible to make similar settings in motioneye?
sudo raspistill -o picture.jpg --timeout 1000 --shutter 100000 --ISO 100000 -awb off -awbg 0.88,0.97