Please enable JavaScript to view this site.

IDS peak 2.10.0 / uEye+ firmware 3.34

IDS Peak comfortSDK, genericSDK, IPL, and AFL developer manuals are external documents. Please contact us if you need them.

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