Skip to content
STAGING SERVER
DEVELOPMENT SERVER

Error Codes#

The Error Codes feature allows you to read error codes from the Stereo ace camera.

If several different errors occur, they are stored in an error list and can be retrieved one by one.

Using the Feature#

How It Works#

The camera can detect certain errors. If such an error occurs, the camera assigns an error code to this error and stores the error code in memory.

If several different errors occur, the camera stores the code for each type of error detected. The camera stores each code only once regardless of how many times it has detected the corresponding error.

Checking Error Codes#

To check error codes:

  1. Get the value of the BslErrorPresent parameter.
  2. If the parameter value is true:
    1. Get the value of the BslErrorReportValue parameter.
    2. Store the value on your computer or write it down for further reference.
    3. Execute the BslErrorReportNext command.
      This retrieves the next error code from the device.
    4. Repeat steps a) to c) until the BslErrorReportValue parameter value is 0.
      A parameter value of 0 means that there are no more error codes to retrieve.
    5. Contact Basler support with the list of error codes.