Skip to content

Commit

Permalink
Revert "disable imaging"
Browse files Browse the repository at this point in the history
This reverts commit 6c5db5f.
  • Loading branch information
cedricve committed Dec 25, 2023
1 parent 6c5db5f commit add8ae2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions functionmap.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ func FunctionByServiceAndFunctionName(serviceName, functionName string) (Functio
functionMap = EventFunctionMap
case AnalyticsWebService:
functionMap = AnalyticsFunctionMap
//case ImagingWebService:
// functionMap = ImagingFunctionMap
case ImagingWebService:
functionMap = ImagingFunctionMap
case RecordingWebService:
functionMap = RecordingFunctionMap
default:
Expand Down
5 changes: 3 additions & 2 deletions mappings.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions xsd/onvif/onvif.go
Original file line number Diff line number Diff line change
Expand Up @@ -1840,8 +1840,8 @@ type RelayOutputSettings struct {
}

type DigitalInput struct {
Token ReferenceToken `xml:"token,attr"`
IdleState InputIdleState `xml:"IdleState,attr"`
Token ReferenceToken `xml:"token,attr"`
IdleState InputIdleState `xml:"IdleState,attr"`
}

// TODO:enumeration
Expand Down

0 comments on commit add8ae2

Please sign in to comment.