Toshiba teli BU602M Instruction Manual page 108

Cmos camera
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 = "
Nd_SetEnumStrValue(s_hCam, hNode, "
Please refer to [INode functions], [IFloat node functions] and [IEnumeration node functions] in
Copyright © 2018 – 2019 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
Continuous
"
Continuous
107 / 158
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.
");
Continuous
D4285844D
http://www.toshiba-teli.co.jp/en/

Advertisement

Table of Contents
loading

This manual is also suitable for:

Bu seriesBu602mcBu602mcf

Table of Contents