81 / 172
Copyright © 2019 Toshiba Teli Corpotration, All rights reserved.
http://www.toshiba-teli.co.jp/en/
D4289451A
● Control with TeliCamSDK
Camera feature API
Control ImageBuffer using dedicated API.
API name
Description
GetCamImageBufferMode
Get current ImageBuffer mode
SetCamImageBufferMode
Set new ImageBuffer mode
GetCamImageBufferFrameCount
Get current ImageBufferFrameCount value
ExecuteCamImageBufferRead
Read Image from Image Buffer
ImageBuffer
1. Select an Image Buffer mode.
Set ‘ImageBufferMode’ with ‘SetCamImageBufferMode’ function.
2. Capture image stream.
To start and stop capturing image is the same way as AcquisitionControl.
Please refer to ‘AcquisitionControl’ section as well.
3. Read the number of frames in Image Buffer.
Read the number of frames in Image Buffer with ‘GetCamImageBufferFrameCount’ function.
4. Read Image from Image Buffer.
Start to read Image from Image Buffer with ‘ExecuteCamImageBufferRead’ function.
5. Receive Image from Image Buffer.
Please refer to [Controlling camera feature functions] in [TeliCamAPI Library manual] for more detail.
GenICam function API
Control ImageBuffer using GenICam API.
ImageBuffer
1. Select an Image Buffer mode by ‘ImageBufferMode’.
Integer value and string value of Enumeration are as follows.
Integer
String
0(*)
Off
1
On
* initial factory setting