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.

Arms the camera before an AcquisitionStart command. This optional command validates all current features for consistency and enables a quick acquisition start.

If not used explicitly, this command will be automatically executed at the first AcquisitionStart. The command is not repeated for subsequent AcquisitionStart unless you change a camera feature.

Name

AcquisitionArm

Category

AcquisitionControl

Interface

Command

Access

(Read)/Write

Unit

-

Visibility

Expert

Values

-

Standard

SFNC

Availability uEye+

icon-gev icon-u3v

Availability uEye

-

Code example

C++

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

C#

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

Python

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

© 2026 IDS Imaging Development Systems GmbH