mcCaptureErrorCodes Enumeration
|
|
Capture error codes. Error codes are categorized as critical, severe, warning,
and message.
Namespace:
MediaCy.IQL.Capture
Assembly:
MediaCy.IQL.Capture (in MediaCy.IQL.Capture.dll) Version: 10.0.6912.0
SyntaxPublic Enumeration mcCaptureErrorCodes
Members
| Member name | Value | Description |
---|
| mcCaptError_None | 0 | No error occurred |
| mcCaptError_Critical_Init | 1 | Initialization error |
| mcCaptError_Critical_NoCamera | 2 | No camera detected |
| mcCaptError_Critical_FileOpen | 3 | File open error |
| mcCaptError_Critical_FileWrite | 4 | File write error |
| mcCaptError_Critical_FileRead | 5 | File read error |
| mcCaptError_Critical_File | 6 | Generic file error |
| mcCaptError_Critical_Memory | 7 | Out of memory error |
| mcCaptError_Critical_NotImplemented | 8 | Feature not implemented |
| mcCaptError_Critical_Parameter | 9 | Bad parameter |
| mcCaptError_Critical_Quit | 10 | Acquire cancelled |
| mcCaptError_Critical_Acquire | 11 | Generic acquisition error |
| mcCaptError_Severe_Base | 100000 | Start of severe errors |
| mcCaptError_Severe_DeviceFault | 100001 | Device fault error |
| mcCaptError_Warning_Base | 200000 | Start of warning errors |
| mcCaptError_Warning_SnapInProgress | 200001 | Snap currently in progress |
| mcCaptError_Warning_SnapNotInProgress | 200002 | Snap not currently in progress |
| mcCaptError_Message_Base | 300000 | Start of message errors |
See Also