3

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.

  1. Has anybody used requestSendPTPCommand before?

  2. How to get camera settings in Cocoa?

pkamb
  • 33,281
  • 23
  • 160
  • 191

1 Answers1

1

I know it's been a while since this question was asked but since I was looking into it myself and incase anyone else needs to know there is a useful example to the use of PTP commands in this old apple documentation here.

DumbBrunette
  • 83
  • 1
  • 6