Functions | |
void | CVCError (ErrorCode ErrorCode, BSTR ErrorString, boolean *Continue) |
This event is fired if an error occurs in the Grabber Control. More... | |
void | ImageUpdated () |
This event is only triggered when the image object has changed. This is the case e.g. when the camera port has been changed. More... | |
void CVCError | ( | ErrorCode | ErrorCode, |
BSTR | ErrorString, | ||
boolean * | Continue | ||
) |
This event is fired if an error occurs in the Grabber Control.
[in] | ErrorCode | A unique number describing the error. The following error codes have been defined:
| ||||||||||||||||||||||||||||||||||||||||
[in] | ErrorString | Specifies the error text of the output. | ||||||||||||||||||||||||||||||||||||||||
[in] | Continue | This specifies whether execution should continue despite the error. The user can overwrite the value in order to change the default action. The default value depends on the function that caused the error. TRUE specifies that a messate box will appear to inform the user of the error. FALSE means that it is possible to perform custom error handling, e.g. use a self-defined message-box. |