Classes | |
| class | AbstractColorCamera |
| class | AbstractRangeImagingSensor |
| class | AVTPikeCam |
| class | CameraSensorToolbox |
| class | Swissranger |
| struct | t_cameraProperty |
| struct | t_cameraResolution |
| class | VirtualColorCam |
| class | VirtualRangeCam |
Typedefs | |
| typedef boost::shared_ptr< AbstractColorCamera > | AbstractColorCameraPtr |
| typedef boost::shared_ptr< AbstractRangeImagingSensor > | AbstractRangeImagingSensorPtr |
| typedef boost::shared_ptr< CameraSensorToolbox > | CameraSensorToolboxPtr |
Enumerations | |
| enum | t_CalibrationMethod |
| enum | t_cameraPropertyID |
| enum | t_cameraPropertyType |
| enum | t_cameraRole |
| enum | t_cameraType |
| enum | t_colorMode |
| enum | t_specialValues |
| enum | t_ToFGrayImageType |
| enum | t_videoFormat |
| enum | t_videoMode |
Definition at line 43 of file AbstractColorCamera.h.
| typedef boost::shared_ptr<AbstractRangeImagingSensor> ipa_CameraSensors::AbstractRangeImagingSensorPtr |
Definition at line 47 of file AbstractRangeImagingSensor.h.
| __DLL_LIBCAMERASENSORS__ AbstractColorCameraPtr ipa_CameraSensors::CreateColorCamera_AVTPikeCam | ( | ) |
Creates, intializes and returns a smart pointer object for the camera.
Definition at line 36 of file AVTPikeCam.cpp.
| __DLL_LIBCAMERASENSORS__ AbstractColorCameraPtr ipa_CameraSensors::CreateColorCamera_AxisCam | ( | ) |
| __DLL_LIBCAMERASENSORS__ AbstractColorCameraPtr ipa_CameraSensors::CreateColorCamera_ICCam | ( | ) |
| __DLL_LIBCAMERASENSORS__ AbstractColorCameraPtr ipa_CameraSensors::CreateColorCamera_OpenCVCamera | ( | ) |
| __DLL_LIBCAMERASENSORS__ AbstractColorCameraPtr ipa_CameraSensors::CreateColorCamera_VirtualCam | ( | ) |
Creates, intializes and returns a smart pointer object for the camera.
Definition at line 34 of file VirtualColorCam.cpp.
| __DLL_LIBCAMERASENSORS__ AbstractRangeImagingSensorPtr ipa_CameraSensors::CreateRangeImagingSensor_Kinect | ( | ) |
| __DLL_LIBCAMERASENSORS__ AbstractRangeImagingSensorPtr ipa_CameraSensors::CreateRangeImagingSensor_PMDCam | ( | ) |
| __DLL_LIBCAMERASENSORS__ AbstractRangeImagingSensorPtr ipa_CameraSensors::CreateRangeImagingSensor_Swissranger | ( | ) |
Creates, intializes and returns a smart pointer object for the camera.
Definition at line 31 of file Swissranger.cpp.
| __DLL_LIBCAMERASENSORS__ AbstractRangeImagingSensorPtr ipa_CameraSensors::CreateRangeImagingSensor_VirtualCam | ( | ) |
Creates, intializes and returns a smart pointer object for the camera.
Definition at line 35 of file VirtualRangeCam.cpp.
| int ipa_CameraSensors::LibMesaCallback | ( | SRCAM | srCam, |
| unsigned int | msg, | ||
| unsigned int | param, | ||
| void * | data | ||
| ) |
Callback function to catch annoying debug message from swissranger camera
| srCam | Swissranger camera instance |
| msg | the received message of type CM_XXX |
| param | is a message specific parameter |
| is | a message specific pointer |
Definition at line 57 of file Swissranger.cpp.
|
static |
Definition at line 43 of file VirtualRangeCam.h.
|
static |
Definition at line 44 of file VirtualRangeCam.h.