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

Load & Save settings fix #1888

Merged

Conversation

abernste
Copy link
Contributor

Bug reproduce steps:

1.start realsense viewer, change preset to "high density" and save preset to test.json.
2.load test.json
3.save to test.json again, this will report "The profile is unsupported" and test.json will be empty

Root cause: Disabling all streams upon load settings (including color stream by mistake)
Loading/Saving settings currently only supports stereo stream (Depth,IR)

The fix: Disable only Depth/IR streams upon load settings and enable only requested streams afterwards

1.start realsense viewer, change preset to "high density" and save preset to test.json.
2.load test.json
3.save to test.json again, this will report "The profile is unsupported" and test.json will be empty

Root cause: Disabling all streams upon load settings (including color stream by mistake)
Loading/Saving settings currently only supports stereo stream (Depth,IR)

The fix: Disable only Depth/IR streams upon load settings and enable only requested streams afterwards
@dorodnic dorodnic merged commit c5a5abc into IntelRealSense:development Jun 15, 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.

2 participants