PixelCalibAlgs: Fix cppcheck 2.14 warnings.
Pass string by const reference, not by value. Prefer returning const references to members rather than copies. printf format fixes.
Pass string by const reference, not by value. Prefer returning const references to members rather than copies. printf format fixes.