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:
method setIsStorageRgbCamera
StoragePhotoCamerasParamBuilder setIsStorageRgbCamera (boolean isStorageRgbCamera)
Package: dji.common.camera
Description:
true
if the photos in the RGB band sensor should be stored.
boolean isStorageRgbCamera A boolean value to set.
Return:
method setIsStorageBlueCamera
StoragePhotoCamerasParamBuilder setIsStorageBlueCamera (boolean isStorageBlueCamera)
Package: dji.common.camera
Description:
true
if the photos in the blue spectrum band should be stored.
boolean isStorageBlueCamera A boolean value to set.
Return:
method setIsStorageGreenCamera
StoragePhotoCamerasParamBuilder setIsStorageGreenCamera (boolean isStorageGreenCamera)
Package: dji.common.camera
Description:
true
if the photos in the green spectrum band should be stored.
boolean isStorageGreenCamera A boolean value to set.
Return:
method setIsStorageRedCamera
StoragePhotoCamerasParamBuilder setIsStorageRedCamera (boolean isStorageRedCamera)
Package: dji.common.camera
Description:
true
if the photos in the red spectrum band should be stored.
boolean isStorageRedCamera A boolean value to set.
Return:
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.
boolean isStorageNearInfraredCamera A boolean value to set.
Return:
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.
boolean isStorageRedEdgeCamera A boolean value to set.
Return: