We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aea9b6 commit 0250d05Copy full SHA for 0250d05
examples/on-chip-calib/rs-on-chip-calib.cpp
@@ -56,6 +56,7 @@ int main(int argc, char * argv[]) try
56
if( keep == "y" || keep == "yes" )
57
{
58
cal_dev.set_calibration_table( res );
59
+ cal_dev.write_calibration();
60
std::cout << "Results saved to flash" << std::endl;
61
}
62
else
0 commit comments