Is it possible to access the camera in a Macbook with REALbasic? I'd like to allow a user to capture an image from the camera.

link|improve this question

feedback

2 Answers

up vote 4 down vote accepted

Found 3 possible solutions:

  1. a free plugin: CamCapture This should work for anyone needing an easy method to capture images from the built-in iSight camera. It should also work for other QuickTime capable camera sources. There is an example project but no documentation. FYI- the site and example is in French.

  2. Commercial option, which I wasn't able to try is QTKit from MonkeyBread Software. This option is not free, but is documented and supported, unlike the free option.

  3. realcapture is a free, unsupported RB canvas. It uses declares to access the camera.

link|improve this answer
feedback

Camera access on the Mac is provided through QuickTime. Google for "QuickTime Realbasic". It looks like there are plugins you can buy.

link|improve this answer
Actual references would help supplement the answer. – Shadow May 23 at 21:04
learn to google – Ken Aspeslagh 2 days ago
This site would be a totally useless database of knowledge if all reference were wiped out due to the collapse of google. And that would be most sad. Not to mention some of googles replies come back to here and the worst thing to read is, google it. I often find myself yelling at the computer monitor that I did! – Shadow yesterday
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.