EasyManua.ls Logo

Basler GigE CAMERAS - Page 261

Basler GigE CAMERAS
326 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
AW00097603000 Standard Features
Basler aviator GigE 251
// Write and read the Device User ID
Camera.DeviceUserID = "custom name";
Pylon::String_t deviceUserID = Camera.DeviceUserID.GetValue();
// Read the Sensor Width parameter
int64_t sensorWidth = Camera.SensorWidth.GetValue();
// Read the Sensor Height parameter
int64_t sensorHeight = Camera.SensorHeight.GetValue();
// Read the Max Width parameter
int64_t maxWidth = Camera.WidthMax.GetValue();
// Read the Max Height parameter
int64_t maxHeight = Camera.HeightMax.GetValue();
You can also use the Basler pylon Viewer application to easily read the parameters and to read or
write the Device User ID.
You can use the Basler pylon IP Configurator to read or write the Device User ID.
For more information about the pylon API and the pylon Viewer, see Section 3 on page 21.

Table of Contents

Related product manuals