typedef boost::shared_ptr<CameraSensorToolbox> ipa_CameraSensors::CameraSensorToolboxPtr |
Definition at line 80 of file CameraSensorToolbox.h.
anonymous enum |
Enum to encode return codes or return values.
RET_OK |
Everythings OK. BEGIN Do not change to keep consistency with RET_OK and RET_FAILED definition in ipa_Utils (GlobalDefines.h) |
RET_FAILED |
Something went wrong. |
RET_FAILED_OPEN_FILE |
END. Could not open file error. |
RET_FAILED_CV_CREATE_CAMERA |
Camera object could not be created. |
RET_MISSING_INTRINSIC_DISTORTION_PARAMS |
Intrinsic or distortion parameters have not been set. |
RET_FUNCTION_NOT_IMPLEMENTED |
The function of the interface is not implemented within the child instance. |
RET_XML_ATTR_NOT_FOUND |
An xml attribute has not been found while parsing the xml ini file. |
RET_XML_TAG_NOT_FOUND |
An xml tag has not been found while parsing the xml ini file. |
RET_CAMERA_ALREADY_OPEN |
Camera has already been opened. |
RET_CAMERA_ALREADY_INITIALIZED |
Camera has already been initialized. |
RET_CAMERA_NOT_OPEN |
Camera has not been opened. |
RET_CAMERA_NOT_INITIALIZED |
Camera has not been initialized. |
RET_INIT_CAMERA_FAILED |
Initialization of camera device failed. |
RET_OPEN_CAMERA_FAILED |
Opening camera device failed. |
RET_OPEN_CHECK_FAILED |
|
RET_INIT_CHECK_FAILED |
|
RET_CLOSE_CAMERA_FAILED |
Closing camera device failed. |
RET_GET_COLOR_IMAGE_FAILED |
Acquiring a color image failed. |
RET_GET_INTRINSIC_PARAMS_FAILED |
Acquiring intrinsic parameters failed. |
RET_SET_INTRINSIC_PARAMS_FAILED |
Setting intrinsic parameters failed. |
RET_GET_DISTORTION_COEFFS_FAILED |
Acquiring distortion coeffs failed. |
RET_SET_DISTORTION_COEFFS_FAILED |
Setting distortion coeffs failed. |
RET_REMOVE_DISTORTION_FAILED |
Removeing distortion failed. |
RET_SET_PROPERTY_DEFAULTS_FAILED |
Setting property defaults failed. |
RET_SAVE_PARAMS_FAILED |
Setting property defaults failed. |
RET_SET_PROPERTY_FAILED |
Setting property failed. |
RET_GET_PROPERTY_FAILED |
Getting property failed. |
Definition at line 69 of file CameraSensorTypes.h.
Definition at line 280 of file CameraSensorTypes.h.
Enum to identify camera device properties.
PROP_BRIGHTNESS |
An offset is added to the CCD output signal. |
PROP_SHARPNESS |
Enhance blurred images. |
PROP_WHITE_BALANCE_U |
Varies the degree of red and blue to achieve equal values for R G and B in case of gray values. Auto: Balance algorithm affects the video stream continuously. |
PROP_WHITE_BALANCE_V |
|
PROP_HUE |
Shifts the color values. Relation between colors remains. |
PROP_SATURATION |
Adjusts the color's saturation from monochrome to high color values. |
PROP_GAMMA |
Increases/Decreases the middle gray level of an image. |
PROP_EXPOSURE_TIME |
Specifies the exposure time. |
PROP_GAIN |
Specifies the amplification of the CCD output signal. |
PROP_OPTICAL_FILTER | |
PROP_FRAME_RATE |
Specifies the framerate (frames per second) |
PROP_REGISTER | |
PROP_TIMEOUT | |
PROP_CAMERA_RESOLUTION |
Specifies the camera resolution. |
PROP_VIDEO_ALL |
Specifies the video format, video mode and color mode (.
|
PROP_VIDEO_FORMAT |
DCAM specification (FORMAT 0 - FORMAT 7) |
PROP_VIDEO_MODE |
DCAM specification (MODE 0 - MODE 7) |
PROP_COLOR_MODE |
COLOR_RGB8/16/16S, COLOR_MONO8/16/16S, COLOR_YUV411/422/444, RAW8/16. |
PROP_ISO_SPEED |
Specifies the designated isochronous speed (100, 200, 400, or 800) |
PROP_FW_OPERATION_MODE |
Firewire operation mode (A/B) |
PROP_SHUTTER |
Specifies the exposure time. |
PROP_AMPLITUDE_THRESHOLD |
Specifies the amplitude threshold of the range imaging camera Enables filtering of noisy pixels. Pixels that do not have an intensity value (reflected light) higher than the threshold are set to 0. |
PROP_INTEGRATION_TIME |
Specifies the exposure time for each of the four internally acquired images to determine the actual range data. Values may vary from 0 (0.2 ms) to 255 (51.2 ms) The higher the integration time, the more accurate the measurement, but also the lower the framrate. |
PROP_RESOLUTION |
Camera resolution. |
PROP_MODULATION_FREQUENCY |
Due to phase shift calculations from the reflected and original wave, the distiance is induced. For range cameras only: Defines the modulation frequency of the simus wave. |
PROP_ACQUIRE_MODE |
Acquire modes for swissranger camera. |
PROP_DISTANCE_OFFSET |
Offset that is added to the distance values of the range imaging sensor. |
PROP_ROI |
Region of interest. |
PROP_LENS_CALIBRATION |
Specifies if to use native lens calibration of manufactorer. |
PROP_DMA_BUFFER_SIZE |
Buffer size of camera module. |
PROP_PMD_TYPE |
select PMDCam type (PMDCamCube or PMDCamBoard) |
Definition at line 122 of file CameraSensorTypes.h.
Enum that specifies the return type of a parameter request.
Definition at line 218 of file CameraSensorTypes.h.
Enum to encode the different camera roles.
MASTER |
Initializes and releases the library, emits the trigger signal if possible. |
SLAVE |
Takes pictures based on the received trigger signal. |
Definition at line 295 of file CameraSensorTypes.h.
Enum to encode the different camera types.
Definition at line 106 of file CameraSensorTypes.h.
Enum represents color modes.
COLOR_YUV444 | |
COLOR_YUV422 | |
COLOR_YUV411 | |
COLOR_RGB8 | |
COLOR_RGB16S | |
COLOR_RGB16 | |
COLOR_MONO8 | |
COLOR_MONO16S | |
COLOR_MONO16 | |
COLOR_RAW8 | |
COLOR_RAW16 | |
COLOR_DEFAULT |
Set default value. |
Definition at line 168 of file CameraSensorTypes.h.
Special values for camera properties.
Definition at line 209 of file CameraSensorTypes.h.
Definition at line 287 of file CameraSensorTypes.h.
Enum represents video formats.
Definition at line 185 of file CameraSensorTypes.h.
Enum represents video modes.
Definition at line 195 of file CameraSensorTypes.h.
Creates, intializes and returns a smart pointer object for the toolbox.
Definition at line 68 of file CameraSensorToolbox.cpp.