http://www.macsat.com/macsat/content/view/36/30/I've found two mistakes:
spca help:
-p X take a picture every X miliseconds
-p X && -o getPicture every X miliseconds and record in SpcaPict.jpg (spcacat)
The S97Webcam script should be something like this:
echo "ln -s /dev/v4l/video0 /dev/video0" > /etc/init.d/S97webcam
echo "cd /opt/www" > /etc/S97webcam
echo "/opt/www/imagesnap.sh &" > /etc/init.d/S97webcam
If you don't cd to the folder, the imagesnap.sh will place the picture in "/" instead of /opt/www.
One more thing: the webpage doesn't work for me (not refreshing automatically). Do you need any special packege for it? Java or something?