Please enable JavaScript to view this site.

IDS peak 2.8.0 / uEye+ firmware 3.33

hint_info

This function is supported by the following models:

U3 models

PCB version uEye+ LE USB 3.1 Rev. 1.2 (requires USB3 Vision firmware 3.2 or higher)

uEye+ LE USB 3.1 Rev. 1.2 AF (requires USB3 Vision firmware 3.2 or higher)

USB 3 uEye+ ACP

GV models

GigE uEye+ ACP

UI models

PCB version uEye LE USB 3.1 Gen 1

PCB version USB 3 uEye LE

PCB version USB uEye LE

GigE uEye LE

Controls the length of the I2CRegisterAddress.

Name

I2CRegisterAddressLength

Category

I2CControl

Interface

Integer

Access

Read/Write

Unit

B

Visibility

Expert

Values

0 ... 3
Increment 1

Standard

IDS

Availability uEye+

icon-gev icon-u3v

Availability uEye

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

Code example

C++

// Determine the current I2CRegisterAddressLength
int64_t value = nodeMapRemoteDevice->FindNode<peak::core::nodes::IntegerNode>("I2CRegisterAddressLength")->Value();
// Set I2CRegisterAddressLength to 3
nodeMapRemoteDevice->FindNode<peak::core::nodes::IntegerNode>("I2CRegisterAddressLength")->SetValue(3);

C#

// Determine the current I2CRegisterAddressLength
long value = nodeMapRemoteDevice.FindNode<peak.core.nodes.IntegerNode>("I2CRegisterAddressLength").Value();
// Set I2CRegisterAddressLength to 3
nodeMapRemoteDevice.FindNode<peak.core.nodes.IntegerNode>("I2CRegisterAddressLength").SetValue(3);

Python

# Determine the current I2CRegisterAddressLength (int)
value = nodeMapRemoteDevice.FindNode("I2CRegisterAddressLength").Value()
# Set I2CRegisterAddressLength to 3 (int)
nodeMapRemoteDevice.FindNode("I2CRegisterAddressLength").SetValue(3)

© 2024 IDS Imaging Development Systems GmbH