Motion review changes (#10667)

* Add outlines in motion only mode

* fix playground
This commit is contained in:
Josh Hawkins
2024-03-25 11:19:55 -05:00
committed by GitHub
parent 258cd5b6d7
commit 51db63e42b
5 changed files with 170 additions and 97 deletions

View File

@@ -46,4 +46,5 @@ export type MotionData = {
start_time: number;
motion?: number;
audio?: number;
camera: string;
};