Toshiba teli DU1207MCG Instruction Manual page 124

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

Advertisement

GenICam function API
Control Gamma using GenICam API.
 Gamma
Use 'IFloat' interface to control Gamma.
// GenICam node handle
CAM_NODE_HANDLE hNode = NULL;
// Gamma = 0.45
float64_t
// Retrieve GenICam node.
Nd_GetNode(s_hCam, "Gamma", &hNode);
// Set Gamma Value
Nd_SetFloatValue(s_hCam, hNode, dGamma);
Please refer to [INode functions] and [IFloat node functions] in [TeliCamAPI Library manual] for more
detail.
Register access API
Control Gamma by accessing IIDC2 registers directly.
 Gamma
Write to 'Value' field of 'Gamma' register.
// Gamma = 0.45 (Raw value = 45)
uint32_t
// Set Gamma Value
Cam_WriteReg(s_hCam, 0x20409C, 1, &uiGammaRaw);
Please refer to [Camera functions] in [TeliCamAPI Library manual] for more detail.
 Minimum/Maximum Value
Copyright © 2017 TOSHIBA TELI CORPORATION, All rights reserved.
dGamma = 0.45;
API name
Cam_ReadReg
Cam_WriteReg
uiGammaRaw = 45;
Gain
Raw Value
Minimum
Maximum
100
Initial Value
100
Formula
Absolute Value = Raw Value / 100
123 / 179
Description
Read register value
Write register value
Absolute (Float) Value
45
0.45
1.00
1.00
D4267042B
http://www.toshiba-teli.co.jp/en/

Advertisement

Table of Contents
loading

This manual is also suitable for:

Du1207mgDu1207mcf

Table of Contents