Insufficient error handling if calibration folder does not exist
Description
If the calibration store folder specified on the command line does not exist in the file system an error is reported AFTER calibrating. I would recommend reporting the error BEFORE calibration.
Environment
Windows 7 x64
Activity
Show:
Sebastian Lehrig
April 3, 2012, 5:24 PM
Fixed. Before, there was no real error handling at all. The fix changed the following.
Calibration folder is automatically created if not existent (hence, no errors anymore)
Made -storeCalPath parameter optional with default: ../ProtoComCalibration/ (also updated wiki)