Microfunguy
So, instead of a time-lapse script what happens if your script just keeps the shutter button pressed when the camera is in continuous-shooting mode ?
Remember to low-level format your card first using the Canon menu.
No, in my script, I set some settings to the camera(zoom, manual focus) , and then I start a loop waiting for a signal from the usb to take photos, if my script gets a signal with length shorter than 200ms it takes a photo, else it shutdowns the camera. After it takes a photo, it restart the loop and wait for another signal.
The problem is that if I send a photo command, and let's say, I send another photo command in a period of 3 seconds, it doesn't work, because the camera is still shooting. But as a said I don't know why, because in continous shoot mode, the camera takes photos very fast, and I don't have to wait so long to get the camera ready for another photo.
If you want i can send my script for you have a look.