© 2016 Thorlabs Scientific Imaging350
DCx Camera Functional Description and SDK Manual
4.3.84 is_SetErrorReport
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.
Note
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
Camera handle
Or 0 if no camera has been initialized yet
Disables error reporting.
Current status of error reporting.
Return values
When used with
IS_GET_ERR_REP_MODE
Function executed successfully
Related functions
is_GetError()
is_CaptureStatus()
is_CameraStatus()