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 StringArc date/timefinal StringArc signaturefinal StringArc file versionfinal StringThe camera article number.final StringCalibration titlefinal StringCountry codefinal StringThe camera's filter information.final floatLens focal length in mm.final intHorizontal field of view in degrees.final StringThe camera's lens information.final StringThe lens serial numberfinal StringThe camera's model information.final StringThe program version.final ThermalValueThe upper and limit of the camera's measurement range.final ThermalValueThe lower and limit of the camera's measurement range.final StringThe 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