Hia,
today i've installed my USB camera, as described in
http://wiki.linuxmce.org/index.php/Analog_camerasAfter that, the camera was recognized, but i get a static image. No change, after hours.
And if i do a reload router, no more connection, even with /etc/init.d/morion restart.
The motion wrapper config is:
#image settings
frequency 0
rotate 0
width 640
height 480
framerate 15
auto_brightness off
brightness 128
contrast 128
saturation 128
hue 128
#http control
control_localhost off
control_html_output on
control_port 8888
#filters
despeckle EedDl
lightswitch 50
minimum_motion_frames 2
#detection
noise_tune on
threshold_tune on
smart_mask_speed 5
gap 5
post_capture 30
pre_capture 15
#output
locate on
text_double off
webcam_quality 80
webcam_maxrate 5
text_changes on
text_right %m-%d-%Y\n%T
#movies
ffmpeg_cap_new on
ffmpeg_timelapse 60
ffmpeg_timelapse_mode daily
ffmpeg_video_codec mpeg4
#snapshot config
snapshot_interval 60
snapshot_filename %Y/%m/%d/%H/minute_%M_%S
jpeg_filename %Y/%m/%d/%H/minute_%M_%S
movie_filename %Y/%m/%d/recordings/%m_%d_%Y_%H_%M_%S
timelapse_filename %Y/%m/%d/timelapse/%m-%d-%Y-timelapse
The device is #2 (/dev/video2) as shown in my dmesg output:
dcerouter_1008240:/home/cameras/192/2010/06/22# dmesg | grep video
[ 1.188831] pci 0000:03:00.0: Boot video device
[ 18.288340] Linux video capture interface: v2.00
[ 18.363566] ov511 2-1:1.0: USB OV511 video device found
[ 19.249711] ivtv0: Registered device video0 for encoder MPG (4096 kB)
[ 19.249797] ivtv0: Registered device video32 for encoder YUV (2048 kB)
[ 19.249970] ivtv0: Registered device video24 for encoder PCM (320 kB)
[ 19.337928] ivtv1: Registered device video1 for encoder MPG (4096 kB)
[ 19.338028] ivtv1: Registered device video33 for encoder YUV (2048 kB)
[ 19.338218] ivtv1: Registered device video25 for encoder PCM (320 kB)
[ 19.939129] ov511 2-1:1.0: Device at usb-0000:00:04.0-1 registered to video2
Anyone got this?
Any hints?
TIA
Paulo