Skip to content

Commit

Permalink
tools: Add the simple recorder to the tools page
Browse files Browse the repository at this point in the history
  • Loading branch information
bfulkers-i committed Jul 16, 2019
1 parent 63cf2ac commit 3319ad1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tools/data-collect/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions tools/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3319ad1

Please sign in to comment.