Comment 1 for bug 604169

Revision history for this message
Thiago Figueiro (thiagocsf) wrote :

I think something in the config above is making motion crash. With the configuration below motion doesn't seem to crash.

thiago@haoni:~/Desktop/motion$ cat motion.conf
quiet on
output_all off
output_normal off
snapshot_interval 0
thread cam0.conf
thread cam1.conf

thiago@haoni:~/Desktop/motion$ cat cam0.conf
daemon off
setup_mode off
videodevice /dev/video0
width 640
height 480
framerate 2
minimum_frame_time 1
auto_brightness off
brightness 0
contrast 0
saturation 0
hue 0
output_all on
output_normal on
output_motion off
quality 85
snapshot_interval 0
jpeg_filename cam0/%Y%m%d%H%M%S-%q
quiet on

thiago@haoni:~/Desktop/motion$ cat cam1.conf
daemon off
setup_mode off
videodevice /dev/video1
width 640
height 480
framerate 2
minimum_frame_time 1
auto_brightness off
brightness 0
contrast 0
saturation 0
hue 0
output_all on
output_normal on
output_motion off
quality 85
snapshot_interval 0
jpeg_filename cam1/%Y%m%d%H%M%S-%q
quiet on