C# Class Accord.Video.Ximea.CameraParameter.LUT

Set of configuration options to configure camera's LUT - Look-Up-Table. Currently available only for Currera-R cameras.
Show file Open project: accord-net/framework

Public Properties

Property Type Description
Enable string
Index string
IndexMax string
IndexMin string
Value string
ValueMax string
ValueMin string

Property Details

Enable public static property

Enable/Disable LUT. Type integer. Default 0.

Set 0 to disable LUT - sensor pixels are transferred directly. Set 1 to enable LUT - sensor pixels are mapped through LUT.

public static string Enable
return string

Index public static property

Set/Get the index (offset) of the coefficient to access in the LUT. Type integer.
public static string Index
return string

IndexMax public static property

Get highest LUT index (offset) of the coefficient to access in the LUT. Type integer.
public static string IndexMax
return string

IndexMin public static property

Get lowest LUT index (offset) of the coefficient to access in the LUT. Type integer.
public static string IndexMin
return string

Value public static property

Set/Get value in the LUT. Index of the value must be selected using Index parameter. Type integer.
public static string Value
return string

ValueMax public static property

Get lowest value to be set in LUT. Type integer.
public static string ValueMax
return string

ValueMin public static property

Get highest value to be set in LUT. Type integer.
public static string ValueMin
return string