#include <CameraOpenNICV.h>

Public Member Functions | |
| CameraOpenNICV (bool asus=false, float imageRate=0, const Transform &localTransform=CameraModel::opticalRotation()) | |
| virtual std::string | getSerial () const |
| virtual bool | init (const std::string &calibrationFolder=".", const std::string &cameraName="") |
| virtual bool | isCalibrated () const |
| virtual | ~CameraOpenNICV () |
Public Member Functions inherited from rtabmap::Camera | |
| float | getImageRate () const |
| const Transform & | getLocalTransform () const |
| bool | initFromFile (const std::string &calibrationPath) |
| virtual bool | odomProvided () const |
| void | resetTimer () |
| void | setImageRate (float imageRate) |
| void | setLocalTransform (const Transform &localTransform) |
| SensorData | takeImage (CameraInfo *info=0) |
| virtual | ~Camera () |
Static Public Member Functions | |
| static bool | available () |
Protected Member Functions | |
| virtual SensorData | captureImage (CameraInfo *info=0) |
Protected Member Functions inherited from rtabmap::Camera | |
| Camera (float imageRate=0, const Transform &localTransform=CameraModel::opticalRotation()) | |
| int | getNextSeqID () |
Private Attributes | |
| bool | _asus |
| cv::VideoCapture | _capture |
| float | _depthFocal |
Definition at line 38 of file CameraOpenNICV.h.
| rtabmap::CameraOpenNICV::CameraOpenNICV | ( | bool | asus = false, |
| float | imageRate = 0, |
||
| const Transform & | localTransform = CameraModel::opticalRotation() |
||
| ) |
Definition at line 41 of file CameraOpenNICV.cpp.
|
virtual |
Definition at line 49 of file CameraOpenNICV.cpp.
|
static |
Definition at line 36 of file CameraOpenNICV.cpp.
|
protectedvirtual |
returned rgb and depth images should be already rectified if calibration was loaded
Implements rtabmap::Camera.
Definition at line 108 of file CameraOpenNICV.cpp.
|
inlinevirtual |
Implements rtabmap::Camera.
Definition at line 53 of file CameraOpenNICV.h.
|
virtual |
Implements rtabmap::Camera.
Definition at line 54 of file CameraOpenNICV.cpp.
|
virtual |
Implements rtabmap::Camera.
Definition at line 103 of file CameraOpenNICV.cpp.
|
private |
Definition at line 59 of file CameraOpenNICV.h.
|
private |
Definition at line 60 of file CameraOpenNICV.h.
|
private |
Definition at line 61 of file CameraOpenNICV.h.