#include <CameraARCore.h>
|
| | CameraARCore (void *env, void *context, void *activity, bool depthFromMotion=false, bool smoothing=false, float upstreamRelocalizationAccThr=0.0f) |
| |
| virtual void | close () |
| |
| virtual std::string | getSerial () const |
| |
| virtual bool | init (const std::string &calibrationFolder=".", const std::string &cameraName="") |
| |
| virtual void | setScreenRotationAndSize (ScreenRotation colorCameraToDisplayRotation, int width, int height) |
| |
| virtual | ~CameraARCore () |
| |
| void | addEnvSensor (int type, float value) |
| |
| | CameraMobile (bool smoothing=false, float upstreamRelocalizationAccThr=0.0f) |
| |
| const CameraModel & | getCameraModel () const |
| |
| const Transform & | getDeviceTColorCamera () const |
| |
| const cv::Mat & | getOcclusionImage (CameraModel *model=0) const |
| |
| virtual bool | getPose (double epochStamp, Transform &pose, cv::Mat &covariance, double maxWaitTime=0.06) |
| |
| ScreenRotation | getScreenRotation () const |
| |
| double | getStampEpochOffset () const |
| |
| GLuint | getTextureId () |
| |
| void | getVPMatrices (glm::mat4 &view, glm::mat4 &projection) const |
| |
| virtual bool | isCalibrated () const |
| |
| virtual bool | odomProvided () const |
| |
| void | poseReceived (const Transform &pose, double deviceStamp) |
| |
| void | resetOrigin (const rtabmap::Transform &offset=rtabmap::Transform()) |
| |
| void | setGPS (const GPS &gps) |
| |
| void | setOcclusionImage (const cv::Mat &image, const CameraModel &model) |
| |
| void | setSmoothing (bool enabled) |
| |
| void | update (const SensorData &data, const Transform &pose, const glm::mat4 &viewMatrix, const glm::mat4 &projectionMatrix, const float *texCoord) |
| |
| void | updateOnRender () |
| |
| bool | uvsInitialized () const |
| |
| const float * | uvsTransformed () const |
| |
| virtual | ~CameraMobile () |
| |
| 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 |
| |
| void | resetTimer () |
| |
| void | setFrameRate (float frameRate) |
| |
| void | setLocalTransform (const Transform &localTransform) |
| |
| SensorData | takeData (SensorCaptureInfo *info=0) |
| |
| virtual | ~SensorCapture () |
| |
| | UEventsSender () |
| |
| virtual | ~UEventsSender () |
| |
Definition at line 51 of file CameraARCore.h.
◆ CameraARCore()
| rtabmap::CameraARCore::CameraARCore |
( |
void * |
env, |
|
|
void * |
context, |
|
|
void * |
activity, |
|
|
bool |
depthFromMotion = false, |
|
|
bool |
smoothing = false, |
|
|
float |
upstreamRelocalizationAccThr = 0.0f |
|
) |
| |
◆ ~CameraARCore()
| rtabmap::CameraARCore::~CameraARCore |
( |
| ) |
|
|
virtual |
◆ close()
| void rtabmap::CameraARCore::close |
( |
| ) |
|
|
virtual |
◆ getPoseAtTimestamp()
◆ getSerial()
◆ init()
| bool rtabmap::CameraARCore::init |
( |
const std::string & |
calibrationFolder = ".", |
|
|
const std::string & |
cameraName = "" |
|
) |
| |
|
virtual |
◆ setScreenRotationAndSize()
| void rtabmap::CameraARCore::setScreenRotationAndSize |
( |
ScreenRotation |
colorCameraToDisplayRotation, |
|
|
int |
width, |
|
|
int |
height |
|
) |
| |
|
virtual |
◆ updateDataOnRender()
◆ activity_
| void* rtabmap::CameraARCore::activity_ |
|
private |
◆ arCameraIntrinsics_
| ArCameraIntrinsics* rtabmap::CameraARCore::arCameraIntrinsics_ = nullptr |
|
private |
◆ arConfig_
| ArConfig* rtabmap::CameraARCore::arConfig_ = nullptr |
|
private |
◆ arFrame_
| ArFrame* rtabmap::CameraARCore::arFrame_ = nullptr |
|
private |
◆ arInstallRequested_
| bool rtabmap::CameraARCore::arInstallRequested_ |
|
private |
◆ arPose_
| ArPose* rtabmap::CameraARCore::arPose_ = nullptr |
|
private |
◆ arSession_
| ArSession* rtabmap::CameraARCore::arSession_ = nullptr |
|
private |
◆ arSessionMutex_
| UMutex rtabmap::CameraARCore::arSessionMutex_ |
|
private |
◆ context_
| void* rtabmap::CameraARCore::context_ |
|
private |
◆ depthFromMotion_
| bool rtabmap::CameraARCore::depthFromMotion_ |
|
private |
◆ env_
| void* rtabmap::CameraARCore::env_ |
|
private |
The documentation for this class was generated from the following files: