Click or drag to resize
Accord.NET (logo)

CameraParameterLUT Class

Set of configuration options to configure camera's LUT - Look-Up-Table. Currently available only for Currera-R cameras.
Inheritance Hierarchy
SystemObject
  Accord.Video.XimeaCameraParameterLUT

Namespace:  Accord.Video.Ximea
Assembly:  Accord.Video.Ximea (in Accord.Video.Ximea.dll) Version: 3.8.0
Syntax
public static class LUT
Request Example View Source

The CameraParameterLUT type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberEnable
Enable/Disable LUT. Type integer. Default 0.
Public fieldStatic memberIndex
Set/Get the index (offset) of the coefficient to access in the LUT. Type integer.
Public fieldStatic memberIndexMax
Get highest LUT index (offset) of the coefficient to access in the LUT. Type integer.
Public fieldStatic memberIndexMin
Get lowest LUT index (offset) of the coefficient to access in the LUT. Type integer.
Public fieldStatic memberValue
Set/Get value in the LUT. Index of the value must be selected using Index parameter. Type integer.
Public fieldStatic memberValueMax
Get lowest value to be set in LUT. Type integer.
Public fieldStatic memberValueMin
Get highest value to be set in LUT. Type integer.
Top
See Also