#include <CameraOpenNICV.h>

Public Member Functions | |
| CameraOpenNICV (bool asus=false, float imageRate=0, const Transform &localTransform=Transform::getIdentity()) | |
| 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 |
| bool | initFromFile (const std::string &calibrationPath) |
| bool | isInterIMUPublishing () const |
| void | setImageRate (float imageRate) |
| void | setInterIMUPublishing (bool enabled, IMUFilter *filter=0) |
| SensorData | takeImage (SensorCaptureInfo *info=0) |
| virtual | ~Camera () |
Public Member Functions inherited from rtabmap::SensorCapture | |
| float | getFrameRate () const |
| const Transform & | getLocalTransform () const |
| virtual bool | getPose (double stamp, Transform &pose, cv::Mat &covariance, double maxWaitTime=0.06) |
| virtual bool | odomProvided () const |
| void | resetTimer () |
| void | setFrameRate (float frameRate) |
| void | setLocalTransform (const Transform &localTransform) |
| SensorData | takeData (SensorCaptureInfo *info=0) |
| virtual | ~SensorCapture () |
Static Public Member Functions | |
| static bool | available () |
Protected Member Functions | |
| virtual SensorData | captureImage (SensorCaptureInfo *info=0) |
Protected Member Functions inherited from rtabmap::Camera | |
| Camera (float imageRate=0, const Transform &localTransform=Transform::getIdentity()) | |
| void | postInterIMU (const IMU &imu, double stamp) |
Protected Member Functions inherited from rtabmap::SensorCapture | |
| int | getNextSeqID () |
| SensorCapture (float frameRate=0, const Transform &localTransform=Transform::getIdentity()) | |
Private Attributes | |
| bool | _asus |
| cv::VideoCapture | _capture |
| float | _depthFocal |
Definition at line 36 of file CameraOpenNICV.h.
| rtabmap::CameraOpenNICV::CameraOpenNICV | ( | bool | asus = false, |
| float | imageRate = 0, |
||
| const Transform & | localTransform = Transform::getIdentity() |
||
| ) |
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 |
Implements rtabmap::Camera.
Definition at line 108 of file CameraOpenNICV.cpp.
|
inlinevirtual |
Implements rtabmap::SensorCapture.
Definition at line 51 of file CameraOpenNICV.h.
|
virtual |
Implements rtabmap::SensorCapture.
Definition at line 54 of file CameraOpenNICV.cpp.
|
virtual |
Implements rtabmap::Camera.
Definition at line 103 of file CameraOpenNICV.cpp.
|
private |
Definition at line 57 of file CameraOpenNICV.h.
|
private |
Definition at line 58 of file CameraOpenNICV.h.
|
private |
Definition at line 59 of file CameraOpenNICV.h.