Skip to content

Commit

Permalink
disable imaging
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricve committed Dec 25, 2023
1 parent ba8bcf1 commit 6c5db5f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 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: 2 additions & 3 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 6c5db5f

Please sign in to comment.