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.

If the DeviceBootStatus register returns a boot status different to "OK", this register provides additional information useful to identify the problem. Provide this information when contacting support.

Name

Device Boot Status Additional Information 1

Category

DeviceControl

Interface

Enumeration

Access

Read

Unit

-

Visibility

Expert

Values

-

Standard

IDS

Availability uEye+

icon-u3v

Availability uEye

-

Code example

C++

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

C#

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

Python

# Determine the current DeviceBootStatusAdditionalInfo1 (int)
value = nodeMapRemoteDevice.FindNode("DeviceBootStatusAdditionalInfo1").Value()

 

© 2024 IDS Imaging Development Systems GmbH