Hi,
Im using a WL-500gP with a Quickcam pro 9000 to take hires (1600x1200) images at a defined interval (e.g. 60 secs.) ; openwrt 8.09 as OS.
The webcam is detected by the uvc driver and everything shoult work, but using mjpeg at this high resolution will result in heavy cpu load, even ssh (second putty) will not work anymore. sometimes the streamer will not start due to memory reasons ...
I call mjpeg_streamer this way:
mjpg_streamer -i "input_uvc.so -d /dev/video0 -r 1600x1200 -y -q 90" -o "output_file.so -f /mnt/usbdrive/data/images -d 5000 -s 6000"
maybe mjpeg_streamer is oversized for my needs, so I'm searching for another tool that takes a image from the webcam to file and quits, I would use cron to call the tool every XX seconds (thats another point against mjpeg_streamer, cause this awesome prg runs as a deamon and I don't need to take images at night ;-)
any ideas?
thanx for your attention
regards,
bit