DJICameraISO

enum DJICameraISO : NSUInteger {}

Camera ISO values.

  • The ISO value is automatically set. This cannot be used for all cameras when in Manual mode.

    Declaration

    Objective-C

    DJICameraISOAuto = 0
  • The ISO value is set to 100.

    Declaration

    Objective-C

    DJICameraISO100 = 1
  • The ISO value is set to 200.

    Declaration

    Objective-C

    DJICameraISO200 = 2
  • The ISO value is set to 400.

    Declaration

    Objective-C

    DJICameraISO400 = 3
  • The ISO value is set to 800.

    Declaration

    Objective-C

    DJICameraISO800 = 4
  • The ISO value is set to 1600.

    Declaration

    Objective-C

    DJICameraISO1600 = 5
  • The ISO value is set to 3200.

    Declaration

    Objective-C

    DJICameraISO3200 = 6
  • The ISO value is set to 6400.

    Declaration

    Objective-C

    DJICameraISO6400 = 7
  • The ISO value is set to 12800.

    Declaration

    Objective-C

    DJICameraISO12800 = 8
  • The ISO value is set to 25600.

    Declaration

    Objective-C

    DJICameraISO25600 = 9
  • The ISO value is set to an unknown value.

    Declaration

    Objective-C

    DJICameraISOUnknown = 255