RealSense Viewer is the flagship tool providing access to most camera functionality through simple, cross-platform UI. The tool offers:
- Streaming from multiple RealSense devices at the same time
- Exploring pointcloud data in realtime or by exporting to file
- Recording RealSense data as well as playback of recorded files (Please refer to Record and Playback for further information)
- Access to most camera specific controls, including 3D-generation ASIC registers when available
You can get RealSense Viewer in form of a binary package on Windows and Linux, or build it from source alongside the rest of the library. The viewer is designed to be lightweight, requiring only a handful of embeded dependencies. Cross-platform UI is a combination of raw OpenGL calls, GLFW for cross-platform window and event management, and IMGUI for the interface elements. Please see COPYING for full list of attributions.