Compare commits

...

1 Commits

Author SHA1 Message Date
Cedric Verstraeten
65a739ea75 logging PTZ functions 2023-08-29 14:30:25 +02:00

View File

@@ -55,6 +55,9 @@ func HandleONVIFActions(configuration *models.Configuration, communication *mode
// Check which PTZ Space we need to use
functions, _, _ := GetPTZFunctionsFromDevice(configurations)
// Log functions
log.Log.Debug("HandleONVIFActions: functions: " + strings.Join(functions, ", "))
// Check if we need to use absolute or continuous move
canAbsoluteMove := false
canContinuousMove := false