Class
Accessible
Camera.Information.SetEnableErrorReport
Syntax
uEye.Information.SetEnableErrorReport(bool bEnable)
Description
Enables/disables 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().
|
SetEnableErrorReport() can be called before initializing the camera by calling Init(). You only need to enable SetEnableErrorReport() once for all cameras in the application. |
Parameter
bEnable |
true = Enable error report |
false = Disable error report |