Impact Acquire SDK Java

Category for control of 3D camera specific features. More...

Public Member Functions

synchronized void delete ()
 
PropertyF getScan3dAxisMax ()
 A floating point property.
 
PropertyF getScan3dAxisMin ()
 A floating point property.
 
PropertyF getScan3dBaseline ()
 A floating point property.
 
PropertyF getScan3dCoordinateOffset ()
 A floating point property.
 
PropertyI64 getScan3dCoordinateReferenceSelector ()
 An enumerated integer property.
 
PropertyF getScan3dCoordinateReferenceValue ()
 A floating point property.
 
PropertyF getScan3dCoordinateScale ()
 A floating point property.
 
PropertyI64 getScan3dCoordinateSelector ()
 An enumerated integer property.
 
PropertyI64 getScan3dCoordinateSystem ()
 An enumerated integer property.
 
PropertyI64 getScan3dCoordinateSystemReference ()
 An enumerated integer property.
 
PropertyI64 getScan3dCoordinateTransformSelector ()
 An enumerated integer property.
 
PropertyI64 getScan3dDistanceUnit ()
 An enumerated integer property.
 
PropertyI64 getScan3dExtractionMethod ()
 An enumerated integer property.
 
PropertyI64 getScan3dExtractionSelector ()
 An enumerated integer property.
 
PropertyI64 getScan3dExtractionSource ()
 An enumerated integer property.
 
PropertyF getScan3dFocalLength ()
 A floating point property.
 
PropertyI getScan3dInvalidDataFlag ()
 A boolean property.
 
PropertyF getScan3dInvalidDataValue ()
 A floating point property.
 
PropertyI64 getScan3dOutputMode ()
 An enumerated integer property.
 
PropertyF getScan3dPrincipalPointU ()
 A floating point property.
 
PropertyF getScan3dPrincipalPointV ()
 A floating point property.
 
PropertyF getScan3dTransformValue ()
 A floating point property.
 
 Scan3dControl (Device pDev)
 Constructs a new mvIMPACT.acquire.Scan3dControl object.
 
 Scan3dControl (Device pDev, String settingName)
 Constructs a new mvIMPACT.acquire.Scan3dControl object.
 

Protected Member Functions

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

Static Protected Member Functions

static long swigRelease (Scan3dControl obj)
 

Protected Attributes

transient boolean swigCMemOwn
 

Detailed Description

Category for control of 3D camera specific features.

A category for control of 3D camera specific features.

Constructor & Destructor Documentation

◆ Scan3dControl() [1/3]

Scan3dControl ( long cPtr,
boolean cMemoryOwn )
protected

◆ Scan3dControl() [2/3]

Scan3dControl ( Device pDev,
String settingName )

Constructs a new mvIMPACT.acquire.Scan3dControl 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

◆ Scan3dControl() [3/3]

Constructs a new mvIMPACT.acquire.Scan3dControl 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

◆ getScan3dAxisMax()

PropertyF getScan3dAxisMax ( )

A floating point property.

Maximum valid transmitted coordinate value of the selected Axis.

Maximum valid transmitted coordinate value of the selected Axis.

◆ getScan3dAxisMin()

PropertyF getScan3dAxisMin ( )

A floating point property.

Minimum valid transmitted coordinate value of the selected Axis.

Minimum valid transmitted coordinate value of the selected Axis.

◆ getScan3dBaseline()

PropertyF getScan3dBaseline ( )

A floating point property.

Returns the baseline as the physical distance of two cameras in a stereo camera setup.

Returns the baseline as the physical distance of two cameras in a stereo camera setup. The value of this feature can be used for 3D reconstruction from disparity images. In this case, the unit of the 3D coordinates corresponds to the unit of the baseline.

◆ getScan3dCoordinateOffset()

PropertyF getScan3dCoordinateOffset ( )

A floating point property.

Offset when transforming a pixel from relative coordinates to world coordinates.

Offset when transforming a pixel from relative coordinates to world coordinates.

◆ getScan3dCoordinateReferenceSelector()

PropertyI64 getScan3dCoordinateReferenceSelector ( )

An enumerated integer property.

Sets the index to read a coordinate system reference value defining the transform of a point from the current (Anchor or Transformed) system to the reference system.

Sets the index to read a coordinate system reference value defining the transform of a point from the current (Anchor or Transformed) system to the reference system.

The following string values might be valid for this feature:

  • RotationX (Display string: 'Rotation X'): Rotation around X axis.
  • RotationY (Display string: 'Rotation Y'): Rotation around Y axis.
  • RotationZ (Display string: 'Rotation Z'): Rotation around Z axis.
  • TranslationX (Display string: 'Translation X'): X axis translation.
  • TranslationY (Display string: 'Translation Y'): Y axis translation.
  • TranslationZ (Display string: 'Translation Z'): Z axis translation.
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.

◆ getScan3dCoordinateReferenceValue()

PropertyF getScan3dCoordinateReferenceValue ( )

A floating point property.

Returns the reference value selected.

Returns the reference value selected. Reads the value of a rotation or translation value for the current (Anchor or Transformed) coordinate system transformation to the Reference system.

