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 30d5bcf + ff80828 commit d58dd96Copy full SHA for d58dd96
src/ds/d500/d500-motion.cpp
@@ -43,7 +43,7 @@ namespace librealsense
43
44
_ds_motion_common = std::make_shared<ds_motion_common>(this, _fw_version,
45
_device_capabilities, _hw_monitor);
46
- _ds_motion_common->init_motion(hid_infos.size(), *_depth_stream);
+ _ds_motion_common->init_motion(hid_infos.empty(), *_depth_stream);
47
48
initialize_fisheye_sensor(ctx,group);
49
0 commit comments