ImageCaptureCore documentation

Posted by Marc Rochkind on Stack Overflow See other posts from Stack Overflow or by Marc Rochkind
Published on 2010-12-26T23:45:43Z Indexed on 2010/12/26 23:54 UTC
Read the original article Hit count: 353

Filed under:
|

There are a few overviews in the OS X 10.6 docs that I access via XCode, and a bunch of examples, but the actual reference docs seem to be absent. I was able to figure things out by reading the inline comments in the header files (e.g., ICCameraDevice.h), which looks like the source for the XCode docs.

Is there a way to install these docs?

The biggest problem with the overview writeups and the examples is that they assume you have a GUI. The whole point of ImageCaptureCore, vs. ImageKit, as I understand it is that you don't have a GUI, or want to have your own (my case).

Anyone else have a good time figuring out how these APIs work? Way too much work!

--Marc

© Stack Overflow or respective owner

Related posts about osx

Related posts about image-capture