Skip to content

Commit

Permalink
rs-enumerate-devices doc. update
Browse files Browse the repository at this point in the history
  • Loading branch information
ev-mp committed Feb 2, 2020
1 parent 81dfccf commit a10b64d
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions tools/enumerate-devices/readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# rs-enumerate-devices Tool

## Goal
`rs-enumerate-devices` tool is a console application providing information about connected devices.
`rs-enumerate-devices` tool is a console application providing information about the connected devices.

## Usage
After installing `librealsense` run ` rs-enumerate-devices` to launch the tool.
Expand All @@ -21,7 +21,16 @@ Product Id : 0AD3

|Flag |Description |
|---|---|
|`-s`|Provide short summary, one line per device|
|`-o`|List supported device controls and options|
|`-c`|Provide calibration (Intrinsic/Extrinsic) information|
| None| List supported streaming modes|
|`-s`|Provide a one-line summary, one line per device|
|`-S`|Extends `-s` by providing a short summary for each device|
|`-o`|List supported device controls, options and streaming modes|
|`-c`|Provide calibration (Intrinsic/Extrinsic) and steraming modes information|
|`-p`|Enumerate streams contained in ROSBag record file. Usage `-p <rosbag_full_path>`|
| None| The default mode. Equivalent to `-S` plus the list of all the supported streaming profiles|

The options `-o`, `-c` `-p` are additive and can concatenated:
`rs-enumerate-devices -o -c -p rosbag.rec` - will print the camera info, streaming modes,
supported option and the calibration info both for the live cameras and the prerecorded `rosbag.rec` file.

The options `-S`, `-s` are restrictive and therefore incompatible with `-o` and `-c`,
but still can be used with `-p <file_name>`.

0 comments on commit a10b64d

Please sign in to comment.