diff --git a/tools/data-collect/readme.md b/tools/data-collect/readme.md index 6d4f3665b3..76e3de386f 100644 --- a/tools/data-collect/readme.md +++ b/tools/data-collect/readme.md @@ -2,7 +2,7 @@ ## Goal -This tool is designed to help collect statistics about various streams. +This tool is designed to help collect statistics about various streams. For full data capture, you can use [recorder](../recorder/) or [realsense-viewer](../realsense-viewer). ## Description Given a configuration file the tool will configure the first Realsense device recognized to the desired streams and wait for either set number of frames or a timeout. diff --git a/tools/readme.md b/tools/readme.md index bb888f067e..e28d324b7f 100644 --- a/tools/readme.md +++ b/tools/readme.md @@ -3,6 +3,7 @@ 1. [RealSense-Viewer](./realsense-viewer) - This application allows you to quickly access your IntelĀ® RealSenseā„¢ Depth cameras and modules. It allows you to view the depth stream, record and playback streams, configure your camera and much more. 2. [Depth Quality Tool](./depth-quality) - Application that calculates and visualizes depth metrics to assess and characterize the quality of the depth data. 3. [Convert Tool](./convert) - Console application for converting ROS-bag files to various formats +4. [Recorder](./recorder) - Simple command line data recorder ### Debug Tools