#include <CameraFreenect2.h>
|
| | CameraFreenect2 (int deviceId=0, Type type=kTypeDepth2ColorSD, float imageRate=0.0f, const Transform &localTransform=Transform::getIdentity(), float minDepth=0.3f, float maxDepth=12.0f, bool bilateralFiltering=true, bool edgeAwareFiltering=true, bool noiseFiltering=true, const std::string &pipelineName="") |
| |
| virtual std::string | getSerial () const |
| |
| virtual bool | init (const std::string &calibrationFolder=".", const std::string &cameraName="") |
| |
| virtual bool | isCalibrated () const |
| |
| virtual | ~CameraFreenect2 () |
| |
| 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 () |
| |
| 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 () |
| |
Definition at line 46 of file CameraFreenect2.h.
◆ Type
| Enumerator |
|---|
| kTypeColor2DepthSD | |
| kTypeDepth2ColorSD | |
| kTypeDepth2ColorHD | |
| kTypeDepth2ColorHD2 | |
| kTypeIRDepth | |
| kTypeColorIR | |
Definition at line 52 of file CameraFreenect2.h.
◆ CameraFreenect2()
◆ ~CameraFreenect2()
| rtabmap::CameraFreenect2::~CameraFreenect2 |
( |
| ) |
|
|
virtual |
◆ available()
| bool rtabmap::CameraFreenect2::available |
( |
| ) |
|
|
static |
◆ captureImage()
◆ getSerial()
| std::string rtabmap::CameraFreenect2::getSerial |
( |
| ) |
const |
|
virtual |
◆ init()
| bool rtabmap::CameraFreenect2::init |
( |
const std::string & |
calibrationFolder = ".", |
|
|
const std::string & |
cameraName = "" |
|
) |
| |
|
virtual |
◆ isCalibrated()
| bool rtabmap::CameraFreenect2::isCalibrated |
( |
| ) |
const |
|
virtual |
The documentation for this class was generated from the following files: