ImageCaptureCore does not provide an API to get camera settings, like White Balance, ISO etc., but it provides an API method requestSendPTPCommand
from which is possible to get camera settings.
But the problem is no matter how I call this API, the didSendPTPCommand
delegate method are always passed NULL
.
Has anybody used
requestSendPTPCommand
before?How to get camera settings in Cocoa?