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 source for DeviceClockFrequency.

Name

DeviceClockSelector

Category

DeviceControl

Interface

Enumeration

Access

Read

Unit

-

Visibility

Expert

Values

Sensor

Standard

SFNC

Availability uEye+

icon-gev icon-u3v

Availability uEye

icon-ui-gige icon-ui-usb2 icon-ui-usb3

Values description

Sensor: Clock frequency of the image sensor of the camera.

Code example

C++

// Determine the current entry of DeviceClockSelector
std::string value = nodeMapRemoteDevice->FindNode<peak::core::nodes::EnumerationNode>("DeviceClockSelector")->CurrentEntry()->SymbolicValue();

C#

// Determine the current entry of DeviceClockSelector
string value = nodeMapRemoteDevice.FindNode<peak.core.nodes.EnumerationNode>("DeviceClockSelector").CurrentEntry().SymbolicValue();

Python

# Determine the current entry of DeviceClockSelector (str)
value = nodeMapRemoteDevice.FindNode("DeviceClockSelector").CurrentEntry().SymbolicValue()

© 2024 IDS Imaging Development Systems GmbH