Impact Acquire SDK C++
|
Adjustment and triggering of the depth image for 3D control. More...
#include <mvIMPACT_acquire_GenICam.h>
Public Member Functions | |
DepthControl (mvIMPACT::acquire::Device *pDev, const std::string &settingName="Base") | |
Constructs a new mvIMPACT::acquire::GenICam::DepthControl object. | |
HOBJ | hObj (void) const |
Returns a unique identifier for the component collection referenced by this object. | |
const ComponentCollection & | restoreDefault (void) const |
Restores the default for every component of this collection. | |
Public Attributes | |
PropertyI64 | depthAcquisitionMode |
An enumerated integer property. Depth acquisition mode. | |
Method | depthAcquisitionTrigger |
A method object. Triggers a depth acquisition of the device. | |
PropertyIBoolean | depthDoubleShot |
A boolean property. Enables combination of disaprity images from two stereo pairs. | |
PropertyF | depthExposureAdaptTimeout |
A floating point property. Maximum time in seconds to wait after triggering in SingleFrame modes until auto exposure has finished adjustments. | |
PropertyI64 | depthFill |
An integer property. Higher numbers fill gaps with measurements with potentially higher errors. | |
PropertyF | depthMaxDepth |
A floating point property. Maximum depth in meter. All disparities with higher depth will be set to invalid. | |
PropertyF | depthMaxDepthErr |
A floating point property. Maximum depth error in meter. All disparities with a higher depth error will be set to invalid. | |
PropertyF | depthMinConf |
A floating point property. Minimal confidence. All disparities with lower confidence will be set to invalid. | |
PropertyF | depthMinDepth |
A floating point property. Minimum depth in meter. All disparities with lower depth will be set to invalid. | |
PropertyI64 | depthQuality |
An enumerated integer property. Depth image quality (resolution). | |
PropertyI64 | depthSeg |
An integer property. Maximum size of isolated disparity regions that will be invalidated, related to full resolution. | |
PropertyIBoolean | depthSmooth |
A boolean property. Enables smoothing of the disparity image. | |
PropertyIBoolean | depthStaticScene |
A boolean property. Enables accumulation of multiple images for noise reduction in static scenes. | |
Protected Attributes | |
HOBJ | m_hRoot |
Adjustment and triggering of the depth image for 3D control.
Adjustment and triggering of the depth image for 3D control.
|
inlineexplicit |
Constructs a new mvIMPACT::acquire::GenICam::DepthControl 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 |
|
inlineinherited |
Returns a unique identifier for the component collection referenced by this object.
This handle will always reference an object of type mvIMPACT::acquire::ComponentList.
|
inlineinherited |
Restores the default for every component of this collection.
Calling this function will restore the default value for every component belonging to this collection.
PropertyI64 depthAcquisitionMode |
An enumerated integer property. Depth acquisition mode.
Depth acquisition mode
The following string values might be valid for this feature:
Method depthAcquisitionTrigger |
A method object. Triggers a depth acquisition of the device.
Triggers a depth acquisition of the device. Only relevant in SingleFrame(Out1) DepthAcquisitionMode.
PropertyIBoolean depthDoubleShot |
A boolean property. Enables combination of disaprity images from two stereo pairs.
Enables combination of disaprity images from two stereo pairs.
PropertyF depthExposureAdaptTimeout |
A floating point property. Maximum time in seconds to wait after triggering in SingleFrame modes until auto exposure has finished adjustments.
Maximum time in seconds to wait after triggering in SingleFrame modes until auto exposure has finished adjustments.
PropertyI64 depthFill |
An integer property. Higher numbers fill gaps with measurements with potentially higher errors.
Higher numbers fill gaps with measurements with potentially higher errors.
PropertyF depthMaxDepth |
A floating point property. Maximum depth in meter. All disparities with higher depth will be set to invalid.
Maximum depth in meter. All disparities with higher depth will be set to invalid.
PropertyF depthMaxDepthErr |
A floating point property. Maximum depth error in meter. All disparities with a higher depth error will be set to invalid.
Maximum depth error in meter. All disparities with a higher depth error will be set to invalid.
PropertyF depthMinConf |
A floating point property. Minimal confidence. All disparities with lower confidence will be set to invalid.
Minimal confidence. All disparities with lower confidence will be set to invalid.
PropertyF depthMinDepth |
A floating point property. Minimum depth in meter. All disparities with lower depth will be set to invalid.
Minimum depth in meter. All disparities with lower depth will be set to invalid.
PropertyI64 depthQuality |
An enumerated integer property. Depth image quality (resolution).
Depth image quality (resolution).
The following string values might be valid for this feature:
PropertyI64 depthSeg |
An integer property. Maximum size of isolated disparity regions that will be invalidated, related to full resolution.
Maximum size of isolated disparity regions that will be invalidated, related to full resolution.
PropertyIBoolean depthSmooth |
A boolean property. Enables smoothing of the disparity image.
Enables smoothing of the disparity image.
PropertyIBoolean depthStaticScene |
A boolean property. Enables accumulation of multiple images for noise reduction in static scenes.
Enables accumulation of multiple images for noise reduction in static scenes. Only applied to High and Full quality.
|
protectedinherited |