CameraParameterLUT Class |
Namespace: Accord.Video.Ximea
The CameraParameterLUT type exposes the following members.
Name | Description | |
---|---|---|
Enable |
Enable/Disable LUT. Type integer. Default 0.
| |
Index |
Set/Get the index (offset) of the coefficient to access in the LUT. Type integer.
| |
IndexMax |
Get highest LUT index (offset) of the coefficient to access in the LUT. Type integer.
| |
IndexMin |
Get lowest LUT index (offset) of the coefficient to access in the LUT. Type integer.
| |
Value |
Set/Get value in the LUT. Index of the value must be selected using Index
parameter. Type integer.
| |
ValueMax |
Get lowest value to be set in LUT. Type integer.
| |
ValueMin |
Get highest value to be set in LUT. Type integer.
|