Sensor API v2.5.0
Return values

Enumerations

enum  CameraStatus {
  CAMERA_OK =0, CAMERA_ERROR_INSTATION_FAILED =1, CAMERA_ERROR_NOT_CONNECTED =2, CAMERA_ERROR_IMAGE_RECEPTION_NOT_INSTALLED =3,
  CAMERA_ERROR_GET_IMAGE_FAILED =4, CAMERA_ERROR_START_GRABBING_FAILED =5, CAMERA_ERROR_STOP_GRABBING_FAILED =6, CAMERA_ERROR_GET_PEAKS_FAILED =7,
  CAMERA_ERROR_FAILED_TO_SET_FRAME_GRABBED_CALLBACK =8, CAMERA_ERROR_SET_PARAMETER_FAILED =9, CAMERA_ERROR_SET_UNKNOWN_PARAMETER =10, CAMERA_ERROR_CAMERA_NOT_FOUND =11,
  CAMERA_ERROR_PARAM_NOT_FOUND =12, CAMERA_ERROR_RECIPE_NOT_FOUND =13, CAMERA_ERROR_PARAM_TYPE_INVALID =14, CAMERA_ERROR_LOAD_DLL_FAILED =15,
  CAMERA_ERROR_FILE_NOT_FOUND = 16, CAMERA_ERROR_PARAM_VALUE_INVALID = 17, CAMERA_ERROR_SENSOR_CALIBRATION_FILE_NOT_SET = 18, CAMERA_ERROR_INVALID_FIR_LENGTH = 19,
  CAMERA_ERROR_HW_NOT_SUPPORTED = 20, CAMERA_ERROR_API_ALREADY_LOADED = 21, CAMERA_ERROR_MISSING_LIBRARY_FILES = 22, CAMERA_ERROR_INVALID_CALIBRATION_FILE = 23,
  CAMERA_ERROR_FLASH_DATA_LENGTH_EXCEEDED = 24, CAMERA_ERROR_FLASH_WRITE = 25, CAMERA_ERROR_FLASH_WRITE_FINISH = 26, CAMERA_ERROR_FLASH_READ = 27,
  CAMERA_ERROR_FILE_WRITE = 28, CAMERA_ERROR_UNINITIALIZED_FLASH = 29, CAMERA_ERROR_PARAMETER_READ_ONLY = 30, CAMERA_ERROR_SELFTEST_GRABBING_FAILED = 31,
  CAMERA_ERROR_CAMERA_NO_LISENCE = 32, CAMERA_ERROR_CALIB_FILE_ATTRIBUTE_NOT_FOUND = 33, CAMERA_ERROR_CALIB_FILE_ATTRIBUTE_INVALID = 34, CAMERA_ERROR_INVALID_SOFTWARE_VERSION = 35,
  CAMERA_ERROR_FIRMWARE_NOT_SUPPORTING = 36, CAMERA_ERROR_UNKNOWN =100
}
 This enum defines the possible return values for the Vevo.dll. More...
 

Detailed Description

Enumeration Type Documentation

◆ CameraStatus

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.