DJI Mobile SDK Documentation

      class DJIMutableCameraMultispectralStorageSettings

      @interface DJIMutableCameraMultispectralStorageSettings : DJICameraMultispectralStorageSettings
      Header:DJICameraSettingsDef.h
      Inherits From:DJICameraMultispectralStorageSettings
      Description:

      The mutable settings for storing photos produced by a multispectral camera. Only supported by multispectral camera of P4 Multispectral.

      Class Members:
      Should Store RGB
      property
      property shouldStoreRGB
      @property (nonatomic, readwrite) BOOL shouldStoreRGB
      Header:DJICameraSettingsDef.h
      Description:

      YES if the photos in the RGB band sensor should be stored.

      property shouldStoreRed
      @property (nonatomic, readwrite) BOOL shouldStoreRed
      Header:DJICameraSettingsDef.h
      Description:

      YES if the photos in the red spectrum band should be stored.

      Should Store Blue
      property
      property shouldStoreBlue
      @property (nonatomic, readwrite) BOOL shouldStoreBlue
      Header:DJICameraSettingsDef.h
      Description:

      YES if the photos in the blue spectrum band should be stored.

      Should Store Green
      property
      property shouldStoreGreen
      @property (nonatomic, readwrite) BOOL shouldStoreGreen
      Header:DJICameraSettingsDef.h
      Description:

      YES if the photos in the green spectrum band should be stored.

      should Store Near Infrared
      property
      property shouldStoreNearInfrared
      @property (nonatomic, readwrite) BOOL shouldStoreNearInfrared
      Header:DJICameraSettingsDef.h
      Description:

      YES if the photos in the near infrared spectrum band should be stored.

      Should Store Red Edge
      property
      property shouldStoreRedEdge
      @property (nonatomic, readwrite) BOOL shouldStoreRedEdge
      Header:DJICameraSettingsDef.h
      Description:

      YES if the photos in the red edge spectrum band should be stored.