C# an example of calling on-chip calibration #8773
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
issue: 7788 an example of calling on-chip calibration from C#
This example based on cs-tutorial-2-capture
Works like viewer for colored depth and color streams.
when in console press C, then:
dialog in console:
If you want to start calibration mode, switch to opened application console and press C
Stopping rendering pipeline...
Please choose:
1 - Calibrate
2 - Reset calibration to factory defaults
3 - Exit
Getting context...
Calibration device
Serial number:
Firmware version:
Starting pipeline for calibration mode
1 Calibration table before running on-chip calibration.
Step 1 : done
2 Runs the on-chip self-calibration routine that returns pointer to new calibration table.
Accept calibration? (Y\N)
Step 2 : done
3 Toggle between calibration tables to assess which is better. This is optional.
Compare and select better calibration table between current and FW device (Y\N)
Step 3 : done
4 Burns the new calibration to FW persistently. (Y\N)
Step 4 : done
Calibration complete
Stopping calibration pipeline...
Starting rendering pipeline...
If you want to start calibration mode, switch to opened application console and press C