Please enable JavaScript to view this site.

IDS peak 2.8.0 / uEye+ firmware 3.33

hint_info

This feature is deprecated (see InterfaceTLVersionMajor).

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

Name

GevVersionMajor

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 GevVersionMajor
int64_t value = nodeMapSystem->FindNode<peak::core::nodes::IntegerNode>("GevVersionMajor")->Value();

C#

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

Python

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

© 2024 IDS Imaging Development Systems GmbH