OS X API to access iOS photo library?
Lightroom running on OS X (don't know about Windows) can directly access the Photo Library of my iPad to import photos.
Is there an OS X API for this?
Or, perhaps Adobe wrote their own low-level code? (No prohibition on doing this for OS X, unlike iOS.)
(Note: I can access the Photo Library just fine from my iOS app. This q开发者_StackOverflowuestion is about doing it from an OS X app.)
--Marc
To answer my own question: The iOS devices use the standard PTP protocol. The ImageCaptureCore framework handles that on OS X, and I think WIA on Windows (haven't tried WIA yet).
--Marc
精彩评论