User Manual
Manx-camera
Company confidential.
This document is the property of Xenics. It may not be reproduced
–
completely or partially
–
or passed to a third
party without written permission from Xenics.
Xenics nv
T +32 16 38 99 00
Doc Ref: ENG-2019-UMN005
Ambachtenlaan 44
F +32 16 38 99 01
Issue: R003
BE-3001 Leuven
Belgium
www.xenics.com
Date: 15/05/2020
XF-104_03/20-12-2012
Page 49 of 73
Example 4
Trigger mode
Acquisition
Continuous
Line trigger
External trigger 1
Frame trigger
External trigger 2
Acquisition burst frame count
1
Acquisition start command is given.
Camera waits for frame trigger.
Camera waits for line trigger after it receives the frame trigger.
Camera captures 1 line per line trigger.
Camera capture N lines and display it as a frame.
Camera wait for next frame trigger.
….
Acquisition stop command is given.
No more lines and frames are captured.
Table 6-4 Continuous acquisition with line and frame trigger external
Figure 6-15 Continuous acquisition with line and frame trigger external
AcquisitionMode = Continuous;
LineTriggerMode = ExternalTriggered;
FrameTriggerMode = ExternalTriggered;
LineTriggerInput = Ext1;
FrameTriggerInput = Ext2;
AcquisitionBurstFrameCount = 1;
Height = n
AcquisitionStart();
Frame 1
AcquisitionStop();
Ext1 trigger 2
Acquisition is stopped,
current frame will be
finished.
L 1
…
Ext1 trigger
n+1
L n
Ext2 trigger 1
No line is acquired
because frame is not
active yet.
Ext1 trigger 1
Frame 2
Ext2 trigger 2