User`s manual
Configuring the Camera
Basler sprint Mono Cameras 173
Gain CSR
Note: The gain can be set by writing a floating point value to the Absolute Gain field or by writing
an integer value to the Raw Gain field. See Section 7.2.2.1 on page 164 for an explanation of the
difference between these two fields.
Register Base Address: 0x0E00
Field Name: Register Status Offset: 0x0000 Size: 1 Byte Type: Read only
Description: The integer value in this field indicates the status of this control and status register:
0x00 = The register is not available
0x01 = The register is available and all related settings are OK
0x80 = A value in the register is set out of range
Field Name: Absolute Gain Offset: 0x0001 Size: 4 Bytes Type: Read/Write
Description: Writing a floating point value to this field sets the gain in dB.
The value in this field is a standard IEEE-754 single precision (32 bit) floating point number.
See Section 6.1 on page 115 for more information about gain.
Field Name: Absolute Min Offset: 0x0005 Size: 4 Bytes Type: Read only
Description: Minimum allowed floating point value for the absolute gain setting.
The value in this field is a standard IEEE-754 single precision (32 bit) floating point number.
Field Name: Absolute Max Offset: 0x0009 Size: 4 Bytes Type: Read only
Description: Maximum allowed floating point value for the absolute gain setting.
The value in this field is a standard IEEE-754 single precision (32 bit) floating point number.
Field Name: Raw Gain Offset: 0x000D Size: 2 Bytes Type: Read/Write
Description: Writing an integer value to this field sets the gain.
The dB of gain that the camera will achieve at a given setting is determined by the formula shown
in Section 6.1 on page 115.
The bytes in this field are interpreted as follows:
Byte 1 = Low byte of the raw value
Byte 2 = High byte of the raw value
Field Name: Raw Min Offset: 0x000F Size: 2 Bytes Type: Read only
Description: Minimum allowed integer value for the raw gain setting.
The bytes in this field are interpreted as follows:
Byte 1 = Low byte of the min value
Byte 2 = High byte of the min value
Field Name: Raw Max Offset: 0x0011 Size: 2 Bytes Type: Read only
Description: Maximum allowed integer value for the raw gain setting.
The bytes in this field are interpreted as follows:
Byte 1 = Low byte of the max value
Byte 2 = High byte of the max value