55 / 177
Copyright © 2018 - 2020 Toshiba Teli Corporation, All rights reserved.
https://www.toshiba-teli.co.jp/en/
DAA00195C
● GenICam Node
Name
Interface
Length
Byte / [bit]
Access
Description
DecimationHorizontal
IInteger
4
R/W
Sets the Decimation Horizontal.
DecimationVertical
IInteger
4
R/W
Sets the Decimation Vertical.
● IIDC2 Register
Register
Field
Address
Length
Byte / [bit] Access
Description
DecimationHorizontal Implemented
0x202160
[31]
R
Returns the state whether the function is implemented.
Min
0x202174
4
R
Returns the minimum value of DecimationHorizontal Value register.
Max
0x202178
4
R
Returns the maximum value of DecimationHorizontal Value register.
Value
0x20217C
4
R/W
Sets the Decimation Horizontal.
DecimationVertical
Implemented
0x202180
[31]
R
Returns the state whether the function is implemented.
Min
0x202184
4
R
Returns the minimum value of DecimationVertical Value register.
Max
0x202188
4
R
Returns the maximum value of DecimationVertical Value register.
Value
0x20218C
4
R/W
Sets the Decimation Vertical.
● Control with TeliCamSDK
Camera feature API
Control Decimation using dedicated API.
API name
Description
GetCamDecimationHorizontalMinMax
Get minimum and maximum value
GetCamDecimationHorizontal
Get current DecimationHorizontal value
SetCamDecimationHorizontal
Set new DecimationHorizontal value
GetCamDecimationVerticalMinMax
Get minimum and maximum value
GetCamDecimationVertical
Get current DecimationVertical value
SetCamDecimationVertical
Set new DecimationVertical value
Please refer to [Controlling camera feature functions] in [TeliCamAPI Library manual] for more detail.