136 / 179
Copyright © 2017 TOSHIBA TELI CORPORATION, All rights reserved.
http://www.toshiba-teli.co.jp/en/
D4267042B
● GenICam Node
Name
Interface
Length
Byte / [bit]
Access
Description
ColorCorrectionMatrixSelectorI
IEnumeration
4
R/W
Selects a row element of color correction matrix.
ColorCorrectionMatrixSelectorJ
IEnumeration
4
R/W
Selects a column element of color correction matrix.
ColorCorrectionMatrix
IFloat
4
R/W
Sets a coefficient of color correction matrix.
● IIDC2 Register
Register
Field
Address
Length
Byte / [bit]
Access
Description
MaskingRG
Implemented
0x21F040
[31]
R
Returns the state whether the function is implemented.
Mult
0x21F04C
4
R
Absolute Value = Raw * (Mult / Div)
Div
0x21F050
4
R
Min
0x21F054
4
R
Returns the minimum value of MaskingRG Value register.
Max
0x21F058
4
R
Returns the maximum value of MaskingRG Value register.
Value
0x21F05C
4
R/W
mask_rg value. (Raw value)
MaskingRB
Same structure as MaskingRG
Value
0x21F07C
4
R/W
mask_rb value (Raw value)
MaskingGR
Same structure as MaskingRG
Value
0x21F09C
4
R/W
mask_gr value. (Raw value)
MaskingGB
Same structure as MaskingRG
Value
0x21F0BC
4
R/W
mask_gb value (Raw value)
MaskingBR
Same structure as MaskingRG
Value
0x21F0DC
4
R/W
mask_br value (Raw value)
MaskingBG
Same structure as MaskingRG
Value
0x21F0FC
4
R/W
mask_bg value (Raw value)
● Control with TeliCamSDK
Camera feature API
Control ColorCorrectionMatrix using dedicated API.
API name
Description
GetCamColorCorrectionMatrixMinMax
Get minimum and maximum value
GetCamColorCorrectionMatrix
Get current ColorCorrectionMatrix value
SetCamColorCorrectionMatrix
Set new ColorCorrectionMatrix value
Please refer to [Controlling camera feature functions] in [TeliCamAPI Library manual] for more detail.