View my account

D435i connected to Intel realsense viewer to capture 3D images

Comments

1 comment

  • MartyG

    The RealSense-compatible commercial scanning software tool LIPScan 3D is designed for capturing a small object on a rotating turntable with a single camera, so it may be worth investigating to see whether it meets your needs.

    https://www.lips-hci.com/lipscan-3d

    https://www.lips-hci.com/lipscan-3d-scan-sdk

     

    If you prefer an open-source program solution then the RealSense SDK's rs-kinfu C++ / OpenCV example can progressively build up a pointcloud using a single camera by a process of 'frame fusion' and then export the completed model as a .ply pointcloud data file.  the ply can then be imported into 3D software such as MeshLab to have further work performed on the data, such as generating a solid 3D .obj model.

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

     

    rs-kinfu requires C++ programming knowledge to get working though, as it tends to have errors when first run that need to be debugged.

    0
    Comment actions Permalink

Please sign in to leave a comment.