mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-01 19:17:41 +03:00
don't re-render the tracking details overlay on every video time tick
This commit is contained in:
parent
2967aa1436
commit
5c56b755e7
@ -396,7 +396,6 @@ export default function HlsVideoPlayer({
|
|||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<ObjectTrackOverlay
|
<ObjectTrackOverlay
|
||||||
key={`overlay-${currentTime}`}
|
|
||||||
camera={camera}
|
camera={camera}
|
||||||
showBoundingBoxes={!isPlaying}
|
showBoundingBoxes={!isPlaying}
|
||||||
currentTime={currentTime}
|
currentTime={currentTime}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user