70 / 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 AcquisitionControl using dedicated API.
API name
Description
GetCamAcquistionFrameCountMinMax Get minimum and maximum value
GetCamAcquistionFrameCount
Get current value
SetCamAcquistionFrameCount
Set new value
GetCamAcquistionFrameRateEnable
Get current value
SetCamAcquistionFrameRateEnable
Set new value
GetCamAcquistionFrameRateMinMax
Get minimum and maximum value
GetCamAcquistionFrameRate
Get current value
SetCamAcquistionFrameRate
Set new value
1. Set the number of frames to transfer in MultiFrame/ImageBuffer mode. (optional)
Set ‘AcquisitionFrameCount’ with ‘SetCamAcquistionFrameCount’ function.
*If you want to capture image stream continuously, it’s not necessary to set an AcquisitionFrameCount.
2. Select an ‘AcquisitionFrameRate’ setting priority. (optional)
Set ‘AcquisitionFrameRateEnable’ with ‘SetCamAcquistionFrameRateEnable’ function.
AcquisitionFrameRateEnablel
Function
False (*)
The frame rate is determined by giving priority to ExposureTime setting value.
True
The frame rate is determined by giving priority to AcquisitionFrameRate setting value.
* initial factory setting
3. Set frame rate of image stream. (optional)
Set ‘AcquisitionFrameRate’ with ‘SetCamAcquistionFrameRate’ function.
Or, set ‘AcquisitionFrameInterval’ with ‘SetCamAcquistionFrameInterval’ function.
‘AquisitionFrameInterval’ is a reciprocal of ‘AcquisitionFrameRate’.
Please refer to [Controlling camera feature functions] in [TeliCamAPI Library manual] for more detail.
4. Capture image stream.
TeliCamAPI provides streaming functions including command handling and buffer handling to
capture image stream simply.
Please refer to [Camera streaming functions] in [TeliCamAPI Library manual]
and [GrabStreamSimple] sample code in your TeliCamSDK install folder.