Realsense viewer 3D display
Using a D435 with Mac. Is there a way to remove the orientation arrows, floor grid & camera image (and mouse command display in the upper right) from the 3D display? I'm piping it into another app for projection and would like to see only the captured image, nothing else. Thanks.
-
The RealSense Viewer is open-source, and so you are free to create your own custom version of it without the interface elements that you list.
https://github.com/IntelRealSense/librealsense/tree/master/tools/realsense-viewer
The Viewer uses a mix of OpenGL for its center panel rendering and Imgui for its user interface. The rendering of the axis arrows is discussed here:
https://github.com/IntelRealSense/librealsense/issues/6156
It may be much simpler to use the rs-pointcloud sample program, which generates a 3D point cloud without any user interface overlaid.
https://github.com/IntelRealSense/librealsense/tree/master/examples/pointcloud
Please sign in to leave a comment.
Comments
2 comments