forked from Github/frigate
Motion timeline updates (#10242)
* adjust segment math
* simplify interp and fix math
* fix math and update dependency
* push debug
* Revert "push debug"
This reverts commit 07c171b341.
This commit is contained in:
@@ -113,6 +113,7 @@ export function MotionReviewTimeline({
|
||||
minimapStartTime,
|
||||
minimapEndTime,
|
||||
events,
|
||||
motion_events,
|
||||
]);
|
||||
|
||||
const segments = useMemo(
|
||||
@@ -128,6 +129,7 @@ export function MotionReviewTimeline({
|
||||
minimapStartTime,
|
||||
minimapEndTime,
|
||||
events,
|
||||
motion_events,
|
||||
],
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user