feat(device_writer): always save params with latest version format
This commit is contained in:
@@ -450,7 +450,7 @@ struct MYNTEYE_API IntrinsicsPinhole : public IntrinsicsBase {
|
||||
double cx;
|
||||
/** The vertical coordinate of the principal point of the image */
|
||||
double cy;
|
||||
/** The distortion model of the image */
|
||||
/** @deprecated Replaced by calib_model_. The distortion model of the image */
|
||||
std::uint8_t model;
|
||||
/** The distortion coefficients: k1,k2,p1,p2,k3 */
|
||||
double coeffs[5];
|
||||
|
||||
Reference in New Issue
Block a user