76 / 160
Copyright © 2016-2018 TOSHIBA TELI CORPORATION, All Rights Reserved.
http://www.toshiba-teli.co.jp/en/index.htm
D4259344C
Register access API
Control ImageBuffer by accessing IIDC2 registers directly.
API name
Description
Cam_ReadReg
Read register value
Cam_WriteReg
Write register value
ImageBuffer
1. Select an Image Buffer mode.
Write to ‘Value’ field of ‘ImageBufferMode’ register to control ImageBufferMode.
2. Open and Start 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 ‘Value’ field of ‘ImageBufferFrameCount’ register.
4. Read Image from Image Buffer.
Write [10] to ‘Value’ field of ‘AcquisitionCommand’ register to execute ImageBufferRead.
Please refer to AcquisitionCommand in AcquisitionControl section as well.
5. Receive Image from Image Buffer.
6. Stop and Close image stream.