I'm using Raspian Wheezy's Motion with a Pi Camera Module and have problems with the image brightness when light conditions change a lot, e.g. dusk, dawn.
What settings should I use to get rid of that?
This is my motion.conf (strpped down):
Code: Select all
daemon on
setup_mode off
videodevice /dev/video0
v4l2_palette 8
input 8
norm 0
frequency 0
rotate 180
width 1280
height 1024
framerate 2
minimum_frame_time 0
netcam_tolerant_check off
auto_brightness off
brightness 0
contrast 0
saturation 0
hue 0
roundrobin_frames 1
roundrobin_skip 1
switchfilter off
threshold 1500
threshold_tune off
noise_level 32
noise_tune on
despeckle EedDl
smart_mask_speed 0
lightswitch 0
minimum_motion_frames 1
pre_capture 1
post_capture 1
gap 20
max_mpeg_time 0
output_all off
output_normal on
output_motion off
quality 75
ppm off
ffmpeg_cap_new on
ffmpeg_cap_motion off
ffmpeg_timelapse 0
ffmpeg_timelapse_mode daily
ffmpeg_bps 500000
ffmpeg_variable_bitrate 0
ffmpeg_video_codec swf
ffmpeg_deinterlace off
snapshot_interval 60
locate on
text_right %Y-%m-%d\n%T-%q
text_changes off
text_event %Y%m%d%H%M%S
text_double on
target_dir /home/motion/
snapshot_filename snapshots/%Y%m%d/%Y%m%d%H%M%S-snapshot
jpeg_filename events/%Y%m%d/%Y%m%d%H%M%S-%v-%q
movie_filename events/%Y%m%d/%Y%m%d%H%M%S-%v
timelapse_filename timelapse/%Y%m%d-timelapse
webcam_port 8081
webcam_quality 50
webcam_motion off
webcam_maxrate 1
webcam_localhost off
webcam_limit 0
control_port 8080
control_localhost off
control_html_output on
quiet on
I'm sure this has been answered somewhere already, but I couldn't find anything definitive.
Regards
Aydan