View my account

RealSense 435i Python create 2D video

Comments

1 comment

  • MartyG

    Hi Leonidsmirnovv  Just like 2D pixels can be "deprojected" to 3D with RS2_DEPROJECT_PIXEL_TO_POINT you can also "project" 3D points to 2D pixels with RS2_PROJECT_POINT_TO_PIXEL

    There are not many examples of this process for Python.  My research did find a link to a pyrealsense2 script featuring the function that, appropriately, involves use of the face detection library dlib

    https://www.pythonf.cn/read/82934 

    1
    Comment actions Permalink

Please sign in to leave a comment.