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.
2 parents 7b0b2b8 + 7398ae4 commit 3c5e2bbCopy full SHA for 3c5e2bb
src/ds5/ds5-motion.h
@@ -73,6 +73,8 @@ namespace librealsense
73
public:
74
dm_v2_imu_calib_parser(const std::vector<uint8_t>& raw_data, bool valid = true)
75
{
76
+ calib_table.module_info.dm_v2_calib_table.extrinsic_valid = 0;
77
+ calib_table.module_info.dm_v2_calib_table.intrinsic_valid = 0;
78
// default parser to be applied when no FW calibration is available
79
if (valid)
80
calib_table = *(ds::check_calib<ds::dm_v2_eeprom>(raw_data));
0 commit comments