Skip to content

Commit 0250d05

Browse files
committed
Update rs-on-chip-calib example
Signed-off-by: John Zhao <[email protected]>
1 parent 0aea9b6 commit 0250d05

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/on-chip-calib/rs-on-chip-calib.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ int main(int argc, char * argv[]) try
5656
if( keep == "y" || keep == "yes" )
5757
{
5858
cal_dev.set_calibration_table( res );
59+
cal_dev.write_calibration();
5960
std::cout << "Results saved to flash" << std::endl;
6061
}
6162
else

0 commit comments

Comments
 (0)