I\'d like to use the camera in my Macbook in a program. I\'m fairly language agnostic - C, Java, Python etc are all fine. Could anyone suggest the best place to look for documen
There is a utility called isightcapture that runs from the unix command line that takes a picture from the isight camera and saves it.
You can check it out at this web site: http://www.macupdate.com/info.php/id/18598
An example of using this with AppleScript is:
tell application "Terminal" do script "/Applications/isightcapture myimage.jpg" end tell