152 / 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 ExposureTime using dedicated API.
API name
Description
GetCamChunkModeActive
Get current statusof chunk data output mode
SetCamChunkModeActive
Set chunk data output mode
Please refer to [Controlling camera feature functions] in [TeliCamAPI Library manual] for more detail.
● Control with TeliCamSDK
GenICam function API
Control Chunk using GenICam API.
Chunk
1. Close image stream.
2. Sets the activation of Chunk feature by ‘ChunkModeActive’.
3. Sets the activation of Chunk data by ‘ChunkSelector’ and ‘ChunkEnable’.
Most of the Chunk data has been fixed to output.
4. Sets the user string to ‘ChunkUserAreaTable’. (optional)
5. Open image stream.
6. 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.
7. Extract Chunk data using GenICam API.
7-1. Allocate memory by ‘Chunk_AttachedBuffer’ .
7-2. Read Chunk data.