DJICameraThermalResolution
enum DJICameraThermalResolution : NSUInteger {}
The resolution of thermal imaging camera. Supported only by thermal imaging cameras.
-
The thermal imaging camera resolution is 336x256.
Declaration
Objective-C
DJICameraThermalResolution336x256 -
The thermal imaging camera resolution is 640x512.
Declaration
Objective-C
DJICameraThermalResolution640x512 -
The thermal imaging camera resolution is unknown.
Declaration
Objective-C
DJICameraThermalResolutionUnknown = 255
View on GitHub
DJICameraThermalResolution Enum Reference