134 / 160
Copyright © 2016-2018 TOSHIBA TELI CORPORATION, All Rights Reserved.
http://www.toshiba-teli.co.jp/en/index.htm
D4259344C
● Control with TeliCamSDK
Camera feature API
Control SequentialShutter using dedicated API.
API name
Description
GetCamSequentialShutterEnable
Get activation status
SetCamSequentialShutterEnable
Set activation status
GetCamSequentialShutterTerminateAtMinMax Get minimum and maximum value
GetCamSequentialShutterTerminateAt
Get current SequentialShutterTerminateAt value
SetCamSequentialShutterTerminateAt
Set new SequentialShutterTerminateAt value
GetCamSequentialShutterIndexMinMax
Get minimum and maximum value
GetCamSequentialShutterEntryMinMax
Get minimum and maximum value
GetCamSequentialShutterEntry
Get current SequentialShutterEntry value
SetCamSequentialShutterEntry
Set new SequentialShutterEntry value
GenICam function API
Control SequentialShutter using GenICam API.
SequentialShutter
1. Set the camera parameters and save them to UserSet. Repeat this as you required.
2. Set the sequence number to register to ’SequentialShutterIndex’ and Sets the UserSet number to
register to the sequence to ‘SequentialShutterEntry’. Repeat this as you required.
3. Set the number of Index to repeat the sequence to ’SequentialShutterTerminateAt’.
4. Set the activation of SequentialShutter function by ‘SequentialShutterEnable’.
Integer value and string value of Enumeration are as follows.
Integer
String
0
Off
1
On
5. Capture image stream.
To start and stop capturing image is the same way as AcquisitionControl.
Please refer to [Camera streaming functions] in [TeliCamAPI Library manual]
and [GrabStreamSimple] sample code in your TeliCamSDK install folder.