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
+4 -1
View File
@@ -92,8 +92,10 @@ describe('config defaults', () => {
style: 'chevrons',
},
ptz: {
type: 'buttons',
hide_home: false,
hide_pan_tilt: false,
hide_type: false,
hide_zoom: false,
mode: 'auto',
orientation: 'horizontal',
@@ -163,8 +165,10 @@ describe('config defaults', () => {
style: 'thumbnails',
},
ptz: {
type: 'buttons',
hide_home: false,
hide_pan_tilt: false,
hide_type: false,
hide_zoom: false,
mode: 'off',
orientation: 'horizontal',
@@ -1072,7 +1076,6 @@ describe('config defaults', () => {
{
action: 'custom:advanced-camera-card-action',
advanced_camera_card_action: 'ptz_controls',
enabled: true,
},
{
action: 'custom:advanced-camera-card-action',