Please enable JavaScript to view this site.

IDS peak 2.8.0 / uEye+ firmware 3.33

hint_info

This feature is deprecated (see InterfaceTLVersionMinor).

Returns the minor version number of the GigE Vision specification the GenTL Producer implementation complies with.

Name

GevVersionMinor

Category

SystemInformation

Interface

Integer

Access

Read

Unit

-

Visibility

Expert

Values

-9223372036854775808 … 9223372036854775807

Increment: 1

Standard

GenTL SFNC

Availability uEye+

icon-gev

Availability uEye

-

Code Example

C++

// Determine the current GevVersionMinor
int64_t value = nodeMapSystem->FindNode<peak::core::nodes::IntegerNode>("GevVersionMinor")->Value();

C#

// Determine the current GevVersionMinor
long value = nodeMapSystem.FindNode<peak.core.nodes.IntegerNode>("GevVersionMinor").Value();

Python

# Determine the current GevVersionMinor (int)
value = nodeMapSystem.FindNode("GevVersionMinor").Value()

© 2024 IDS Imaging Development Systems GmbH