feat: Implement support for gesture-based PTZ control (#2378)

- Closes: #1839
This commit is contained in:
Dermot Duffy
2026-02-28 20:36:53 -08:00
committed by GitHub
parent 40ad3b4460
commit ea86ad0016
32 changed files with 1714 additions and 126 deletions
+2
View File
@@ -633,7 +633,9 @@ const ptzControlSettingsTransform = (data: unknown): unknown => {
'hide_pan_tilt',
'hide_zoom',
'hide_home',
'hide_type',
'style',
'type',
];
const keys = Object.keys(data);