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 documents or ‘Hello world’ type code?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The ImageKit framework in Leopard has an
IKPictureTakerclass that will let you run the standard picture-taking sheet or panel that you seen in iChat and other applications.If you don’t want to use the standard picture-taker panel/sheet interface, you an use the QTKit Capture functionality to get an image from the iSight.
Both of these will require writing some Cocoa code in Objective-C, but that shouldn’t really be an obstacle these days.