Click or drag to resize

BaseImageProcessingAutomationErrorCodes Enumeration

These error codes may be returned while executing an image processing job.

Namespace: RAYLASE.Marker.JobElement.ImageProcessing
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntax
C#
public enum ErrorCodes
Members
Member nameValueDescription
Ok0 Image processing ended successfully.
WrongNumberOfFoundObjects1 Too much or too less objects have been found.
WrongObjectTypeFound2 At least one found object has not the expected type.
BoundingBoxNotAvailable3 Only polygons and feature sets have bounding boxes.
ReferenceDataNotSet4 The reference data must be set before a process transformation can be calculated.
IOControllerPortNotSet5 An IO controller port must be set before it can be used.
RegionOfInterestNotSet6 There is no region of interest defined.
NoImageTaken7 No picture is available for image processing.
Aborted8 The image processing job has been aborted by the user.
Timeout9 Timeout happened. This is only possible if the timeout flag is set.
NoImageProcessingJobDefined10 Without an image processing job no image processing is possible.
RegionOfInterestTooSmall11 In case of a template search the region of interest must be larger then the template.
IlluminationCouldNotBeSet12 Illumination controller is not connected or other illumination error.
CamerasettingsCouldNotBeSet13 Camera is not connected or other camera error.
Undefined14 This should not happen.
See Also