mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-09-27 01:08:58 +03:00
Enable PTZ control setup in the Add Camera Wizard (#23444)
* add ptz controls to camera via wizard when onvif has already been probed * i18n * add e2e test * backend add and remove subscriber * tweaks * turn on switch by default if pan and/or tilt capability is available * fix test
This commit is contained in:
committed by
Nicolas Mowen
parent
1498231eb9
commit
50e7b76eb5
@@ -268,6 +268,7 @@ export default function Step4Validation({
|
||||
customUrl: wizardData.customUrl,
|
||||
streams: wizardData.streams,
|
||||
hasBackchannel: wizardData.hasBackchannel,
|
||||
onvif: wizardData.onvif,
|
||||
};
|
||||
|
||||
onSave(configData);
|
||||
|
||||
Reference in New Issue
Block a user