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.

AcquisitionAbort stops the image capture immediately. The image capture is stopped without waiting for a trigger, the current image is not taken to the end. If no capturing is in progress, the command is ignored.

Name

AcquisitionAbort

Category

AcquisitionControl

Interface

Command

Access

Write

Unit

-

Visibility

Expert

Values

-

Standard

SFNC

Availability uEye+

icon-gev icon-u3v

Availability uEye

-

Code example

C++

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

C#

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

Python

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

© 2026 IDS Imaging Development Systems GmbH