Basler SCOUT LIGHT Manual de usuario Pagina 212

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 228
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 211
Standard Features AW00104701000
202 Basler scout light GigE
// Read the Device ID parameter
Pylon::String_t deviceID = Camera.DeviceID.GetValue();
// 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();
For detailed information about using the pylon API, refer to the Basler pylon Programmer’s Guide
and API Reference.
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 Configuration tool to read or write the Device User ID.
For more information about the pylon Viewer, see Section 3.1 on page 25.
For more information about the pylon IP Configuration Tool, see Section 3.2 on page 25.
Vista de pagina 211
1 2 ... 207 208 209 210 211 212 213 214 215 216 217 ... 227 228

Comentarios a estos manuales

Sin comentarios