Home > C: Programming > Function Descriptions > History back  Previous chapter  Next chapter  Print  

is_SetErrorReport

uEye Camera Manual Version 3.80

is_SetErrorReport

Windows_Logo

Linux_Logo

USB 2.0

GigE

USB 2.0

GigE

Syntax

INT is_SetErrorReport (HIDS hCam, INT Mode)

Description

Using is_SetErrorReport(), you can enable / disable error event logging. If error reporting is enabled, errors will automatically be displayed in a dialog box. Cancelling the dialog box disables the error report. Even with disabled error reporting, you can still query errors using the is_GetError() function.

 

Hinweis

is_SetErrorReport() can be called before calling is_InitCamera().

You only need to enable the is_SetErrorReport() function once for all cameras in the application.

Input Parameters

hCam

Camera handle or 0 if no camera has been initialized yet

Mode


IS_DISABLE_ERR_REP

Disables error reporting.

IS_ENABLE_ERR_REP

Enables error reporting.

IS_GET_ERR_REP_MODE

Current status of error reporting.

Return Values

IS_SUCCESS

Function executed successfully

IS_NO_SUCCESS

General error message

Current setting when used together with
IS_GET_ERR_REP_MODE


Related Functions

is_GetError()
is_GetCaptureErrorInfo()
is_CameraStatus()

Suggestion for improvement? Send us your short Feedback on this chapter. Thank you very much!


© 2010 IDS Imaging Development Systems GmbH
http://www.ids-imaging.com