164 / 177
Copyright © 2018 - 2020 Toshiba Teli Corporation, All rights reserved.
https://www.toshiba-teli.co.jp/en/
DAA00195C
Register access API
Control Chunk by accessing IIDC2 registers directly.
API name
Description
Cam_ReadReg
Read register value
Cam_WriteReg
Write register value
Chunk
1. Close image stream.
2. Sets the activation of Chunk feature.
Write to ‘Value’ field of ‘ChunkModeActive’ register.
3. Sets the activation of Chunk data.
Write to ‘Value’ field of ‘ChunkEnableOfVendorSpecific‘, ‘ChunkEnableOfCat4’,
‘ChunkEnableOfCat5’ and ‘ChunkEnableOfCat9’ register.
4. Sets the user string. (optional)
Write to ‘Value[0]’ to ‘Value[last]’ field of ‘ChunkUserArea‘ register.
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.