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.
Mostra 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_oe static_oe 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_oe static_oe property

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

IndexMax public_oe static_oe property

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

IndexMin public_oe static_oe property

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

Value public_oe static_oe 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_oe static_oe property

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

ValueMin public_oe static_oe property

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