Skip to content

Commit

Permalink
parameter changed
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamir91 committed Aug 22, 2023
1 parent 84c49ac commit ff80828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ds/d500/d500-motion.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ namespace librealsense

_ds_motion_common = std::make_shared<ds_motion_common>(this, _fw_version,
_device_capabilities, _hw_monitor);
_ds_motion_common->init_motion(hid_infos.size(), *_depth_stream);
_ds_motion_common->init_motion(hid_infos.empty(), *_depth_stream);

initialize_fisheye_sensor(ctx,group);

Expand Down

0 comments on commit ff80828

Please sign in to comment.