Please enable JavaScript to view this site.

IDS peak 2.8.0 / uEye+ firmware 3.33

Returns the timestamp of the image included in the payload. The timestamp represents the time of the FrameStart (ExposureStart) internal event.

Name

ChunkTimestamp

Category

ChunkDataControl

Interface

Integer

Access

Read

Unit

ns

Visibility

Expert

Values

≥ 0

Standard

SFNC

Availability uEye+

icon-gev icon-u3v

Availability uEye

-

hint_info

The availability of ChunkTimestamp depends on the sensor. For some cameras, the timestamp can only be returned when the "ExposureStart" trigger is enabled. Otherwise it returns 0.

Code example

C++

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

C#

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

Python

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

© 2024 IDS Imaging Development Systems GmbH