There has been a lot written about setting your mac to automatically capture images from its built in camera. Unfortunately a lot of this is written for OS 10.4 and is partially irrelevant in 10.5 and 10.6. Commands running without a user context that access the isight produce errors that the device can’t be accessed. In 10.5 you need to run whichever command you use to capture images from the isight using a real user. This means that you cannot run the command as a cronjob or from a shell prompt easily. You CAN do this by following the directions on this site using launchctl bsexec and the PID of the login window.
http://tompohl.com/2010/01/23/howto-track-your-mac/
My implementation requireds running the capture every 10 minutes between 11 and midnight and is only triggered by time. My solution after the break:
