
Features
164 Basler aviator Camera Link
7.17 Imaging Sensor Temperature
Monitoring And Over Temperature
Detection
7.17.1 Reading the Imaging Sensor Temperature
The camera is equipped with a temperature sensor mounted on the imaging sensor board. The
temperature sensor lets you read the current temperature of the camera’s imaging sensor board in
degrees C.
Reading the Imaging Sensor Board Temperature Using Basler Pylon
You can use the pylon API to read the imaging sensor board temperature in degrees C from within
your application software. Reading the temperature using Basler pylon is a two step process:
Select the imaging sensor board temperature sensor.
Read the temperature.
The following code snippet illustrates using the API to read the temperature in degrees C:
// Select the imaging sensor board temperature sensor
Camera.TemperatureSelector.SetValue ( TemperatureSelector_Sensorboard );
// Read the imaging sensor board temperature
double imgSensorTemp = Camera.TemperatureAbs.GetValue();
You can also use the Basler pylon Viewer application to easily read the temperature.
For more information about the pylon API and the pylon Viewer, see Section 4 on page 45.
Reading the Imaging Sensor Board Temperature Using Direct Register Access
To read the temperature of the imaging sensor board in degrees C via direct register access:
Read the value of the Device Temperature Sensor Board register.
For more information about changing settings via direct register access, see Section 4 on page 45.
Comentarios a estos manuales