Point cloud in C#
There is a map_to method in the C++ support for the D435i Realsense camera. I don't see the map_to interface in C# though. What am I missing? How should I obtain the point cloud in C#?
-
I couldn't find a good map_to reference for C#. Though here is a comment on the RealSense GitHub that has a link to a C# sample program called 'Generics Support' in the SDK for running the point cloud processing block.
https://github.com/IntelRealSense/librealsense/issues/3557#issuecomment-479845759
-
MartyG - Thanks very much for the response. The example of running the point cloud process did what I needed:
Bob Davies
Please sign in to leave a comment.
Comments
3 comments