Date
1/6/12
© 2011-2012, FLIR Systems AB. All rights reserved worldwide. Publ. No. T 559 775, Rev. B
5 (20)
2.2
GenICam registers
Depending on the camera model, all registers may not be available or functional on a
particular camera.
2.2.1
Register types
The registers have one of the following types:
Integer
An integer value, between -2 147 483 648 and 2 147 483 647.
String
(max length
including null)
An ASCII string, for example "ThermaCAM".
The string must be terminated with a Null (binary 0) character
Bool
The integer value 1 for true, or the integer value 0 for false.
Float
An IEEE 754 -1985 encoded floating point value, between
±3.4028235×10^38 .
Enum
An integer value with a specific encoding.
Cmd
An integer value with a specific encoding used as a command.
They can be accessed in one of these three ways:
RO
Read only
RW
Read write
WO
Write only