Please enable JavaScript to view this site.

IDS peak 2.20.0 / uEye+ firmware 3.80

IDS Peak comfortSDK, genericSDK, AFL, ICL, and IPL developer manuals are external documents.
Please contact us if you need these manuals.

Resets the current value of the cameras timestamp.

hint_info

A reset cannot be done during image acquisition. It is not possible to start image acquisition until the reset has been completed.

A reset cannot be done as long as PTPEnable = "True".

Name

TimestampReset

Category

DeviceControl

Interface

Command

Access

Write

Unit

-

Visibility

Expert

Values

-

Standard

SFNC

Availability uEye+

icon-gev icon-u3v

Availability uEye

-

Code example

C++

// Execute TimestampReset
nodeMapRemoteDevice->FindNode<peak::core::nodes::CommandNode>("TimestampReset")->Execute();
// Check if the command has finished before you continue (optional)
nodeMapRemoteDevice->FindNode<peak::core::nodes::CommandNode>("TimestampReset")->WaitUntilDone();

C#

// Execute TimestampReset
nodeMapRemoteDevice.FindNode<IDSImaging.Peak.API.Core.Nodes.CommandNode>("TimestampReset").Execute();
// Check if the command has finished before you continue (optional)
nodeMapRemoteDevice.FindNode<IDSImaging.Peak.API.Core.Nodes.CommandNode>("TimestampReset").WaitUntilDone();

Python

# Execute TimestampReset
nodeMapRemoteDevice.FindNode("TimestampReset").Execute()
# Check if the command has finished before you continue (optional)
nodeMapRemoteDevice.FindNode("TimestampReset").WaitUntilDone()

© 2026 IDS Imaging Development Systems GmbH