Add support VIGI cameras #1470

This commit is contained in:
Alex X
2024-12-16 20:24:45 +03:00
parent f1ba5e95ec
commit 8ecaabfce9
3 changed files with 79 additions and 33 deletions
+4
View File
@@ -15,4 +15,8 @@ func Init() {
streams.HandleFunc("tapo", func(source string) (core.Producer, error) {
return tapo.Dial(source)
})
streams.HandleFunc("vigi", func(source string) (core.Producer, error) {
return tapo.Dial(source)
})
}