MC136x/MC137x GenICam Reference Manual
12
2.3. Acquisition and Trigger Controls
AcquisitionMode
This feature controls the acquisition mode of the device. It defines the number of frames to capture
during an acquisition and the way the acquisition stops. Actually only the acquisition mode
'Continuous Mode' is supported.
In Continuous Mode frames are captured continuously without stopping.
Acquisition can be stopped by an AcquistionStop command.
Feature name
AcquisitionMode
Access
Read/Write
Interface
IEnumeration
Unit
--
Range
Continuous
Response
Continuous
Invalidation
Precondition
CameraState = Idle
Note
AcquisitionSource
This feature defines the streaming source of frame data from the camera.
Feature name
AcquisitionSource
Access
Read/Write
Interface
IEnumeration
Unit
--
Range
Live, Memory
Response
e.g. 00
Invalidation
AcquisitionStart
Precondition
CameraState = Idle
Note
Live
Frame data is streamed directly from the camera to host without
buffering.
Memory
Frame data is streamed from the camera internal frame buffer to
the host.