Toshiba teli BU602M Instruction Manual page 85

Cmos camera
Table of Contents

Advertisement

● Control with TeliCamSDK
Camera feature API
Control ExposureTime using dedicated API.
Please refer to [Controlling camera feature functions] in [TeliCamAPI Library manual] for more detail.
GenICam function API
Control ExposureTime using GenICam API.
 ExposureTime
Sets an exposure time by 'ExposureTime'
// GenICam node handle
CAM_NODE_HANDLE hMode = NULL;
CAM_NODE_HANDLE hSelector = NULL;
CAM_NODE_HANDLE hSource = NULL;
// GenICam node handle
CAM_NODE_HANDLE hNode = NULL;
// ExposureTime = 1000us
float64_t
// Retrieve GenICam node.
Nd_GetNode(s_hCam, "ExposureTime", &hNode);
// Set ExposureTime Value
Nd_SetFloatValue(s_hCam, hNode, dExposureTime);
Copyright © 2018 – 2019 Toshiba Teli Corporation, All rights reserved.
API name
GetCamExposureTimeMinMax
GetCamExposureTime
SetCamExposureTime
GetCamExposureTimeControl
SetCamExposureTimeControl
ExposureTimeControl parameter
CAM_EXPOSURE_TIME_CONTROL_NO_SPECIFY
CAM_EXPOSURE_TIME_CONTROL_MANUAL
CAM_EXPOSURE_TIME_CONTROL_AUT
dExposureTime = 1000.0;
Description
Get minimum and maximum value
Get current ExposureTime value
Set new ExposureTime value
Get current ExposureTime mode
Set new ExposureTime mode
84 / 158
Description
NoSpecify
Manual
Auto
http://www.toshiba-teli.co.jp/en/
D4285844D

Advertisement

Table of Contents
loading

This manual is also suitable for:

Bu seriesBu602mcBu602mcf

Table of Contents