Toshiba teli BU602M Instruction Manual page 133

Cmos camera
Table of Contents

Advertisement

Register access API
Control LUT by accessing IIDC2 registers directly.
 LUT
1. Set the output level of LUT.
Write to 'Value[0]' to 'Value[4095]' of 'LUTValueAll' register to set the output level of LUT.
The index of 'Value' register means the input level of LUT.
2. Set the activation of LUT function.
Write to 'Value' field of 'LUTEnable' register to activate LUT function.
// 1.Set the output level of LUT.
uint64_t
uint32_t
for(int i=0; i<4096; i++, addr+= 0x4)
{
}
// 2.Set the activation of LUT function.
dat = 1;
Cam_WriteReg(s_hCam, 0x20603C, 1, &dat);
Please refer to [Camera functions] in [TeliCamAPI Library manual] for more detail.
 Minimum/Maximum Value
Copyright © 2018 – 2019 Toshiba Teli Corporation, All rights reserved.
API name
Cam_ReadReg
Cam_WriteReg
addr = 0x300000;
dat;
dat = 4095 - i; // invert
Cam_WriteReg(s_hCam, addr, 1, &dat);
LUTIndex/LUTValue
Minimum
Maximum
Description
Read register value
Write register value
Value
0
4095
132 / 158
D4285844D
http://www.toshiba-teli.co.jp/en/

Advertisement

Table of Contents
loading

This manual is also suitable for:

Bu seriesBu602mcBu602mcf

Table of Contents