Skip to content

Commit 3f8174b

Browse files
authored
PR #12451 from mengyui: fix global timestamp mapping issue when HW timestamp is rollback to 0
2 parents c624374 + e1ec548 commit 3f8174b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/global_timestamp_reader.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ namespace librealsense
145145
sample._x -= base_x;
146146
}
147147
_prev_time -= base_x;
148-
_base_sample._y += a * base_x;
148+
_base_sample._x -= base_x;
149149
return true;
150150
}
151151

0 commit comments

Comments
 (0)