This commit is contained in:
legop3
2026-07-11 03:48:12 -04:00
parent 0c0b55fe88
commit bf3ce9a28a
5 changed files with 77 additions and 17 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ import { useSessionSelector } from '../context/SessionContext.jsx';
const PTZ_STOP = { pan: 0, tilt: 0, zoom: 0 };
const PTZ_SPEEDS = {
slow: 0.15,
slow: 0.7,
medium: 0.5,
fast: 1,
};