-
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
Updating presets #9642
Updating presets #9642
Conversation
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.
LGTM, waiting for a confirmation with IQ before merge
e0fdb31
to
326467a
Compare
default_450(p); | ||
break; | ||
//case ds::RS455_PID: | ||
case ds::RS435I_PID: |
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.
D455
b47e624
to
041deaf
Compare
…s in advanced_mode.hpp
Go over MSVC warnings |
041deaf
to
da90cae
Compare
da90cae
to
e412aa5
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.
Looks good
Updated hard-coded presets.
Added a D450 preset.
Updated the function that chooses the correct presets.
Tested by comparing the JSONs files of the new presets (in the ticket) to the exported JSONs files from the viewer.
Edit: I have added a fix for the inaccuracy of setting an int field in the SDK with a float value from the json preset.
Edit2: added two resolutions based presets to D455 as solutions for DSO-17597.
Tracked on DSO-17183.