Toshiba teli DU1207MCG Instruction Manual page 56

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

Advertisement

● Control with TeliCamSDK
Camera feature API
Control Decimation using dedicated API.
GetCamDecimationHorizontalMinMax
GetCamDecimationHorizontal
SetCamDecimationHorizontal
GetCamDecimationVerticalMinMax
Please refer to [Controlling camera feature functions] in [TeliCamAPI Library manual] for more detail.
GenICam function API
Control Decimation using GenICam API.
 Decimation
// GenICam node handle
CAM_NODE_HANDLE hDecimation = NULL;
// Decimation = 2x2
uint64_t
// Retrieve GenICam node.
Nd_GetNode(s_hCam, "DecimationHorizontal", &hDecimation);
// Nd_GetNode(s_hCam, "DecimationVertical", &hDecimation); // either will do
// Set Decimation
Nd_SetIntValue(s_hCam, hDecimation, Decimation);
Please refer to [INode functions], [IInteger node functions] in [TeliCamAPI Library manual] for more
detail.
Copyright © 2017 TOSHIBA TELI CORPORATION, All rights reserved.
API name
GetCamDecimationVertical
SetCamDecimationVertical
Decimation = 2;
Description
Get minimum and maximum value
Get current DecimationHorizontal value
Set new DecimationHorizontal value
Get minimum and maximum value
Get current DecimationVertical value
Set new DecimationVertical value
55 / 179
D4267042B
http://www.toshiba-teli.co.jp/en/

Advertisement

Table of Contents
loading

This manual is also suitable for:

Du1207mgDu1207mcf

Table of Contents