DJICameraThermalGainMode

enum DJICameraThermalGainMode : NSUInteger {}

The gain mode. Supported only by thermal imaging cameras.

  • The camera will automatically select the optimal gain mode according to the temperature range of the image.

    Declaration

    Objective-C

    DJICameraThermalGainModeAuto
  • The camera covers a wider temperature range but is less sensitive to temperature differences.

    Declaration

    Objective-C

    DJICameraThermalGainModeLow
  • The camera covers a smaller temperature range but is more sensitive to temperature differences.

    Declaration

    Objective-C

    DJICameraThermalGainModeHigh
  • The gain mode is unknown.

    Declaration

    Objective-C

    DJICameraThermalGainModeUnknown = 255