View my account

Comments

8 comments

  • MartyG

    Hello Lblsydx  A pointcloud is generated by a component of the RealSense SDK called the pointcloud processing block when the pc.calculate() instruction is used, although there is not a detailed description available regarding how this processing block.  It is usually not necessary to know how it works because the calculations are performed automatically by the SDK when pointcloud generation with pc.calculate() is enabled.

     

    你好@Lblsydx 当使用 pc.calculate() 指令时,点云由 RealSense SDK 的一个组件(称为点云处理块)生成,尽管没有关于该处理块如何操作的详细描述。通常不需要知道它是如何工作的,因为当启用使用 pc.calculate() 生成点云时,SDK 会自动执行计算。

     

    https://intelrealsense.github.io/librealsense/doxygen/rs__processing_8h.html#a938d8bf686d1bd682a2bd325566984c9

    https://github.com/IntelRealSense/librealsense/blob/master/src/proc/pointcloud.h#L13

    0
    Comment actions Permalink
  • Lblsydx

    How I could set the density of the calculated pointcloud (points per cubic meter)?

    如何设置计算出来的点云密度?(每立方米的点数)MartyG MartyG

    0
    Comment actions Permalink
  • MartyG

    I am not aware of a means of directly controlling the density of a pointcloud using librealsense SDK code.  You may be able to affect it indirectly though by influencing the amount of detail on the depth image by setting a camera configuration preset such as 'Medium Density' or 'High Density' and setting Laser Power to its maximum value, or by changing the depth unit scale of the image.

     

    我不知道使用 librealsense SDK 代码直接控制点云密度的方法。您可以通过设置相机配置预设(例如“中密度”或“高密度”)并将激光功率设置为最大值,或者通过更改图像的深度单位比例来影响深度图像上的细节数量,从而间接影响它。

    0
    Comment actions Permalink
  • Lblsydx

    Thanks a lot.

    0
    Comment actions Permalink
  • Lblsydx

    如何通过相机内参找到d435i的相机坐标原点?

    How could get the 0 point of camera d435i coordinate by its intrinxic parameters?

    0
    Comment actions Permalink
  • MartyG

    This question is outside of my programming knowledge unfortunately but this may be a helpful reference:

    https://github.com/IntelRealSense/librealsense/issues/3072

    0
    Comment actions Permalink
  • MartyG

    不幸的是,这个问题超出了我的编程知识范围,但这可能是一个有用的参考:

    0
    Comment actions Permalink
  • Lblsydx

    Why is the maximum depth 65535, now matter how far the object from d435i camera?
    为什么无论物体离相机多远,最大深度相素值都是65535?

    0
    Comment actions Permalink

Please sign in to leave a comment.