BaseImageProcessingAutomationErrorCodes Enumeration |
These error codes may be returned while executing an image processing job.
Namespace: RAYLASE.Marker.JobElement.ImageProcessingAssembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntax
MembersMember name | Value | Description |
---|
Ok | 0 |
Image processing ended successfully.
|
WrongNumberOfFoundObjects | 1 |
Too much or too less objects have been found.
|
WrongObjectTypeFound | 2 |
At least one found object has not the expected type.
|
BoundingBoxNotAvailable | 3 |
Only polygons and feature sets have bounding boxes.
|
ReferenceDataNotSet | 4 |
The reference data must be set before a process transformation
can be calculated.
|
IOControllerPortNotSet | 5 |
An IO controller port must be set before it can be used.
|
RegionOfInterestNotSet | 6 |
There is no region of interest defined.
|
NoImageTaken | 7 |
No picture is available for image processing.
|
Aborted | 8 |
The image processing job has been aborted by the user.
|
Timeout | 9 |
Timeout happened. This is only possible if the timeout flag is set.
|
NoImageProcessingJobDefined | 10 |
Without an image processing job no image processing is possible.
|
RegionOfInterestTooSmall | 11 |
In case of a template search the region of interest must be larger then the template.
|
IlluminationCouldNotBeSet | 12 |
Illumination controller is not connected or other illumination error.
|
CamerasettingsCouldNotBeSet | 13 |
Camera is not connected or other camera error.
|
Undefined | 14 |
This should not happen.
|
See Also