Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix rs terminal #1356

Merged
merged 6 commits into from
Mar 19, 2018
Merged

Fix rs terminal #1356

merged 6 commits into from
Mar 19, 2018

Conversation

jgabes
Copy link
Contributor

@jgabes jgabes commented Mar 13, 2018

The original rs-terminal would only ever select the 0 device. If you entered "-d 1" it would still only apply the hex command to camera 0. Also, it relied on realsense's device numbering system which was inconsistent. I was unable to send commands to specific cameras programatically using something static like the serial number.
I changed rs-terminal.cpp to include:
-Bug Fix: Proper selection of input devices ("-d" sends command to correct devices)
-Feature: Ability to send a command to all connected realsense devices with "-a" flag
-Feature: Ability to send a command to a device based on its serial number with "-n" flag

exKAZUu and others added 6 commits March 9, 2018 17:20
Fix links to OpenCV examples in readme.md
The original rs-terminal would only ever select the 0 device. If you entered "-d 1" it would still only apply the command to camera 0. Also, it relied on realsense's device numbering system which was inconsistent. Customers were unable to send commands to specific cameras programatically using something static like the serial number.
I changed rs-terminal.cpp to include:
-Proper selection of input devices (-d sends command to correct devices)
-Ability to send a command to all connected realsense devices with -a flag
-Ability to send a command to a device based on its serial number with -n flag
@dorodnic dorodnic requested a review from icarpis March 19, 2018 08:32
@dorodnic dorodnic merged commit 0945c25 into IntelRealSense:development Mar 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants