class DJICameraMultispectralStorageSettings
@interface DJICameraMultispectralStorageSettings : NSObject <NSCopying , NSMutableCopying >
Header: DJICameraSettingsDef.h Inherits From: NSObject
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:
property shouldStoreRGB
@property (nonatomic , readonly ) BOOL shouldStoreRGB
Header: DJICameraSettingsDef.h
Description:
YES
if the photos in the RGB band sensor should be stored.
Should Store Blue
property
property shouldStoreBlue
@property (nonatomic , readonly ) 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 , readonly ) BOOL shouldStoreGreen
Header: DJICameraSettingsDef.h
Description:
YES
if the photos in the green spectrum band should be stored.
property shouldStoreRed
@property (nonatomic , readonly ) BOOL shouldStoreRed
Header: DJICameraSettingsDef.h
Description:
YES
if the photos in the red spectrum band should be stored.
Should Store Near Infrared
property
property shouldStoreNearInfrared
@property (nonatomic , readonly ) 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 , readonly ) BOOL shouldStoreRedEdge
Header: DJICameraSettingsDef.h
Description:
YES
if the photos in the red edge spectrum band should be stored.