Please enable JavaScript to view this site.

IDS peak 2.8.0 / uEye+ firmware 3.33

Returns the version of the driver component.

Name

DriverVersion

Category

SystemInformation

Interface

String

Access

Read

Unit

-

Visibility

Beginner

Values

-

Standard

IDS

Availability uEye+

icon-gev icon-u3v

Availability uEye

-

Code Example

C++

// Determine the current DriverVersion
std::string value = nodeMapSystem->FindNode<peak::core::nodes::StringNode>("DriverVersion")->Value();

C#

// Determine the current DriverVersion
string value = nodeMapSystem.FindNode<peak.core.nodes.StringNode>("DriverVersion").Value();

Python

# Determine the current DriverVersion (str)
value = nodeMapSystem.FindNode("DriverVersion").Value()

© 2024 IDS Imaging Development Systems GmbH