Toshiba teli DU1207MCG Instruction Manual page 134

Du series cmos camera
Hide thumbs Also See for DU1207MCG:
Table of Contents

Advertisement

 BalanceWhiteAuto
Select 'BalanceWhiteAuto' mode by IEnumeration interface.
Integer value and string value of Enumeration are as follows.
// GenICam node handle
CAM_NODE_HANDLE hNode = NULL;
// Retrieve GenICam node.
Nd_GetNode(s_hCam, "BalanceWhiteAuto", &hNode);
// Set BalanceWhiteAuto = "Continuous"
Nd_SetEnumStrValue(s_hCam, hNode, "Continuous");
Please refer to [INode functions], [IEnumeration node functions] and [IFloat node functions] in
[TeliCamAPI Library manual] for more detail.
Register access API
Control BalanceRatio and BalanceWhiteAuto by accessing IIDC2 registers directly.
 BalanceRatio
Write to 'Value' field of 'WhiteBalanceR' or 'WhiteBalanceB' register.
// WhiteBalance R Gain = x 1 (Raw value = 65536)
// WhiteBalance B Gain = x 1 (Raw value = 65536)
uint32_t
uint32_t
// Set WhiteBalance Gain Value
Cam_WriteReg(s_hCam, 0x20507C, 1, &uiWhiteBalanceRRaw);
Cam_WriteReg(s_hCam, 0x20509C, 1, &uiWhiteBalanceBRaw);
 BalanceRatioAuto
Write to 'Control' field of 'WhiteBalanceR' or 'WhiteBalanceB' register.
// BalanceWhiteAuto = "Once"
uint32_t
// Set BalanceWhiteAuto = "Once"
Cam_WriteReg(s_hCam, 0x205068, 1, &uiBalanceWhiteAuto);
// Cam_WriteReg(s_hCam, 0x205088, 1, &uiBalanceWhiteAuto); // either will do
Please refer to [Camera functions] in [TeliCamAPI Library manual] for more detail.
Copyright © 2017 TOSHIBA TELI CORPORATION, All rights reserved.
Integer
1
3
API name
Cam_ReadReg
Cam_WriteReg
uiWhiteBalanceRRaw = 65536;
uiWhiteBalanceBRaw = 65536;
uiBalanceWhiteAuto = 3;
133 / 179
String
Off
Once
Description
Read register value
Write register value
http://www.toshiba-teli.co.jp/en/
D4267042B

Advertisement

Table of Contents
loading

This manual is also suitable for:

Du1207mgDu1207mcf

Table of Contents