Please enable JavaScript to view this site.

IDS peak 2.14.0 / uEye+ firmware 3.42

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

DriverVersionReg

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 DriverVersionReg
std::string value = nodeMapSystem->FindNode<peak::core::nodes::StringNode>("DriverVersionReg")->Value();

C#

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

Python

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

© 2024 IDS Imaging Development Systems GmbH