Camera Link registers
25
Goldeye Camera Link Register Controls Reference V1.0.0
Register Descriptions
AcquisitionControl
This category includes all functionalities related to image acquisition, including the
trigger and exposure control. It describes the basic model for acquisition and the
typical behavior of the device.
RegAcquisitionCommand
Register is used to start and end acquisition.
Consider endianness and bit significance
When working with bit assignments, consider that your application may use an
endianness and bit significance that is different from those documented in this
register controls reference.
Register name
RegAcquisitionCommand
Register type
IntReg
Access mode
W
Address
0x000130F4
Length (Bytes)
4
Bits used
31..0
Command values:
Value
Name and description
0
AcquisitionStop
Stop the camera receiving frame triggers. Acquisition will stop after
acquisition of the current frame is complete. Valid if
RegTriggerMode[AcquisitionStop]
=
Off
.
1
AcquisitionStart
Start the camera receiving frame triggers. Before image acquisition can
occur, acquisition must be started, either by a hardware trigger or this
software command.
Valid if
RegTriggerMode[AcquisitionStart]
=
Off
.
2
AcquisitionAbort
Stop the camera receiving frame triggers and abort the current
acquisition immediately. Acquisition will stop immediately, but a
partially transferred image will be completed.