Acquisition Control
Acquisition Control

Acquisition Control

The camera has three Acquisition modes
(SingleFrame
,
MultiFrame,
and
Continuous).
Configure the
AcquisitionControl
settings to perform operations for image capture.
  • SingleFrame
    - acquires a single image frame when the
    AcquisitionStart
    command is executed.
    SingleFrame
  • MultiFrame
    - acquires image frames based on the number of frames set in
    AcquisitonFrameCount
    when the
    AcquisitionStart
    command is executed.
    MultiFrame
  • Continuous
    - image frame acquisition continues until the
    AcquisitionStop
    command is executed after the
    AcquisitionStart
    command is executed.
    Continuous