Skip to content

Commit

Permalink
logging PTZ functions
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricve committed Aug 29, 2023
1 parent 410a62e commit 65a739e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions machinery/src/onvif/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 65a739e

Please sign in to comment.