Basler raL2048-48gm User Manual Page 200

  • Download
  • Add to my manuals
  • Print
  • Page
    / 238
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 199
Standard Features AW00118302000
190 Basler racer GigE
10.12 Device Information Parameters
Each camera includes a set of "device information" parameters. These parameters provide some
basic information about the camera. The device information parameters include:
Device Vendor Name (read only) - indicates the name of the camera’s vendor. This string will
always indicate Basler as the vendor.
Device Model Name (read only) - indicates the model name of the camera, for example,
raL2048-48gm.
Device Manufacturer Info (read only) - can indicate some information about the camera
manufacturer. This string usually indicates "none".
Device Version (read only) - indicates the device version number for the camera.
Firmware Version (read only) - indicates the version of the firmware in the camera.
Device ID (read only) - indicates the serial number of the camera.
Device User ID (read / write) - is used to assign a user defined name to a device. This name
will be displayed in the Basler pylon Viewer and the Basler pylon IP Configuration Tool. The
name will also be visible in the "friendly name" field of the device information objects returned
by pylon’s device enumeration procedure.
Device Scan Type (read only) - indicates the scan type of the camera, for example, line scan.
Sensor Width (read only) - indicates the physical width of the sensor in pixels. The parameter
value is identical to the camera’s sensor size and maximum possible resolution.
Sensor Height (read only) - indicates the physical height of the sensor in pixels.
Max Width (read only) - indicates the camera’s maximum possible width setting for an image
AOI.
Sensor Board Temperature (read only) - Indicates the current temperature of the camera’s
sensor board in degrees centigrade.
You can read the values for all of the device information parameters or set the value of the Device
User ID parameter from within your application software by using the pylon API. The following code
snippets illustrate using the API to read the parameters or write the Device User ID:
// Read the Vendor Name parameter
Pylon::String_t vendorName = Camera.DeviceVendorName.GetValue();
// Read the Model Name parameter
Pylon::String_t modelName = Camera.DeviceModelName.GetValue();
// Read the Manufacturer Info parameter
Pylon::String_t manufacturerInfo = Camera.DeviceManufacturerInfo.GetValue();
// Read the Device Version parameter
Pylon::String_t deviceVersion = Camera.DeviceVersion.GetValue();
// Read the Firmware Version parameter
Page view 199
1 2 ... 195 196 197 198 199 200 201 202 203 204 205 ... 237 238

Comments to this Manuals

No comments