Use the current InputVisionData to produce a maximally sized range
image. This is done using most of the current RunParams settings,
while ignoring the OutputImageXYMode, OutputImageZMode, and
OutputEnable settings. This range image is available via the read-only
SetupImage property. This range image will be used by
CreateCurrentRecord if available and requested.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 83.0.0.0
Syntax
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | The input vision data argument is null. |
| ArgumentException | The supplied input vision data does not contain the specified output space source. |
| ArgumentException | The input range and grey images do not match in size. |
| ArgumentException | The input CogVisionDataContainer is not either all range images or all range / grey image pairs. |
| ArgumentException | The input range images do not all contain the specified shared space. |
| ArgumentException | The input range image identified as the output space source does not contain the specified output space. |
See Also