Class
Accessible
Camera.Information.GetEnableErrorReport
Syntax
uEye.Information.GetEnableErrorReport(out bool bEnable)
Description
Get the status (enabled/disabled) for error event logging. If error reporting is enabled, errors will automatically be displayed in a dialog box. Canceling the dialog box disables the error report. Even with disabled error reporting, you can still query errors using GetLastError().
Parameter
bEnable |
true = Error report is enabled. |
false = Error report is disabled. |