75 / 179
Copyright © 2017 TOSHIBA TELI CORPORATION, All rights reserved.
http://www.toshiba-teli.co.jp/en/
D4267042B
● 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
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, i
t’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 frame rate of image stream. (optional)
Set
‘AcquisitionFrameRate’ with ‘SetCamAcquistionFrameRate’ function.
Or, s
et ‘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.