diff --git a/onvif/modules/lib/ONVIF/Client.pm b/onvif/modules/lib/ONVIF/Client.pm index 738621ded..636eb3a7c 100644 --- a/onvif/modules/lib/ONVIF/Client.pm +++ b/onvif/modules/lib/ONVIF/Client.pm @@ -250,7 +250,7 @@ sub create_user { sub set_credentials { my ($self, $username, $password, $create_if_not_exists) = @_; -# TODO: snyc device and client time +# TODO: sync device and client time if ( $create_if_not_exists ) { # If GetUsers() is ok but empty then CreateUsers() diff --git a/onvif/modules/lib/ONVIF/Deserializer/MessageParser.pm b/onvif/modules/lib/ONVIF/Deserializer/MessageParser.pm index 8e3b8f025..40dacfec3 100644 --- a/onvif/modules/lib/ONVIF/Deserializer/MessageParser.pm +++ b/onvif/modules/lib/ONVIF/Deserializer/MessageParser.pm @@ -252,7 +252,7 @@ sub _initialize { # stop believing we're a leaf node $_leaf = 0; - # return if there's only one elment - can't set it in parent ;-) + # return if there's only one element - can't set it in parent ;-) # but set as root element if we don't have one already. if (not defined $list->[-1]) { $self->{ data } = $current if (not exists $self->{ data }); diff --git a/onvif/proxy/lib/ONVIF/Analytics/Types/EventSubscription.pm b/onvif/proxy/lib/ONVIF/Analytics/Types/EventSubscription.pm index 4b42f6ce1..8504bb6d7 100644 --- a/onvif/proxy/lib/ONVIF/Analytics/Types/EventSubscription.pm +++ b/onvif/proxy/lib/ONVIF/Analytics/Types/EventSubscription.pm @@ -111,7 +111,7 @@ ONVIF::Analytics::Types::EventSubscription Perl data type class for the XML Schema defined complexType EventSubscription from the namespace http://www.onvif.org/ver10/schema. -Subcription handling in the same way as base notification subscription. +Subscription handling in the same way as base notification subscription. diff --git a/onvif/proxy/lib/ONVIF/Analytics/Types/Layout.pm b/onvif/proxy/lib/ONVIF/Analytics/Types/Layout.pm index 053e408a9..f32e3ea56 100644 --- a/onvif/proxy/lib/ONVIF/Analytics/Types/Layout.pm +++ b/onvif/proxy/lib/ONVIF/Analytics/Types/Layout.pm @@ -67,7 +67,7 @@ ONVIF::Analytics::Types::Layout Perl data type class for the XML Schema defined complexType Layout from the namespace http://www.onvif.org/ver10/schema. -A layout describes a set of Video windows that are displayed simultaniously on a display. +A layout describes a set of Video windows that are displayed simultaneously on a display. diff --git a/onvif/proxy/lib/ONVIF/Analytics/Types/RecordingSourceInformation.pm b/onvif/proxy/lib/ONVIF/Analytics/Types/RecordingSourceInformation.pm index b68d50d33..1b987de40 100644 --- a/onvif/proxy/lib/ONVIF/Analytics/Types/RecordingSourceInformation.pm +++ b/onvif/proxy/lib/ONVIF/Analytics/Types/RecordingSourceInformation.pm @@ -82,7 +82,7 @@ ONVIF::Analytics::Types::RecordingSourceInformation Perl data type class for the XML Schema defined complexType RecordingSourceInformation from the namespace http://www.onvif.org/ver10/schema. -A set of informative desciptions of a data source. The Search searvice allows a client to filter on recordings based on information in this structure. +A set of informative descriptions of a data source. The Search searvice allows a client to filter on recordings based on information in this structure. diff --git a/onvif/proxy/lib/ONVIF/Analytics/Types/SystemDateTime.pm b/onvif/proxy/lib/ONVIF/Analytics/Types/SystemDateTime.pm index 12d9cef01..682e15999 100644 --- a/onvif/proxy/lib/ONVIF/Analytics/Types/SystemDateTime.pm +++ b/onvif/proxy/lib/ONVIF/Analytics/Types/SystemDateTime.pm @@ -87,7 +87,7 @@ ONVIF::Analytics::Types::SystemDateTime Perl data type class for the XML Schema defined complexType SystemDateTime from the namespace http://www.onvif.org/ver10/schema. -General date time inforamtion returned by the GetSystemDateTime method. +General date time information returned by the GetSystemDateTime method. diff --git a/onvif/proxy/lib/ONVIF/Device/Types/EventSubscription.pm b/onvif/proxy/lib/ONVIF/Device/Types/EventSubscription.pm index b28266254..751c96663 100644 --- a/onvif/proxy/lib/ONVIF/Device/Types/EventSubscription.pm +++ b/onvif/proxy/lib/ONVIF/Device/Types/EventSubscription.pm @@ -111,7 +111,7 @@ ONVIF::Device::Types::EventSubscription Perl data type class for the XML Schema defined complexType EventSubscription from the namespace http://www.onvif.org/ver10/schema. -Subcription handling in the same way as base notification subscription. +Subscription handling in the same way as base notification subscription. diff --git a/onvif/proxy/lib/ONVIF/Device/Types/Layout.pm b/onvif/proxy/lib/ONVIF/Device/Types/Layout.pm index 3a96243dc..86b5c38a4 100644 --- a/onvif/proxy/lib/ONVIF/Device/Types/Layout.pm +++ b/onvif/proxy/lib/ONVIF/Device/Types/Layout.pm @@ -67,7 +67,7 @@ ONVIF::Device::Types::Layout Perl data type class for the XML Schema defined complexType Layout from the namespace http://www.onvif.org/ver10/schema. -A layout describes a set of Video windows that are displayed simultaniously on a display. +A layout describes a set of Video windows that are displayed simultaneously on a display. diff --git a/onvif/proxy/lib/ONVIF/Device/Types/RecordingSourceInformation.pm b/onvif/proxy/lib/ONVIF/Device/Types/RecordingSourceInformation.pm index b41546cb5..e716c0019 100644 --- a/onvif/proxy/lib/ONVIF/Device/Types/RecordingSourceInformation.pm +++ b/onvif/proxy/lib/ONVIF/Device/Types/RecordingSourceInformation.pm @@ -82,7 +82,7 @@ ONVIF::Device::Types::RecordingSourceInformation Perl data type class for the XML Schema defined complexType RecordingSourceInformation from the namespace http://www.onvif.org/ver10/schema. -A set of informative desciptions of a data source. The Search searvice allows a client to filter on recordings based on information in this structure. +A set of informative descriptions of a data source. The Search searvice allows a client to filter on recordings based on information in this structure. diff --git a/onvif/proxy/lib/ONVIF/Device/Types/SystemDateTime.pm b/onvif/proxy/lib/ONVIF/Device/Types/SystemDateTime.pm index 4d1e63cb4..c8f9183fe 100644 --- a/onvif/proxy/lib/ONVIF/Device/Types/SystemDateTime.pm +++ b/onvif/proxy/lib/ONVIF/Device/Types/SystemDateTime.pm @@ -87,7 +87,7 @@ ONVIF::Device::Types::SystemDateTime Perl data type class for the XML Schema defined complexType SystemDateTime from the namespace http://www.onvif.org/ver10/schema. -General date time inforamtion returned by the GetSystemDateTime method. +General date time information returned by the GetSystemDateTime method. diff --git a/onvif/proxy/lib/ONVIF/Media/Types/EventSubscription.pm b/onvif/proxy/lib/ONVIF/Media/Types/EventSubscription.pm index 926fcdb55..bd5b5fa69 100644 --- a/onvif/proxy/lib/ONVIF/Media/Types/EventSubscription.pm +++ b/onvif/proxy/lib/ONVIF/Media/Types/EventSubscription.pm @@ -111,7 +111,7 @@ ONVIF::Media::Types::EventSubscription Perl data type class for the XML Schema defined complexType EventSubscription from the namespace http://www.onvif.org/ver10/schema. -Subcription handling in the same way as base notification subscription. +Subscription handling in the same way as base notification subscription. diff --git a/onvif/proxy/lib/ONVIF/Media/Types/Layout.pm b/onvif/proxy/lib/ONVIF/Media/Types/Layout.pm index 10cc72f6c..103e1a079 100644 --- a/onvif/proxy/lib/ONVIF/Media/Types/Layout.pm +++ b/onvif/proxy/lib/ONVIF/Media/Types/Layout.pm @@ -67,7 +67,7 @@ ONVIF::Media::Types::Layout Perl data type class for the XML Schema defined complexType Layout from the namespace http://www.onvif.org/ver10/schema. -A layout describes a set of Video windows that are displayed simultaniously on a display. +A layout describes a set of Video windows that are displayed simultaneously on a display. diff --git a/onvif/proxy/lib/ONVIF/Media/Types/RecordingSourceInformation.pm b/onvif/proxy/lib/ONVIF/Media/Types/RecordingSourceInformation.pm index 5ad0b48d7..06e547d30 100644 --- a/onvif/proxy/lib/ONVIF/Media/Types/RecordingSourceInformation.pm +++ b/onvif/proxy/lib/ONVIF/Media/Types/RecordingSourceInformation.pm @@ -82,7 +82,7 @@ ONVIF::Media::Types::RecordingSourceInformation Perl data type class for the XML Schema defined complexType RecordingSourceInformation from the namespace http://www.onvif.org/ver10/schema. -A set of informative desciptions of a data source. The Search searvice allows a client to filter on recordings based on information in this structure. +A set of informative descriptions of a data source. The Search searvice allows a client to filter on recordings based on information in this structure. diff --git a/onvif/proxy/lib/ONVIF/Media/Types/SystemDateTime.pm b/onvif/proxy/lib/ONVIF/Media/Types/SystemDateTime.pm index e28895743..55a997981 100644 --- a/onvif/proxy/lib/ONVIF/Media/Types/SystemDateTime.pm +++ b/onvif/proxy/lib/ONVIF/Media/Types/SystemDateTime.pm @@ -87,7 +87,7 @@ ONVIF::Media::Types::SystemDateTime Perl data type class for the XML Schema defined complexType SystemDateTime from the namespace http://www.onvif.org/ver10/schema. -General date time inforamtion returned by the GetSystemDateTime method. +General date time information returned by the GetSystemDateTime method. diff --git a/onvif/proxy/lib/ONVIF/PTZ/Types/EventSubscription.pm b/onvif/proxy/lib/ONVIF/PTZ/Types/EventSubscription.pm index 67e40e458..4d031695e 100644 --- a/onvif/proxy/lib/ONVIF/PTZ/Types/EventSubscription.pm +++ b/onvif/proxy/lib/ONVIF/PTZ/Types/EventSubscription.pm @@ -111,7 +111,7 @@ ONVIF::PTZ::Types::EventSubscription Perl data type class for the XML Schema defined complexType EventSubscription from the namespace http://www.onvif.org/ver10/schema. -Subcription handling in the same way as base notification subscription. +Subscription handling in the same way as base notification subscription. diff --git a/onvif/proxy/lib/ONVIF/PTZ/Types/Layout.pm b/onvif/proxy/lib/ONVIF/PTZ/Types/Layout.pm index 73536406e..24e3ff721 100644 --- a/onvif/proxy/lib/ONVIF/PTZ/Types/Layout.pm +++ b/onvif/proxy/lib/ONVIF/PTZ/Types/Layout.pm @@ -67,7 +67,7 @@ ONVIF::PTZ::Types::Layout Perl data type class for the XML Schema defined complexType Layout from the namespace http://www.onvif.org/ver10/schema. -A layout describes a set of Video windows that are displayed simultaniously on a display. +A layout describes a set of Video windows that are displayed simultaneously on a display. diff --git a/onvif/proxy/lib/ONVIF/PTZ/Types/RecordingSourceInformation.pm b/onvif/proxy/lib/ONVIF/PTZ/Types/RecordingSourceInformation.pm index ed35bd6ab..152e19f6d 100644 --- a/onvif/proxy/lib/ONVIF/PTZ/Types/RecordingSourceInformation.pm +++ b/onvif/proxy/lib/ONVIF/PTZ/Types/RecordingSourceInformation.pm @@ -82,7 +82,7 @@ ONVIF::PTZ::Types::RecordingSourceInformation Perl data type class for the XML Schema defined complexType RecordingSourceInformation from the namespace http://www.onvif.org/ver10/schema. -A set of informative desciptions of a data source. The Search searvice allows a client to filter on recordings based on information in this structure. +A set of informative descriptions of a data source. The Search searvice allows a client to filter on recordings based on information in this structure. diff --git a/onvif/proxy/lib/ONVIF/PTZ/Types/SystemDateTime.pm b/onvif/proxy/lib/ONVIF/PTZ/Types/SystemDateTime.pm index 870cc7624..1a3790350 100644 --- a/onvif/proxy/lib/ONVIF/PTZ/Types/SystemDateTime.pm +++ b/onvif/proxy/lib/ONVIF/PTZ/Types/SystemDateTime.pm @@ -87,7 +87,7 @@ ONVIF::PTZ::Types::SystemDateTime Perl data type class for the XML Schema defined complexType SystemDateTime from the namespace http://www.onvif.org/ver10/schema. -General date time inforamtion returned by the GetSystemDateTime method. +General date time information returned by the GetSystemDateTime method. diff --git a/onvif/wsdl/devicemgmt.wsdl b/onvif/wsdl/devicemgmt.wsdl index d7f7379c1..f99f78217 100644 --- a/onvif/wsdl/devicemgmt.wsdl +++ b/onvif/wsdl/devicemgmt.wsdl @@ -484,7 +484,7 @@ IN NO EVENT WILL THE CORPORATION OR ITS MEMBERS OR THEIR AFFILIATES BE LIABLE FO - Contains the arbitary device diagnostics information. + Contains the arbitrary device diagnostics information. @@ -525,7 +525,7 @@ IN NO EVENT WILL THE CORPORATION OR ITS MEMBERS OR THEIR AFFILIATES BE LIABLE FO - Contains a list of URI definining the device scopes. Scope parameters can be of two types: fixed and configurable. Fixed parameters can not be altered. + Contains a list of URI defining the device scopes. Scope parameters can be of two types: fixed and configurable. Fixed parameters can not be altered. @@ -2409,7 +2409,7 @@ IN NO EVENT WILL THE CORPORATION OR ITS MEMBERS OR THEIR AFFILIATES BE LIABLE FO - This operation gets arbitary device diagnostics information from the device. + This operation gets arbitrary device diagnostics information from the device. @@ -2582,7 +2582,7 @@ IN NO EVENT WILL THE CORPORATION OR ITS MEMBERS OR THEIR AFFILIATES BE LIABLE FO This operation sets the hostname on a device. It shall be possible to set the device hostname configurations through the SetHostname command.
- A device shall accept string formated according to RFC 1123 section 2.1 or alternatively to RFC 952, + A device shall accept string formatted according to RFC 1123 section 2.1 or alternatively to RFC 952, other string shall be considered as invalid strings.
@@ -2614,7 +2614,7 @@ IN NO EVENT WILL THE CORPORATION OR ITS MEMBERS OR THEIR AFFILIATES BE LIABLE FO This operation sets the NTP settings on a device. If the device supports NTP, it shall be possible to set the NTP server settings through the SetNTP command.
- A device shall accept string formated according to RFC 1123 section 2.1 or alternatively to RFC 952, + A device shall accept string formatted according to RFC 1123 section 2.1 or alternatively to RFC 952, other string shall be considered as invalid strings.
Changes to the NTP server list will not affect the clock mode DateTimeType. Use SetSystemDateAndTime to activate NTP operation.
@@ -2830,19 +2830,19 @@ IN NO EVENT WILL THE CORPORATION OR ITS MEMBERS OR THEIR AFFILIATES BE LIABLE FO
This operation gets a list of all available relay outputs and their settings.
- This method has been depricated with version 2.0. Refer to the DeviceIO service.
+ This method has been deprecated with version 2.0. Refer to the DeviceIO service.
This operation sets the settings of a relay output. -
This method has been depricated with version 2.0. Refer to the DeviceIO service.
+
This method has been deprecated with version 2.0. Refer to the DeviceIO service.
This operation sets the state of a relay output. -
This method has been depricated with version 2.0. Refer to the DeviceIO service.
+
This method has been deprecated with version 2.0. Refer to the DeviceIO service.
diff --git a/onvif/wsdl/onvif-local.xsd b/onvif/wsdl/onvif-local.xsd index 17f722d6e..184327954 100644 --- a/onvif/wsdl/onvif-local.xsd +++ b/onvif/wsdl/onvif-local.xsd @@ -354,7 +354,7 @@ IN NO EVENT WILL THE CORPORATION OR ITS MEMBERS OR THEIR AFFILIATES BE LIABLE FO - Token that uniquely refernces this configuration. Length up to 64 characters. + Token that uniquely references this configuration. Length up to 64 characters. @@ -700,7 +700,7 @@ IN NO EVENT WILL THE CORPORATION OR ITS MEMBERS OR THEIR AFFILIATES BE LIABLE FO - Supported encoding interval range. The encoding interval corresponds to the number of frames devided by the encoded frames. An encoding interval value of "1" means that all frames are encoded. + Supported encoding interval range. The encoding interval corresponds to the number of frames divided by the encoded frames. An encoding interval value of "1" means that all frames are encoded. @@ -741,7 +741,7 @@ IN NO EVENT WILL THE CORPORATION OR ITS MEMBERS OR THEIR AFFILIATES BE LIABLE FO - Supported encoding interval range. The encoding interval corresponds to the number of frames devided by the encoded frames. An encoding interval value of "1" means that all frames are encoded. + Supported encoding interval range. The encoding interval corresponds to the number of frames divided by the encoded frames. An encoding interval value of "1" means that all frames are encoded. @@ -787,7 +787,7 @@ IN NO EVENT WILL THE CORPORATION OR ITS MEMBERS OR THEIR AFFILIATES BE LIABLE FO - Supported encoding interval range. The encoding interval corresponds to the number of frames devided by the encoded frames. An encoding interval value of "1" means that all frames are encoded. + Supported encoding interval range. The encoding interval corresponds to the number of frames divided by the encoded frames. An encoding interval value of "1" means that all frames are encoded. @@ -1016,7 +1016,7 @@ IN NO EVENT WILL THE CORPORATION OR ITS MEMBERS OR THEIR AFFILIATES BE LIABLE FO - Subcription handling in the same way as base notification subscription. + Subscription handling in the same way as base notification subscription. - General date time inforamtion returned by the GetSystemDateTime method. + General date time information returned by the GetSystemDateTime method. - Indicates if the time is set manully or through NTP. + Indicates if the time is set manually or through NTP. @@ -3482,7 +3482,7 @@ decoding .A decoder shall decode every data it receives (according to its capabi - Confgiuration information for TLS Method. + Configuration information for TLS Method. @@ -4506,7 +4506,7 @@ decoding .A decoder shall decode every data it receives (according to its capabi - An option to indicate Home postion for tour spots. + An option to indicate Home position for tour spots. @@ -6482,7 +6482,7 @@ If set to 0.0, infinity will be used. The ParentTopic labels the message (e.g. "nn:RuleEngine/LineCrossing"). The real message can extend the ParentTopic by for example the name of the instaniated rule (e.g. "nn:RuleEngine/LineCrossing/corssMyFirstLine"). - Even without knowing the complete topic name, the subscriber will be able to distiguish the + Even without knowing the complete topic name, the subscriber will be able to distinguish the messages produced by different rule instances of the same type via the Source fields of the message. There the name of the rule instance, which produced the message, must be listed. @@ -6819,7 +6819,7 @@ and sample rate. - A layout describes a set of Video windows that are displayed simultaniously on a display. + A layout describes a set of Video windows that are displayed simultaneously on a display. @@ -6855,7 +6855,7 @@ and sample rate. - This section describes the supported video codesc and their configuration. + This section describes the supported video codecs and their configuration. @@ -7226,7 +7226,7 @@ and sample rate. - The time when the event occured. + The time when the event occurred. - Subcription handling in the same way as base notification subscription. + Subscription handling in the same way as base notification subscription. @@ -1047,7 +1047,7 @@ IN NO EVENT WILL THE CORPORATION OR ITS MEMBERS OR THEIR AFFILIATES BE LIABLE FO - True if the device is able to stream zoom status inforamtion. + True if the device is able to stream zoom status information. @@ -1464,7 +1464,7 @@ decoding .A decoder shall decode every data it receives (according to its capabi - Read only property signalling that streaming is persistant. Use the methods StartMulticastStreaming and StopMulticastStreaming to switch its state. + Read only property signalling that streaming is persistent. Use the methods StartMulticastStreaming and StopMulticastStreaming to switch its state. @@ -1793,7 +1793,7 @@ decoding .A decoder shall decode every data it receives (according to its capabi - Indicates whether router advertisment is used. + Indicates whether router advertisement is used. @@ -1818,7 +1818,7 @@ decoding .A decoder shall decode every data it receives (according to its capabi - List of IPv6 addresses configured by using router advertisment. + List of IPv6 addresses configured by using router advertisement. @@ -2172,7 +2172,7 @@ decoding .A decoder shall decode every data it receives (according to its capabi - Indicates whether router advertisment is used. + Indicates whether router advertisement is used. @@ -3173,12 +3173,12 @@ decoding .A decoder shall decode every data it receives (according to its capabi - General date time inforamtion returned by the GetSystemDateTime method. + General date time information returned by the GetSystemDateTime method. - Indicates if the time is set manully or through NTP. + Indicates if the time is set manually or through NTP. @@ -3473,7 +3473,7 @@ decoding .A decoder shall decode every data it receives (according to its capabi - Confgiuration information for TLS Method. + Configuration information for TLS Method. @@ -4497,7 +4497,7 @@ decoding .A decoder shall decode every data it receives (according to its capabi - An option to indicate Home postion for tour spots. + An option to indicate Home position for tour spots. @@ -6473,7 +6473,7 @@ If set to 0.0, infinity will be used. The ParentTopic labels the message (e.g. "nn:RuleEngine/LineCrossing"). The real message can extend the ParentTopic by for example the name of the instaniated rule (e.g. "nn:RuleEngine/LineCrossing/corssMyFirstLine"). - Even without knowing the complete topic name, the subscriber will be able to distiguish the + Even without knowing the complete topic name, the subscriber will be able to distinguish the messages produced by different rule instances of the same type via the Source fields of the message. There the name of the rule instance, which produced the message, must be listed. @@ -6805,7 +6805,7 @@ and sample rate. - A layout describes a set of Video windows that are displayed simultaniously on a display. + A layout describes a set of Video windows that are displayed simultaneously on a display. @@ -6841,7 +6841,7 @@ and sample rate. - This section describes the supported video codesc and their configuration. + This section describes the supported video codecs and their configuration. @@ -7210,7 +7210,7 @@ and sample rate. - The time when the event occured. + The time when the event occurred. @@ -7365,7 +7365,7 @@ and sample rate. - A set of informative desciptions of a data source. The Search searvice allows a client to filter on recordings based on information in this structure. + A set of informative descriptions of a data source. The Search searvice allows a client to filter on recordings based on information in this structure. @@ -8379,7 +8379,7 @@ and sample rate. - Range of the transparent level. Larger means more tranparent. + Range of the transparent level. Larger means more transparent. @@ -8442,7 +8442,7 @@ and sample rate. - List of avaiable uris of image. + List of available uris of image. diff --git a/onvif/wsdl/ptz.wsdl b/onvif/wsdl/ptz.wsdl index e977619be..90d3392d7 100644 --- a/onvif/wsdl/ptz.wsdl +++ b/onvif/wsdl/ptz.wsdl @@ -933,7 +933,7 @@ IN NO EVENT WILL THE CORPORATION OR ITS MEMBERS OR THEIR AFFILIATES BE LIABLE FO the selected profile. The operation is supported if the PresetPosition - capability exists for teh Node in the + capability exists for the Node in the selected profile.