Is there an easier way displaying intel realsense point cloud in C#

前端 未结 0 783
北荒
北荒 2021-01-12 05:41

I made a pointcloud using the code below:

var points = pc.Process(depthFrame).As();
//float depth = depthFrame.GetDistance(x, y);
//bbox = (287,         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题