Toshiba teli BU602M Instruction Manual page 116

Cmos camera
Table of Contents

Advertisement

● Control with TeliCamSDK
Camera feature API
Control Hue and Saturation using dedicated API.
Please refer to [Controlling camera feature functions] in [TeliCamAPI Library manual] for more detail.
GenICam function API
Control Hue and Saturation using GenICam API.
 Hue
Use 'IFloat' interface to control Hue.
// GenICam node handle
CAM_NODE_HANDLE hNode = NULL;
// Hue = 0.0 [deg]
float64_t
// Retrieve GenICam node.
Nd_GetNode(s_hCam, "Hue", &hNode);
// Set Gain Value
Nd_SetFloatValue(s_hCam, hNode, dHue);
 Saturation
Use 'IFloat' interface to control Saturation.
// GenICam node handle
CAM_NODE_HANDLE hNode = NULL;
// Saturation = 100.0 [%]
float64_t
// Retrieve GenICam node.
Nd_GetNode(s_hCam, "Saturation", &hNode);
// Set Saturation Value
Nd_SetFloatValue(s_hCam, hNode, dSaturation);
Please refer to [INode functions] and [IFloat node functions] in [TeliCamAPI Library manual] for more
detail.
Copyright © 2018 – 2019 Toshiba Teli Corporation, All rights reserved.
API name
GetCamHueMinMax
GetCamHue
SetCamHue
GetCamSaturationMinMax
GetCamSaturation
SetCamSaturation
dHue = 0.0;
dSaturation = 100.0;
115 / 158
Description
Get minimum and maximum value
Get current Hue value
Set new Hue value
Get minimum and maximum value
Get current Saturation value
Set new Saturation value
D4285844D
http://www.toshiba-teli.co.jp/en/

Advertisement

Table of Contents
loading

This manual is also suitable for:

Bu seriesBu602mcBu602mcf

Table of Contents