Toshiba teli BU1207MG Instruction Manual page 107

Cmos camera
Table of Contents

Advertisement

● Control with TeliCamSDK
GenICam function API
Control AntiGlitch/AntiChattering using GenICam API.
 AntiGlitch/AntiChattering
1. Set Integration time of digital input signal in [sec] to 'AntiGlitch'.
2. Set Insensible time of digital input signal in [sec] to 'AntiChattering'.
// GenICam node handle
CAM_NODE_HANDLE hGlitch = NULL;
CAM_NODE_HANDLE hChattering = NULL;
// AntiGlitch = 1.0[us], AntiChattering = 10.0[us]
float64_t
float64_t
// Retrieve GenICam node.
Nd_GetNode(s_hCam, "AntiGlitch", &hGlitch);
Nd_GetNode(s_hCam, "AntiChattering", &hChattering);
// Set Value
Nd_SetFloatValue(s_hCam, hGlitch, dGlitch);
Nd_SetFloatValue(s_hCam, hChattering, dChattering);
Please refer to [INode functions], [IFloat node functions] in [TeliCamAPI Library manual] for more detail.
Copyright © 2020 Toshiba Teli Corporation, All rights reserved.
dGlitch = 0.000001;
dChattering = 0.000010;
106 / 161
D4279014C
http://www.toshiba-teli.co.jp/en/index.htm

Advertisement

Table of Contents
loading

This manual is also suitable for:

Bu seriesBu1207mcgBu1207mcf

Table of Contents