DJI Mobile SDK Documentation

      class MultispectralStoragePhotoSettings

      @EXClassNullAway
      class MultispectralStoragePhotoSettings
      Package:dji.common.camera
      Description:

      The settings for storing photos produced by a multispectral camera. Use the mutable class if modification of the settings is required. Only supported by multispectral camera of P4 Multispectral.

      Class Members:
      Should Store RGB
      class
      method setIsStorageRgbCamera
      StoragePhotoCamerasParamBuilder setIsStorageRgbCamera(boolean isStorageRgbCamera)
      Package:dji.common.camera
      Description:

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

      Input Parameters:
      boolean isStorageRgbCameraA boolean value to set.
      Return:
      StoragePhotoCamerasParamBuilderThe builder of StoragePhotoCamerasParamBuilder.
      Should Store Blue
      method
      method setIsStorageBlueCamera
      StoragePhotoCamerasParamBuilder setIsStorageBlueCamera(boolean isStorageBlueCamera)
      Package:dji.common.camera
      Description:

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

      Input Parameters:
      boolean isStorageBlueCameraA boolean value to set.
      Return:
      StoragePhotoCamerasParamBuilderThe builder of StoragePhotoCamerasParamBuilder.
      Should Store Green
      method
      method setIsStorageGreenCamera
      StoragePhotoCamerasParamBuilder setIsStorageGreenCamera(boolean isStorageGreenCamera)
      Package:dji.common.camera
      Description:

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

      Input Parameters:
      boolean isStorageGreenCameraA boolean value to set.
      Return:
      StoragePhotoCamerasParamBuilderThe builder of StoragePhotoCamerasParamBuilder.
      Should Store Red
      method
      method setIsStorageRedCamera
      StoragePhotoCamerasParamBuilder setIsStorageRedCamera(boolean isStorageRedCamera)
      Package:dji.common.camera
      Description:

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

      Input Parameters:
      boolean isStorageRedCameraA boolean value to set.
      Return:
      StoragePhotoCamerasParamBuilderThe builder of StoragePhotoCamerasParamBuilder.
      Should Store Near Infrared
      method
      method setIsStorageNearInfraredCamera
      StoragePhotoCamerasParamBuilder setIsStorageNearInfraredCamera(boolean isStorageNearInfraredCamera)
      Package:dji.common.camera
      Description:

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

      Input Parameters:
      boolean isStorageNearInfraredCameraA boolean value to set.
      Return:
      StoragePhotoCamerasParamBuilderThe builder of StoragePhotoCamerasParamBuilder.
      Should Store Red Edge
      method
      method setIsStorageRedEdgeCamera
      StoragePhotoCamerasParamBuilder setIsStorageRedEdgeCamera(boolean isStorageRedEdgeCamera)
      Package:dji.common.camera
      Description:

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

      Input Parameters:
      boolean isStorageRedEdgeCameraA boolean value to set.
      Return:
      StoragePhotoCamerasParamBuilderThe builder of StoragePhotoCamerasParamBuilder.