122 / 179
Copyright © 2017 TOSHIBA TELI CORPORATION, All rights reserved.
http://www.toshiba-teli.co.jp/en/
D4267042B
Gamma
This section describes Gamma feature. This control adjusts the gamma correction of pixel intensity.
input
luminance
output
luminance
Gamma
Gamma correction
● GenICam Node
Name
Interface
Length
Byte / [bit]
Access
Description
Gamma
IFloat
4
R/W
Gamma value.
● IIDC2 Register
Register
Field
Address
Length
Byte / [bit]
Access
Description
Gamma
Implemented
0x204080
[31]
R
Returns the state whether the function is implemented.
Mult
0x20408C
4
R
Absolute Value = Raw * (Mult / Div)
Div
0x204090
4
R
Min
0x204094
4
R
Returns the minimum value of Gamma Value register.
Max
0x204098
4
R
Returns the maximum value of Gamma Value register.
Value
0x20409C
4
R/W
Gamma value. (Raw value)
● Control with TeliCamSDK
Camera feature API
Control Gamma using dedicated API.
API name
Description
GetCamGammaMinMax
Get minimum and maximum value
GetCamGamma
Get current Gamma value
SetCamGamma
Set new Gamma value
Please refer to [Controlling camera feature functions] in [TeliCamAPI Library manual] for more detail.