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

@@ -77,10 +77,12 @@ function generateRandomMotionAudioData(): MotionData[] {
) {
const motion = Math.floor(Math.random() * 101); // Random number between 0 and 100
const audio = Math.random() * -100; // Random negative value between -100 and 0
const camera = "test_camera";
data.push({
start_time: startTimestamp,
motion,
audio,
camera,
});
}