This enum defines the possible return values for the Vevo.dll.
| Enumerator |
|---|
| CAMERA_OK | The operation was executed successfully.
|
| CAMERA_ERROR_INSTATION_FAILED | Could not instantiate the image receiver.
|
| CAMERA_ERROR_NOT_CONNECTED | Camera is not connected
|
| CAMERA_ERROR_IMAGE_RECEPTION_NOT_INSTALLED | Image reception is not installed.
|
| CAMERA_ERROR_GET_IMAGE_FAILED | Call to get image method failed.
|
| CAMERA_ERROR_START_GRABBING_FAILED | Couldn't start image grabbing.
|
| CAMERA_ERROR_STOP_GRABBING_FAILED | Couldn't stop image grabbing.
|
| CAMERA_ERROR_GET_PEAKS_FAILED | Error occured when trying to get image peaks.
|
| CAMERA_ERROR_FAILED_TO_SET_FRAME_GRABBED_CALLBACK | Error occured when trying to set the frame grabbed callback.
|
| CAMERA_ERROR_SET_PARAMETER_FAILED | Could not set a parameter.
|
| CAMERA_ERROR_SET_UNKNOWN_PARAMETER | Trying to access unknown parameter.
|
| CAMERA_ERROR_CAMERA_NOT_FOUND | The requested camera was not found.
|
| CAMERA_ERROR_PARAM_NOT_FOUND | The requested parameter was not found.
|
| CAMERA_ERROR_RECIPE_NOT_FOUND | The requested recipe could not be found.
|
| CAMERA_ERROR_PARAM_TYPE_INVALID | The parameter type is not correct.
|
| CAMERA_ERROR_LOAD_DLL_FAILED | Failed to load required DLL.
|
| CAMERA_ERROR_FILE_NOT_FOUND | Provided file does not exist.
|
| CAMERA_ERROR_PARAM_VALUE_INVALID | The parameter value is not correct.
|
| CAMERA_ERROR_SENSOR_CALIBRATION_FILE_NOT_SET | Operation requires that sensor calibration file has been set.
|
| CAMERA_ERROR_INVALID_FIR_LENGTH | FIR length is not supported.
|
| CAMERA_ERROR_HW_NOT_SUPPORTED | Sensor hardware does not support the action.
|
| CAMERA_ERROR_API_ALREADY_LOADED | API is already loaded.
|
| CAMERA_ERROR_MISSING_LIBRARY_FILES | A library file is missing.
|
| CAMERA_ERROR_INVALID_CALIBRATION_FILE | Calibration file is invalid.
|
| CAMERA_ERROR_FLASH_DATA_LENGTH_EXCEEDED | Internal error code.
|
| CAMERA_ERROR_FLASH_WRITE | Internal error code.
|
| CAMERA_ERROR_FLASH_WRITE_FINISH | Internal error code.
|
| CAMERA_ERROR_FLASH_READ | Internal error code.
|
| CAMERA_ERROR_FILE_WRITE | Internal error code.
|
| CAMERA_ERROR_UNINITIALIZED_FLASH | Internal error code.
|
| CAMERA_ERROR_PARAMETER_READ_ONLY | Parameter is read-only.
|
| CAMERA_ERROR_SELFTEST_GRABBING_FAILED | Selftest failed at the program start
|
| CAMERA_ERROR_CAMERA_NO_LISENCE | Missing license for the camera
|
| CAMERA_ERROR_CALIB_FILE_ATTRIBUTE_NOT_FOUND | Identifying attributes like sensor id or mac address, not available in calibration file.
|
| CAMERA_ERROR_CALIB_FILE_ATTRIBUTE_INVALID | Calibration file attribute or value is incorrect.
|
| CAMERA_ERROR_INVALID_SOFTWARE_VERSION | Software component version not valid for current product.
|
| CAMERA_ERROR_FIRMWARE_NOT_SUPPORTING | Not supported by current firmware version.
|
| CAMERA_ERROR_UNKNOWN | Any other error.
|