Toshiba teli DU1207MCG Instruction Manual page 119

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

Advertisement

● Control with TeliCamSDK
Camera feature API
Control Gain using dedicated API.
Please refer to [Controlling camera feature functions] in [TeliCamAPI Library manual] for more detail.
GenICam function API
Control Gain using GenICam API.
 Gain
Use 'IFloat' interface to control Gain.
// GenICam node handle
CAM_NODE_HANDLE hNode = NULL;
// Gain = 6.0dB
float64_t
// Retrieve GenICam node.
Nd_GetNode(s_hCam, "Gain", &hNode);
// Set Gain Value
Nd_SetFloatValue(s_hCam, hNode, dGain);
 GainAuto
Use 'IEnumertion' interface to control GainAuto.
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, "GainAuto", &hNode);
// Set GainAuto = "Auto"
Nd_SetEnumStrValue(s_hCam, hNode, "Auto");
Copyright © 2017 TOSHIBA TELI CORPORATION, All rights reserved.
API name
GetCamGainMinMax
Get minimum and maximum value
GetCamGain
SetCamGain
GetCamGainAuto
SetCamGainAuto
GainAuto parameter
CAM_GAIN_AUTO_OFF
CAM_GAIN_AUTO_AUTO
dGain = 6.0;
Integer
String
1
Off
2
Auto
118 / 179
Description
Get current Gain value
Set new Gain value
Get current GainAuto mode
Set new GainAuto mode
Description
Off
Adjust continuously
Description
Operates Manual mode.
Operates Auto mode.
D4267042B
http://www.toshiba-teli.co.jp/en/

Advertisement

Table of Contents
loading

This manual is also suitable for:

Du1207mgDu1207mcf

Table of Contents