fix(imu):fix tbe imu bug of s1030
This commit is contained in:
@@ -44,7 +44,7 @@ void StandardDevice::StartVideoStreaming() {
|
||||
void StandardDevice::OnStereoStreamUpdate() {
|
||||
if (motion_tracking_) {
|
||||
auto &&motions = this->motions();
|
||||
motions->DoMotionTrack();
|
||||
motions->DoMotionTrack(1);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user