Impact Acquire SDK Java

Category that includes the LUT control features. More...

Public Member Functions

synchronized void delete ()
 
PropertyI getLUTEnable ()
 A boolean property.
 
PropertyI64 getLUTIndex ()
 An integer property.
 
PropertyI64 getLUTSelector ()
 An enumerated integer property.
 
PropertyI64 getLUTValue ()
 An integer property.
 
PropertyS getLUTValueAll ()
 A string property.
 
PropertyI64 getMvLUTInputData ()
 An enumerated integer property.
 
PropertyI64 getMvLUTMapping ()
 An enumerated integer property.
 
PropertyI64 getMvLUTType ()
 An enumerated integer property.
 
 LUTControl (Device pDev)
 Constructs a new mvIMPACT.acquire.LUTControl object.
 
 LUTControl (Device pDev, String settingName)
 Constructs a new mvIMPACT.acquire.LUTControl object.
 

Protected Member Functions

void finalize ()
 
 LUTControl (long cPtr, boolean cMemoryOwn)
 

Static Protected Member Functions

static long swigRelease (LUTControl obj)
 

Protected Attributes

transient boolean swigCMemOwn
 

Detailed Description

Category that includes the LUT control features.

A category that includes the LUT control features.

Constructor & Destructor Documentation

◆ LUTControl() [1/3]

LUTControl ( long cPtr,
boolean cMemoryOwn )
protected

◆ LUTControl() [2/3]

LUTControl ( Device pDev,
String settingName )

Constructs a new mvIMPACT.acquire.LUTControl object.

Parameters
pDev[in] A pointer to a mvIMPACT.acquire.Device object obtained from a mvIMPACT.acquire.DeviceManager object.
settingName[in] The name of the driver internal setting to access with this instance. A list of valid setting names can be obtained by a call to mvIMPACT.acquire.FunctionInterface.getAvailableSettings, new settings can be created with the function mvIMPACT.acquire.FunctionInterface.createSetting

◆ LUTControl() [3/3]

LUTControl ( Device pDev)

Constructs a new mvIMPACT.acquire.LUTControl object.

Parameters
pDev[in] A pointer to a mvIMPACT.acquire.Device object obtained from a mvIMPACT.acquire.DeviceManager object. A list of valid setting names can be obtained by a call to mvIMPACT.acquire.FunctionInterface.getAvailableSettings, new settings can be created with the function mvIMPACT.acquire.FunctionInterface.createSetting

Member Function Documentation

◆ delete()

synchronized void delete ( )

◆ finalize()

void finalize ( )
protected

◆ getLUTEnable()

PropertyI getLUTEnable ( )

A boolean property.

Activates the selected LUT.

Activates the selected LUT.

◆ getLUTIndex()

PropertyI64 getLUTIndex ( )

An integer property.

Control the index (offset) of the coefficient to access in the selected LUT.

Control the index (offset) of the coefficient to access in the selected LUT.

◆ getLUTSelector()

PropertyI64 getLUTSelector ( )

An enumerated integer property.

Selects which LUT to control.

Selects which LUT to control.

The following string values might be valid for this feature:

  • Luminance (Display string: 'Luminance'): Selects the Luminance LUT.
  • Red (Display string: 'Red'): Selects the Red LUT.
  • Green (Display string: 'Green'): Selects the Green LUT.
  • Blue (Display string: 'Blue'): Selects the Blue LUT.
Note
Depending on the device some of these values might not be supported and especially when working with third party devices there might be custom values which are not listed here. To get a complete and reliable list of supported values at runtime an application should therefore call mvIMPACT.acquire.PropertyI.getTranslationDictStrings() or one of the other functions dealing with translation dictionaries for enumerated properties.

◆ getLUTValue()

PropertyI64 getLUTValue ( )

An integer property.

Returns the Value at entry LUTIndex of the LUT selected by LUTSelector.

Returns the Value at entry LUTIndex of the LUT selected by LUTSelector.

◆ getLUTValueAll()

PropertyS getLUTValueAll ( )

A string property.

Accesses all the LUT coefficients in a single access without using individual LUTIndex.

Accesses all the LUT coefficients in a single access without using individual LUTIndex.

◆ getMvLUTInputData()

PropertyI64 getMvLUTInputData ( )

An enumerated integer property.

Describes the data the LUT is operating on

Describes the data the LUT is operating on

The following string values might be valid for this feature:

  • Bayer (Display string: 'Bayer'): The LUT is operating on raw Bayer data (i.e. before debayering)
  • Gray (Display string: 'Gray'): The LUT is operating on gray data
  • RGB (Display string: 'RGB'): The LUT is operating on RGB data (i.e. after debayering)
  • DeviceSpecific (Display string: 'Device Specific'): The LUT is operating on device specific data
Note
Depending on the device some of these values might not be supported and especially when working with third party devices there might be custom values which are not listed here. To get a complete and reliable list of supported values at runtime an application should therefore call mvIMPACT.acquire.PropertyI.getTranslationDictStrings() or one of the other functions dealing with translation dictionaries for enumerated properties.

◆ getMvLUTMapping()

PropertyI64 getMvLUTMapping ( )

An enumerated integer property.

Describes mapping of the LUT

Describes the mapping of the LUT

The following string values might be valid for this feature:

  • map_8To12 (Display string: 'map 8 To 12'): The LUT maps 8 bit input data to 12 bit output data.
  • map_10To12 (Display string: 'map 10 To 12'): The LUT maps 10 bit input data to 12 bit output data.
  • map_10To10 (Display string: 'map 10 To 10'): The LUT maps 10 bit input data to 10 bit output data.
  • map_8To10 (Display string: 'map 8 To 10'): The LUT maps 8 bit input data to 12 bit output data.
  • map_12To10 (Display string: 'map 12 To 10'): The LUT maps 12 bit input data to 10 bit output data.
  • map_10To9 (Display string: 'map 10 To 9'): The LUT maps 10 bit input data to 9 bit output data.
  • map_12To9 (Display string: 'map 12 To 9'): The LUT maps 12 bit input data to 9 bit output data.
Note
Depending on the device some of these values might not be supported and especially when working with third party devices there might be custom values which are not listed here. To get a complete and reliable list of supported values at runtime an application should therefore call mvIMPACT.acquire.PropertyI.getTranslationDictStrings() or one of the other functions dealing with translation dictionaries for enumerated properties.

◆ getMvLUTType()

PropertyI64 getMvLUTType ( )

An enumerated integer property.

Describes the type of LUT used.

Describes the type of LUT used.

The following string values might be valid for this feature:

  • Direct (Display string: 'Direct'): The user can define an output value for each input value of the LUT.
  • Interpolated (Display string: 'Interpolated'): The user can define the output values for equidistant nodes in the LUT. Linear interpolation is used to determine the output values for input values that lie in between the given nodes.
Note
Depending on the device some of these values might not be supported and especially when working with third party devices there might be custom values which are not listed here. To get a complete and reliable list of supported values at runtime an application should therefore call mvIMPACT.acquire.PropertyI.getTranslationDictStrings() or one of the other functions dealing with translation dictionaries for enumerated properties.

◆ swigRelease()

static long swigRelease ( LUTControl obj)
staticprotected

Member Data Documentation

◆ swigCMemOwn

transient boolean swigCMemOwn
protected