DJICameraThermalScene

enum DJICameraThermalScene : NSUInteger {}

Uses the Scene option to instantly enhance your image. Supported only by thermal imaging cameras.

  • Lienarly transforms the 14-bit sensor pixel data to 8-bit JPEG/MP4 pixel data.

    Declaration

    Objective-C

    DJICameraThermalSceneLinear
  • Automatically adjusts DDE, ACE, SSO, brightness and contrast.

    Declaration

    Objective-C

    DJICameraThermalSceneDefault
  • Automatically adjusts DDE, ACE, SSO, brightness and contrast with presets optimized for scenes composed of the sea and the sky scenes.

    Declaration

    Objective-C

    DJICameraThermalSceneSeaSky
  • Automatically adjusts DDE, ACE, SSO, brightness and contrast with presets optimized for outdoor scenes.

    Declaration

    Objective-C

    DJICameraThermalSceneOutdoor
  • Automatically adjusts DDE, ACE, SSO, brightness and contrast with presets optimized for indoor scenes.

    Declaration

    Objective-C

    DJICameraThermalSceneIndoor
  • Allows manual setting of DDE, ACE, SSO, brightness and contrast.

    Declaration

    Objective-C

    DJICameraThermalSceneManual
  • First saved settings of DDE, ACE, SSO, brightness and contrast.

    Declaration

    Objective-C

    DJICameraThermalSceneUser1
  • Second saved settings of DDE, ACE, SSO, brightness and contrast.

    Declaration

    Objective-C

    DJICameraThermalSceneUser2
  • Third saved settings of DDE, ACE, SSO, brightness and contrast.

    Declaration

    Objective-C

    DJICameraThermalSceneUser3
  • The Scene type is unknown.

    Declaration

    Objective-C

    DJICameraThermalSceneUnknown = 255