75 / 177
Copyright © 2018 - 2020 Toshiba Teli Corporation, All rights reserved.
https://www.toshiba-teli.co.jp/en/
DAA00195C
● Control with TeliCamSDK
There are three way to access this feature.
Camera feature API
This API is dedicated to AcquisitionControl.
API name
Description
GetCamAcquistionFrameCountMinMax Get minimum and maximum value
GetCamAcquistionFrameCount
Get current value
SetCamAcquistionFrameCount
Set new value
GetCamAcquistionFrameRateControl
Get current value
SetCamAcquistionFrameRateControl
Set new value
GetCamAcquistionFrameRateMinMax Get minimum and maximum value
GetCamAcquistionFrameRate
Get current value
SetCamAcquistionFrameRate
Set new value
GetCamHighFramerateMode
Get current value
SetCamHighFramerateMode
Set new value
1. Set the number of frames to transfer in MultiFrame/ImageBuffer mode. (optional)
Set ‘AcquisitionFrameCount’ with ‘SetCamAcquistionFrameCount’ function.
*If yo
u want to capture image stream continuously, it’s not necessary to set an AcquisitionFrameCount.
2. Select an ‘AcquisitionFrameRate’ setting priority. (optional)
Set ‘AcquisitionFrameRateControl’ with ‘SetCamAcquistionFrameRateControl’ function.
AcquisitionFrameRateControl
Function
NoSpecify (*)
The frame rate is determined by giving priority to ExposureTime setting value.
Manual
The frame rate is determined by giving priority to AcquisitionFrameRate setting value.
* initial factory setting
3. Set HighFramerateMode. (optional)
Set ‘HighFramerateMode’ with ‘SetCamHighFrameratemode’ function.
4. 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.