DJICameraPhotoFileFormat

enum DJICameraPhotoFileFormat : NSUInteger {}

Camera photo file formats. The default value is CameraPhotoJPEG.

  • The camera’s photo storage format is RAW.

    Declaration

    Objective-C

    DJICameraPhotoFileFormatRAW
  • The camera’s photo storage format is JPEG.

    Declaration

    Objective-C

    DJICameraPhotoFileFormatJPEG
  • The camera stores both the RAW and JPEG formats of the photo.

    Declaration

    Objective-C

    DJICameraPhotoFileFormatRAWAndJPEG
  • The camera’s photo storage format is TIFF (14bit). Only supported by XT camera.

    Declaration

    Objective-C

    DJICameraPhotoFileFormatTIFF14Bit
  • The camera’s photo storage format is Radiometric JPEG (a special JPEG format with temperature information). A radiometric JPEG has the .jpg suffix and can be viewed as a normal JPEG file would. At the same time, the temperature data is also stored in the file as meta data. PC software is required to analyze the file and it is accessible at FLIR’s website http://www.flir.com/instruments/display/?id=54865 . Only supported by XT camera with firmware version 1.16.1.70 or above.

    Declaration

    Objective-C

    DJICameraPhotoFileFormatRadiometricJPEG
  • The camera’s photo storage format is TIFF Linear Low. In this mode each pixel is 14 bits and linearly proportional with temperature, covering a high dynamic range of temperture which results in a lower temperature resolution. Supported only by Zenmuse XT containing Advanced Radiometry capabilities with firmware version 1.17.1.80 or lower. For newer firmwares, the temperature resolution preference is coupled with the thermal gain mode.

    Declaration

    Objective-C

    DJICameraPhotoFileFormatTIFF14BitLinearLowTempResolution
  • The camera’s photo storage format is TIFF Linear High. In this mode each pixel is 14 bits and linearly proportional with temperature, covering a low dynamic range of temperture which results in a higher temperature resolution. Supported only by Zenmuse XT containing Advanced Radiometry capabilities with firmware version 1.17.1.80 or lower. For newer firmwares, the temperature resolution preference is coupled with the thermal gain mode.

    Declaration

    Objective-C

    DJICameraPhotoFileFormatTIFF14BitLinearHighTempResolution
  • The camera’s photo storage format is unknown.

    Declaration

    Objective-C

    DJICameraPhotoFileFormatUnknown = 255