-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7c8caa4
commit df6cd79
Showing
1 changed file
with
9 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,12 @@ | ||
# Tools for Intel® RealSense™ Camera | ||
|
||
## List of Tools: | ||
|
||
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. [Enumerate-Devices](./enumerate-devices) - Console application providing information about connected devices | ||
3. [Firmware-Logger](./fw-logger) - Console application for collecting internal camera logs. | ||
4. [Data-Collect](./data-collect) - Console application capable of generating CSV report of frame statistics | ||
5. [Terminal](./terminal) - Troubleshooting tool that sends commands to the camera firmware | ||
6. [Depth Quality Tool](./depth-quality) - Application that calculates and visualizes depth metrics to assess and characterize the quality of the depth data. | ||
2. [Depth Quality Tool](./depth-quality) - Application that calculates and visualizes depth metrics to assess and characterize the quality of the depth data. | ||
|
||
### Debug Tools | ||
|
||
3. [Enumerate-Devices](./enumerate-devices) - Console application providing information about connected devices | ||
4. [Firmware-Logger](./fw-logger) - Console application for collecting internal camera logs. | ||
5. [Data-Collect](./data-collect) - Console application capable of generating CSV report of frame statistics | ||
6. [Terminal](./terminal) - Troubleshooting tool that sends commands to the camera firmware | ||
|