72 / 177
Copyright © 2018 - 2020 Toshiba Teli Corporation, All rights reserved.
https://www.toshiba-teli.co.jp/en/
DAA00195C
Register access API
Control TestPattern by accessing IIDC2 registers directly.
API name
Description
Cam_ReadReg
Read register value
Cam_WriteReg
Write register value
TestPattern
Write to ‘Value’ field of ‘TestPattern’ register.
uint32_t dat = 5; // Horizontal Ramp
// 1.Select a test pattern.
Cam_WriteReg(s_hCam, 0x21F13C, 1, &dat);
Please refer to [Camera functions] in [TeliCamAPI Library manual] for more detail.