Impact Acquire SDK C++
|
Category for control of 3D camera specific features. More...
#include <mvIMPACT_acquire_GenICam.h>
Public Member Functions | |
Scan3dControl (mvIMPACT::acquire::Device *pDev, const std::string &settingName="Base") | |
Constructs a new mvIMPACT::acquire::GenICam::Scan3dControl object. | |
Public Attributes | |
PropertyF | scan3dAxisMax |
A floating point property. Maximum valid transmitted coordinate value of the selected Axis. | |
PropertyF | scan3dAxisMin |
A floating point property. Minimum valid transmitted coordinate value of the selected Axis. | |
PropertyF | scan3dBaseline |
A floating point property. Returns the baseline as the physical distance of two cameras in a stereo camera setup. | |
PropertyF | scan3dCoordinateOffset |
A floating point property. Offset when transforming a pixel from relative coordinates to world coordinates. | |
PropertyI64 | scan3dCoordinateReferenceSelector |
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. | |
PropertyF | scan3dCoordinateReferenceValue |
A floating point property. Returns the reference value selected. | |
PropertyF | scan3dCoordinateScale |
A floating point property. Scale factor when transforming a pixel from relative coordinates to world coordinates. | |
PropertyI64 | scan3dCoordinateSelector |
An enumerated integer property. Selects the individual coordinates in the vectors for 3D information/transformation. | |
PropertyI64 | scan3dCoordinateSystem |
An enumerated integer property. Specifies the Coordinate system to use for the device. | |
PropertyI64 | scan3dCoordinateSystemReference |
An enumerated integer property. Defines coordinate system reference location. | |
PropertyI64 | scan3dCoordinateTransformSelector |
An enumerated integer property. Sets the index to read/write a coordinate transform value. | |
PropertyI64 | scan3dDistanceUnit |
An enumerated integer property. Specifies the unit used when delivering (calibrated) distance data. | |
PropertyI64 | scan3dExtractionMethod |
An enumerated integer property. Selects the method for extracting 3D from the input sensor data. | |
PropertyI64 | scan3dExtractionSelector |
An enumerated integer property. Selects the 3D Extraction processing module to control (if multiple ones are present). | |
PropertyI64 | scan3dExtractionSource |
An enumerated integer property. Selects the sensor's data source region for 3D Extraction module. | |
PropertyF | scan3dFocalLength |
A floating point property. Returns the focal length of the camera in pixel. | |
PropertyIBoolean | scan3dInvalidDataFlag |
A boolean property. Enables the definition of a non-valid flag value in the data stream. | |
PropertyF | scan3dInvalidDataValue |
A floating point property. Value which identifies a non-valid pixel if Scan3dInvalidDataFlag is enabled. | |
PropertyI64 | scan3dOutputMode |
An enumerated integer property. Controls the Calibration and data organization of the device and the coordinates transmitted. | |
PropertyF | scan3dPrincipalPointU |
A floating point property. Returns the value of the horizontal position of the principal point, relative to the region origin, i.e. | |
PropertyF | scan3dPrincipalPointV |
A floating point property. Returns the value of the vertical position of the principal point, relative to the region origin, i.e. | |
PropertyF | scan3dTransformValue |
A floating point property. Specifies the transform value selected. | |
Category for control of 3D camera specific features.
A category for control of 3D camera specific features.
|
inlineexplicit |
Constructs a new mvIMPACT::acquire::GenICam::Scan3dControl object.
[in] | pDev | A pointer to a mvIMPACT::acquire::Device object obtained from a mvIMPACT::acquire::DeviceManager object. |
[in] | settingName | 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 |
PropertyF scan3dAxisMax |
A floating point property. Maximum valid transmitted coordinate value of the selected Axis.
Maximum valid transmitted coordinate value of the selected Axis.
PropertyF scan3dAxisMin |
A floating point property. Minimum valid transmitted coordinate value of the selected Axis.
Minimum valid transmitted coordinate value of the selected Axis.
PropertyF scan3dBaseline |
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.
PropertyF scan3dCoordinateOffset |
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.
PropertyI64 scan3dCoordinateReferenceSelector |
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:
PropertyF scan3dCoordinateReferenceValue |
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.
PropertyF scan3dCoordinateScale |
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.
PropertyI64 scan3dCoordinateSelector |
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:
PropertyI64 scan3dCoordinateSystem |
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:
PropertyI64 scan3dCoordinateSystemReference |
An enumerated integer property. Defines coordinate system reference location.
Defines coordinate system reference location.
The following string values might be valid for this feature:
PropertyI64 scan3dCoordinateTransformSelector |
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:
PropertyI64 scan3dDistanceUnit |
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:
PropertyI64 scan3dExtractionMethod |
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:
PropertyI64 scan3dExtractionSelector |
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:
PropertyI64 scan3dExtractionSource |
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:
PropertyF scan3dFocalLength |
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.
PropertyIBoolean scan3dInvalidDataFlag |
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.
PropertyF scan3dInvalidDataValue |
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.
PropertyI64 scan3dOutputMode |
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:
PropertyF scan3dPrincipalPointU |
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.
PropertyF scan3dPrincipalPointV |
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.
PropertyF scan3dTransformValue |
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.