◆ getScan3dCoordinateScale()

PropertyF getScan3dCoordinateScale ( )

A floating point property.

Scale factor when transforming a pixel from relative coordinates to world coordinates.

Scale factor when transforming a pixel from relative coordinates to world coordinates.

◆ getScan3dCoordinateSelector()

PropertyI64 getScan3dCoordinateSelector ( )

An enumerated integer property.

Selects the individual coordinates in the vectors for 3D information/transformation.

Selects the individual coordinates in the vectors for 3D information/transformation.

The following string values might be valid for this feature:

  • CoordinateA (Display string: 'Coordinate A'): The first (X or Theta) coordinate
  • CoordinateB (Display string: 'Coordinate B'): The second (Y or Phi) coordinate
  • CoordinateC (Display string: 'Coordinate C'): The third (Z or Rho) coordinate.
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.

◆ getScan3dCoordinateSystem()

PropertyI64 getScan3dCoordinateSystem ( )

An enumerated integer property.

Specifies the Coordinate system to use for the device.

Specifies the Coordinate system to use for the device.

The following string values might be valid for this feature:

  • Cartesian (Display string: 'Cartesian'): Default value. 3-axis orthogonal, right-hand X-Y-Z.
  • Spherical (Display string: 'Spherical'): A Theta-Phi-Rho coordinate system.
  • Cylindrical (Display string: 'Cylindrical'): A Theta-Y-Rho coordinate system.
  • Default-specific (Display string: 'Default-specific')
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.

◆ getScan3dCoordinateSystemReference()

PropertyI64 getScan3dCoordinateSystemReference ( )

An enumerated integer property.

Defines coordinate system reference location.

Defines coordinate system reference location.

The following string values might be valid for this feature:

  • Anchor (Display string: 'Anchor'): Default value. Original fixed reference. The coordinate system fixed relative the camera reference point marker is used.
  • Transformed (Display string: 'Transformed'): Transformed reference system. The transformed coordinate system is used according to the definition in the rotation and translation matrices.
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.

◆ getScan3dCoordinateTransformSelector()

PropertyI64 getScan3dCoordinateTransformSelector ( )

An enumerated integer property.

Sets the index to read/write a coordinate transform value.

Sets the index to read/write a coordinate transform value.

The following string values might be valid for this feature:

  • RotationX (Display string: 'Rotation X'): Rotation around X axis.
  • RotationY (Display string: 'Rotation Y'): Rotation around Y axis.
  • RotationZ (Display string: 'Rotation Z'): Rotation around Z axis.
  • TranslationX (Display string: 'Translation X'): Translation along X axis.
  • TranslationY (Display string: 'Translation Y'): Translation along Y axis.
  • TranslationZ (Display string: 'Translation Z'): Translation along Z axis.
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.

◆ getScan3dDistanceUnit()

PropertyI64 getScan3dDistanceUnit ( )

An enumerated integer property.

Specifies the unit used when delivering (calibrated) distance data.

Specifies the unit used when delivering (calibrated) distance data.

The following string values might be valid for this feature:

  • Millimeter (Display string: 'Millimeter'): Distance values are in millimeter units (default).
  • Meter (Display string: 'Meter'): Distance values are in meter units.
  • Inch (Display string: 'Inch'): Distance values are in inch units.
  • Pixel (Display string: 'Pixel'): Distance values are given as a multiple of the size of a pixel.
  • Default-specific (Display string: 'Default-specific')
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.

◆ getScan3dExtractionMethod()

PropertyI64 getScan3dExtractionMethod ( )

An enumerated integer property.

Selects the method for extracting 3D from the input sensor data.

Selects the method for extracting 3D from the input sensor data.

The following string values might be valid for this feature:

  • Default (Display string: 'Default'): Default range extraction method for the device.
  • Default-specific (Display string: 'Default-specific')
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.

◆ getScan3dExtractionSelector()

PropertyI64 getScan3dExtractionSelector ( )

An enumerated integer property.

Selects the 3D Extraction processing module to control (if multiple ones are present).

Selects the 3D Extraction processing module to control (if multiple ones are present).

The following string values might be valid for this feature:

  • Scan3dExtraction0 (Display string: 'Scan 3d Extraction 0'): Selects Scan3d Extraction module 0.
  • Scan3dExtraction1 (Display string: 'Scan 3d Extraction 1'): Selects Scan3d Extraction module 1.
  • Scan3dExtraction2 (Display string: 'Scan 3d Extraction 2'): Selects Scan3d Extraction module 2.
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.

◆ getScan3dExtractionSource()

PropertyI64 getScan3dExtractionSource ( )

An enumerated integer property.

Selects the sensor's data source region for 3D Extraction module.

Selects the sensor's data source region for 3D Extraction module.

The following string values might be valid for this feature:

  • Region0 (Display string: 'Region 0'): Data come from Sensor's Region0.
  • Region1 (Display string: 'Region 1'): Data come from Sensor's Region1.
  • Region2 (Display string: 'Region 2'): Data come from Sensor's Region2.
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.

◆ getScan3dFocalLength()

