Impact Acquire SDK .NET
|
Adjustment and triggering of the depth image for 3D control. More...
Public Member Functions | |
DepthControl (mv.impact.acquire.Device device) | |
Constructs a new mv.impact.acquire.GenICam.DepthControl object. | |
DepthControl (mv.impact.acquire.Device device, System.String settingName) | |
Constructs a new mv.impact.acquire.GenICam.DepthControl object. | |
IEnumerable< T > | getEnumerable< T > () |
Returns an enumerator of a certain type that iterates through the collection. | |
IEnumerator< int > | GetEnumerator () |
Returns an enumerator that iterates through the collection. | |
void | restoreDefault () |
Restores the default for every component of this collection. | |
Public Attributes | |
readonly mv.impact.acquire.PropertyI64 | depthAcquisitionMode = new mv.impact.acquire.PropertyI64() |
An enumerated integer property. Depth acquisition mode. | |
readonly mv.impact.acquire.Method | depthAcquisitionTrigger = new mv.impact.acquire.Method() |
A method object. Triggers a depth acquisition of the device. | |
readonly mv.impact.acquire.PropertyIBoolean | depthDoubleShot = new mv.impact.acquire.PropertyIBoolean() |
A boolean property. Enables combination of disaprity images from two stereo pairs. | |
readonly mv.impact.acquire.PropertyF | depthExposureAdaptTimeout = new mv.impact.acquire.PropertyF() |
A floating point property. Maximum time in seconds to wait after triggering in SingleFrame modes until auto exposure has finished adjustments. | |
readonly mv.impact.acquire.PropertyI64 | depthFill = new mv.impact.acquire.PropertyI64() |
An integer property. Higher numbers fill gaps with measurements with potentially higher errors. | |
readonly mv.impact.acquire.PropertyF | depthMaxDepth = new mv.impact.acquire.PropertyF() |
A floating point property. Maximum depth in meter. All disparities with higher depth will be set to invalid. | |
readonly mv.impact.acquire.PropertyF | depthMaxDepthErr = new mv.impact.acquire.PropertyF() |
A floating point property. Maximum depth error in meter. All disparities with a higher depth error will be set to invalid. | |
readonly mv.impact.acquire.PropertyF | depthMinConf = new mv.impact.acquire.PropertyF() |
A floating point property. Minimal confidence. All disparities with lower confidence will be set to invalid. | |
readonly mv.impact.acquire.PropertyF | depthMinDepth = new mv.impact.acquire.PropertyF() |
A floating point property. Minimum depth in meter. All disparities with lower depth will be set to invalid. | |
readonly mv.impact.acquire.PropertyI64 | depthQuality = new mv.impact.acquire.PropertyI64() |
An enumerated integer property. Depth image quality (resolution). | |
readonly mv.impact.acquire.PropertyI64 | depthSeg = new mv.impact.acquire.PropertyI64() |
An integer property. Maximum size of isolated disparity regions that will be invalidated, related to full resolution. | |
readonly mv.impact.acquire.PropertyIBoolean | depthSmooth = new mv.impact.acquire.PropertyIBoolean() |
A boolean property. Enables smoothing of the disparity image. | |
readonly mv.impact.acquire.PropertyIBoolean | depthStaticScene = new mv.impact.acquire.PropertyIBoolean() |
A boolean property. Enables accumulation of multiple images for noise reduction in static scenes. | |
Properties | |
IEnumerable< Component > | componentEnumerable [get] |
Returns an enumerator that iterates through the collection. | |
IEnumerable< ComponentList > | componentListEnumerable [get] |
Returns an enumerator that iterates through all the mv.impact.acquire.ComponentList elements in the collection. | |
int | hObj [get] |
Returns a unique identifier for the component collection referenced by this object. | |
Adjustment and triggering of the depth image for 3D control.
Adjustment and triggering of the depth image for 3D control.
|
inline |
Constructs a new mv.impact.acquire.GenICam.DepthControl object.
[in] | device | A pointer to a mv.impact.acquire.Device object obtained from a mv.impact.acquire.DeviceManager object. |
|
inline |
Constructs a new mv.impact.acquire.GenICam.DepthControl object.
[in] | device | A pointer to a mv.impact.acquire.Device object obtained from a mv.impact.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 mv.impact.acquire.FunctionInterface.availableSettings, new settings can be created with the function mv.impact.acquire.FunctionInterface.createSetting |
|
inlineinherited |
Returns an enumerator of a certain type that iterates through the collection.
This interface will allow to e.g. write code like this:
See the framework's documentation about the System.Collections.IEnumerable interface for more information.
|
inlineinherited |
Returns an enumerator that iterates through the collection.
See the framework's documentation about the System.Collections.IEnumerable interface for more information.
|
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.
readonly mv.impact.acquire.PropertyI64 depthAcquisitionMode = new mv.impact.acquire.PropertyI64() |
An enumerated integer property. Depth acquisition mode.
Depth acquisition mode
The following string values might be valid for this feature:
readonly mv.impact.acquire.Method depthAcquisitionTrigger = new mv.impact.acquire.Method() |
A method object. Triggers a depth acquisition of the device.
Triggers a depth acquisition of the device. Only relevant in SingleFrame(Out1) DepthAcquisitionMode.
readonly mv.impact.acquire.PropertyIBoolean depthDoubleShot = new mv.impact.acquire.PropertyIBoolean() |
A boolean property. Enables combination of disaprity images from two stereo pairs.
Enables combination of disaprity images from two stereo pairs.
readonly mv.impact.acquire.PropertyF depthExposureAdaptTimeout = new mv.impact.acquire.PropertyF() |
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.
An integer property. Higher numbers fill gaps with measurements with potentially higher errors.
Higher numbers fill gaps with measurements with potentially higher errors.
readonly mv.impact.acquire.PropertyF depthMaxDepth = new mv.impact.acquire.PropertyF() |
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.
readonly mv.impact.acquire.PropertyF depthMaxDepthErr = new mv.impact.acquire.PropertyF() |
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.
readonly mv.impact.acquire.PropertyF depthMinConf = new mv.impact.acquire.PropertyF() |
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.
readonly mv.impact.acquire.PropertyF depthMinDepth = new mv.impact.acquire.PropertyF() |
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.
readonly mv.impact.acquire.PropertyI64 depthQuality = new mv.impact.acquire.PropertyI64() |
An enumerated integer property. Depth image quality (resolution).
Depth image quality (resolution).
The following string values might be valid for this feature:
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.
A boolean property. Enables smoothing of the disparity image.
Enables smoothing of the disparity image.
readonly mv.impact.acquire.PropertyIBoolean depthStaticScene = new mv.impact.acquire.PropertyIBoolean() |
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.
|
getinherited |
Returns an enumerator that iterates through the collection.
This interface will allow to e.g. write code like this:
See the framework's documentation about the System.Collections.IEnumerable interface for more information.
|
getinherited |
Returns an enumerator that iterates through all the mv.impact.acquire.ComponentList elements in the collection.
This interface will allow to e.g. write code like this:
See the framework's documentation about the System.Collections.IEnumerable interface for more information.
|
getinherited |
Returns a unique identifier for the component collection referenced by this object.
This handle will always reference an object of type mv.impact.acquire.ComponentList.