73 / 172
Copyright © 2019 Toshiba Teli Corpotration, All rights reserved.
http://www.toshiba-teli.co.jp/en/
D4289451A
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.