View my account

Stereo Camera functionality

Comments

4 comments

  • MartyG

    Hi Dfr  At the link below, a RealSense user created a SLAM navigation guide for ROS for the RealSense D435i camera model that included mapping and localization with RTABMAP, plotting trajectory and obtaining the relative position of the camera from a recorded pointcloud map.  Does this guide meet some of your needs, please?

    https://shinkansan.github.io/2019-UGRP-DPoom/SLAM

     

    0
    Comment actions Permalink
  • Dfr

    Hi Marty,

    Thank you very much for your timely response. While this is an incredibly sophisticated system, I do not believe we would need the localization component of what SLAM offers. I will rephrase the question to give you a better sense of what the needs of the camera would be. We hope to create a surface rendering (or point cloud) of a given object by moving the camera about the surface of the object, which we assume the camera is capable of doing without any additional extensions. After the acquisition, we want to know what coordinate frame the surface rendering will be in. I have provided a diagram for clarity (hopefully) and pasted it below. Please let me know if anything needs clarification--I would be happy to clarify. If you would be able to point me in the direction of the demos/guides that explain this sort of detail, that would be great. Thank you again for your help.

     

    0
    Comment actions Permalink
  • MartyG

    A starting point for what you have in mind could be the SDK's C++ and OpenCV example program rs-kinfu (KinectFusion).  It progressively builds up a point cloud as the user moves around a single camera, fusing frames as the camera is in motion.  When you are satisfied with the level of detail on the point cloud, you can export the cloud to a .ply format point cloud data file.

    https://github.com/IntelRealSense/librealsense/tree/master/wrappers/opencv/kinfu

    1
    Comment actions Permalink
  • Dfr

    Thank you again for your reply. This seems promising; I will let you know if you have any additional questions.

    0
    Comment actions Permalink

Please sign in to leave a comment.