Skip to content

Commit 3c5e2bb

Browse files
authored
Merge pull request #3228 from ev-mp/current
Fix calibration table initialization
2 parents 7b0b2b8 + 7398ae4 commit 3c5e2bb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ds5/ds5-motion.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ namespace librealsense
7373
public:
7474
dm_v2_imu_calib_parser(const std::vector<uint8_t>& raw_data, bool valid = true)
7575
{
76+
calib_table.module_info.dm_v2_calib_table.extrinsic_valid = 0;
77+
calib_table.module_info.dm_v2_calib_table.intrinsic_valid = 0;
7678
// default parser to be applied when no FW calibration is available
7779
if (valid)
7880
calib_table = *(ds::check_calib<ds::dm_v2_eeprom>(raw_data));

0 commit comments

Comments
 (0)