50 / 160
Copyright © 2016-2018 TOSHIBA TELI CORPORATION, All Rights Reserved.
http://www.toshiba-teli.co.jp/en/index.htm
D4259344C
● GenICam Node
Name
Interface
Length
Byte / [bit]
Access
Description
BinningHorizontal
IInteger
4
R/W
Sets the Binning Horizontal.
BinningVertical
IInteger
4
R/W
Sets the Binning Vertical.
● IIDC2 Register
Register
Field
Address
Length
Byte / [bit]
Access
Description
BinningHorizontal
Implemented
0x202120
[31]
R
Returns the state whether the function is implemented.
Min
0x202134
4
R
Returns the minimum value of BinningHorizontal Value register.
Max
0x202138
4
R
Returns the maximum value of BinningHorizontal Value register.
Value
0x20213C
4
R/W
Sets the Binning Horizontal.
BinningVertical
Implemented
0x202140
[31]
R
Returns the state whether the function is implemented.
Min
0x202154
4
R
Returns the minimum value of BinningVertical Value register.
Max
0x202158
4
R
Returns the maximum value of BinningVertical Value register.
Value
0x20215C
4
R/W
Sets the Binning Vertical.
● Control with TeliCamSDK
Camera feature API
Control Binning using dedicated API.
API name
Description
GetCamBinningHorizontalMinMax Get minimum and maximum value
GetCamBinningHorizontal
Get current BinningHorizontal value
SetCamBinningHorizontal
Set new BinningHorizontal value
GetCamBinningVerticalMinMax
Get minimum and maximum value
GetCamBinningVertical
Get current BinningVertical value
SetCamBinningVertical
Set new BinningVertical value
Please refer to [Controlling camera feature functions] in [TeliCamAPI Library manual] for more detail.