-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
clean up rs-enumerate-devices tab output; add --verbose #11080
Conversation
} | ||
cout << setw( w_fps ) << ( "@ " + std::to_string( profile.fps() ) + "Hz" ); | ||
cout << setw( w_format ) << profile.format(); | ||
cout << endl; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you share a run picture with the new changes so I can compare?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What does the (2.0) means?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh got it sid, please list it in the title on verbose mode as it is not clear without reading the code..
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know that it'd be much help.
It's for us -- for debugging really. I.e., if you don't know what it is, ignore it. If I put (UID.IDX)
as a heading, will that tell you much? If you want I'll add.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's better to add something, I first thought it the USB version (2.0)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just add the missing title for verbose and its OK :)
Great, thanks! |
Misc changes to clean up my branch.
The
rs-enumerate-devices
output was using tabs, therefore was (usually) misaligned.I also added a
--verbose
flag which, right now, only adds the(sid,index)
pair to each profiles so we can check it.