Please enable JavaScript to view this site.

IDS peak 2.8.0 / uEye+ firmware 3.33

Represents the size of the selected file in bytes.

Name

FileSize[FileSelector]

Category

FileAccessControl

Interface

Integer

Access

Read

Unit

B

Visibility

Guru

Values

≥ 0

Standard

SFNC

Availability uEye+

icon-gev icon-u3v

Availability uEye

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

Values description

uEye+ (GV and U3 models):
UserData1: 0 ... 4096
UserData2: 0 ... 4096

uEye (UI models):
UserData1: 64Byte
UserData2: 64KByte. Note: "UserData2" is not supported by all camera families.

hint_info

Note that FileSize always returns the maximum value for uEye cameras (UI models).

Code example

C++

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

C#

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

Python

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

© 2024 IDS Imaging Development Systems GmbH