PropertyF getScan3dFocalLength ( )

A floating point property.

Returns the focal length of the camera in pixel.

Returns the focal length of the camera in pixel. The focal length depends on the selected region. The value of this feature takes into account horizontal binning, decimation, or any other function changing the image resolution.

◆ getScan3dInvalidDataFlag()

PropertyI getScan3dInvalidDataFlag ( )

A boolean property.

Enables the definition of a non-valid flag value in the data stream.

Enables the definition of a non-valid flag value in the data stream. Note that the confidence output is an alternate recommended way to identify non-valid pixels. Using a Scan3dInvalidDataValue may give processing penalties due to special handling.

◆ getScan3dInvalidDataValue()

PropertyF getScan3dInvalidDataValue ( )

A floating point property.

Value which identifies a non-valid pixel if Scan3dInvalidDataFlag is enabled.

Value which identifies a non-valid pixel if Scan3dInvalidDataFlag is enabled.

◆ getScan3dOutputMode()

PropertyI64 getScan3dOutputMode ( )

An enumerated integer property.

Controls the Calibration and data organization of the device and the coordinates transmitted.

Controls the Calibration and data organization of the device and the coordinates transmitted.

The following string values might be valid for this feature:

  • UncalibratedC (Display string: 'Uncalibrated C'): Uncalibrated 2.5D Depth map. The distance data does not represent a physical unit and may be non-linear. The data is a 2.5D range map only.
  • CalibratedABC_Grid (Display string: 'Calibrated ABC Grid'): 3 Coordinates in grid organization. The full 3 coordinate data with the grid array organization from the sensor kept.
  • CalibratedABC_PointCloud (Display string: 'Calibrated ABC Point Cloud'): 3 Coordinates without organization. The full 3 coordinate data without any organization of data points. Typically only valid points transmitted giving varying image size.
  • CalibratedAC (Display string: 'Calibrated AC'): 2 Coordinates with fixed B sampling. The data is sent as a A and C coordinates (X,Z or Theta,Rho). The B (Y) axis uses the scale and offset parameters for the B axis.
  • CalibratedAC_Linescan (Display string: 'Calibrated AC Linescan'): 2 Coordinates with varying sampling. The data is sent as a A and C coordinates (X,Z or Theta,Rho). The B (Y) axis comes from the encoder chunk value.
  • CalibratedC (Display string: 'Calibrated C'): Calibrated 2.5D Depth map. The distance data is expressed in the chosen distance unit. The data is a 2.5D range map. No information on X-Y axes available.
  • CalibratedC_Linescan (Display string: 'Calibrated C Linescan'): Depth Map with varying B sampling. The distance data is expressed in the chosen distance unit. The data is a 2.5D range map. The B (Y) axis comes from the encoder chunk value.
  • RectifiedC (Display string: 'Rectified C'): Rectified 2.5D Depth map. The distance data has been rectified to a uniform sampling pattern in the X and Y direction. The data is a 2.5D range map only. If a complete 3D point cloud is rectified but transmitted as explicit coordinates it should be transmitted as one of the 'CalibratedABC' formats.
  • RectifiedC_Linescan (Display string: 'Rectified C Linescan'): Rectified 2.5D Depth map with varying B sampling. The data is sent as rectified 1D profiles using Coord3D_C pixels. The B (Y) axis comes from the encoder chunk value.
  • DisparityC (Display string: 'Disparity C'): Disparity 2.5D Depth map. The distance is inversely proportional to the pixel (disparity) value.
  • DisparityC_Linescan (Display string: 'Disparity C Linescan'): Disparity 2.5D Depth map with varying B sampling. The distance is inversely proportional to the pixel (disparity) value. The B (Y) axis comes from the encoder chunk value.
  • CalibratedAC (Display string: 'Calibrated A C ')
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.

◆ getScan3dPrincipalPointU()

PropertyF getScan3dPrincipalPointU ( )

A floating point property.

Returns the value of the horizontal position of the principal point, relative to the region origin, i.e.

Returns the value of the horizontal position of the principal point, relative to the region origin, i.e. OffsetX. The value of this feature takes into account horizontal binning, decimation, or any other function changing the image resolution.

◆ getScan3dPrincipalPointV()

PropertyF getScan3dPrincipalPointV ( )

A floating point property.

Returns the value of the vertical position of the principal point, relative to the region origin, i.e.

Returns the value of the vertical position of the principal point, relative to the region origin, i.e. OffsetY. The value of this feature takes into account vertical binning, decimation, or any other function changing the image resolution.

◆ getScan3dTransformValue()

PropertyF getScan3dTransformValue ( )

A floating point property.

Specifies the transform value selected.

Specifies the transform value selected. For translations (Scan3dCoordinateTransformSelector = TranslationX/Y/Z) it is expressed in the distance unit of the system, for rotations (Scan3dCoordinateTransformSelector =RotationX/Y/Z) in degrees.

◆ swigRelease()

static long swigRelease ( Scan3dControl obj)
staticprotected

Member Data Documentation

◆ swigCMemOwn

transient boolean swigCMemOwn
protected