Package com.flir.thermalsdk.image
Class CameraInformation
java.lang.Object
com.flir.thermalsdk.image.CameraInformation
Holds information about the camera used to create the Thermal image. Provides an information
about a camera device, like serial number, model, lens type/name. All information given is as
written by the camera. For extra information, refer to the user manual of the camera.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal String
Arc date/timefinal String
Arc signaturefinal String
Arc file versionfinal String
The camera article number.final String
Calibration titlefinal String
Country codefinal String
The camera's filter information.final float
Lens focal length in mm.final int
Horizontal field of view in degrees.final String
The camera's lens information.final String
The lens serial numberfinal String
The camera's model information.final String
The program version.final ThermalValue
The upper and limit of the camera's measurement range.final ThermalValue
The lower and limit of the camera's measurement range.final String
The camera's serial number. -
Method Summary
-
Field Details
-
filter
The camera's filter information. -
lens
The camera's lens information. -
model
The camera's model information. -
serialNumber
The camera's serial number. -
rangeMin
The lower and limit of the camera's measurement range. Note that there are some preconditions/limits related to camera's measurement range, when using remote APITemperatureRange.selectedIndex()
.- See Also:
-
rangeMax
The upper and limit of the camera's measurement range. Note that there are some preconditions/limits related to camera's measurement range, when using remote APITemperatureRange.selectedIndex()
.- See Also:
-
programVersion
The program version. -
articleNumber
The camera article number. -
calibrationTitle
Calibration title -
lensSerialNumber
The lens serial number -
arcVersion
Arc file version -
arcDate
Arc date/time -
arcSignature
Arc signature -
countryCode
Country code -
horizontalFoV
public final int horizontalFoVHorizontal field of view in degrees. -
focalLength
public final float focalLengthLens focal length in mm.
-
-
Method Details