83 / 160
Copyright © 2016-2018 TOSHIBA TELI CORPORATION, All Rights Reserved.
http://www.toshiba-teli.co.jp/en/index.htm
D4259344C
GenICam function API
Control Trigger features using GenICam API.
1. Select a trigger mode by ‘TriggerMode’.
Integer value and string value of Enumeration are as follows.
Integer
String
0 (*)
Off
1
On
* initial factory setting
2. Select a trigger sequence of random trigger shutter by ‘TriggerSequence’.
Integer value and string value of Enumeration are as follows.
Integer
String
0 (*)
TriggerSequence0
1
TriggerSequence1
6
TriggerSequence6
* initial factory setting
3. Select a trigger source of random trigger shutter by ‘TriggerSource’.
Integer value and string value of Enumeration are as follows.
Integer
String
0 (*)
Line0
1
Line1
64
Software
* initial factory setting
4. Select a trigger activation of hardware trigger by ‘TriggerActivation’.
5. Set the number of frames to exposure in Bulk mode by ‘TriggerAdditionalParameter’.
6. Set a trigger delay by ‘TriggerDelay’.
7. Capture image stream.
To start and stop capturing image is the same way as AcquisitionControl.
Please refer to AcquisitionControl section as well.
Please refer to [Camera streaming functions] in [TeliCamAPI Library manual]
and [GrabStreamSimple] sample code in your TeliCamSDK install folder.
8. Execute software trigger in SoftwareTrigger mode by ‘TriggerSoftware’.
9. Receive Image
10. Stop and Close image stream.