diff --git a/docs/faq.rst b/docs/faq.rst index 1c5c36d097..29f026be2b 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -698,7 +698,7 @@ Now go to http://zoneminder_IP/ and stop the ZM service. Continue to http://zon I upgraded by distribution and ZM stopped working ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Some possibilties (Incomplete list and subject to correction) +Some possibilities (Incomplete list and subject to correction) ``[[/usr/local/bin/zmfix: /usr/lib/libmysqlclient.so.15: version `MYSQL_5.0' not found (required by /usr/local/bin/zmfix)]]`` :: Solution: Recompile and reinstall Zoneminder. Any time you update a major version that ZoneMinder depends on, you need to recompile ZoneMinder. diff --git a/docs/installationguide/redhat.rst b/docs/installationguide/redhat.rst index e15d58aa74..e6b506ac59 100644 --- a/docs/installationguide/redhat.rst +++ b/docs/installationguide/redhat.rst @@ -32,7 +32,7 @@ Zmrepo supports the two most recent, major releases of each Redhat based distro. The following notes are based on real problems which have occurred: -- Zmrepo assumes you have installed the underlying distrubution **using the official installation media for that distro**. Third party "Spins" are not supported and may not work correctly. +- Zmrepo assumes you have installed the underlying distribution **using the official installation media for that distro**. Third party "Spins" are not supported and may not work correctly. - ZoneMinder is intended to be installed in an environment dedicated to ZoneMinder. While ZoneMinder will play well with many applications, some invariably will not. Asterisk is one such example. diff --git a/onvif/proxy/lib/ONVIF/Analytics/Elements/MetadataStream.pm b/onvif/proxy/lib/ONVIF/Analytics/Elements/MetadataStream.pm index eb0831001a..43d49bfa0a 100644 --- a/onvif/proxy/lib/ONVIF/Analytics/Elements/MetadataStream.pm +++ b/onvif/proxy/lib/ONVIF/Analytics/Elements/MetadataStream.pm @@ -49,10 +49,10 @@ Constructor. The following data structure may be passed to new(): { # ONVIF::Analytics::Types::MetadataStream # One of the following elements. - # No occurance checks yet, so be sure to pass just one... + # No occurrence checks yet, so be sure to pass just one... VideoAnalytics => { # ONVIF::Analytics::Types::VideoAnalyticsStream # One of the following elements. - # No occurance checks yet, so be sure to pass just one... + # No occurrence checks yet, so be sure to pass just one... Frame => { # ONVIF::Analytics::Types::Frame PTZStatus => { # ONVIF::Analytics::Types::PTZStatus Position => { # ONVIF::Analytics::Types::PTZVector @@ -155,7 +155,7 @@ Constructor. The following data structure may be passed to new(): }, PTZ => { # ONVIF::Analytics::Types::PTZStream # One of the following elements. - # No occurance checks yet, so be sure to pass just one... + # No occurrence checks yet, so be sure to pass just one... PTZStatus => { # ONVIF::Analytics::Types::PTZStatus Position => { # ONVIF::Analytics::Types::PTZVector PanTilt => , diff --git a/onvif/proxy/lib/ONVIF/Analytics/Interfaces/Analytics/AnalyticsEnginePort.pm b/onvif/proxy/lib/ONVIF/Analytics/Interfaces/Analytics/AnalyticsEnginePort.pm index 481d254ce3..8baac10670 100644 --- a/onvif/proxy/lib/ONVIF/Analytics/Interfaces/Analytics/AnalyticsEnginePort.pm +++ b/onvif/proxy/lib/ONVIF/Analytics/Interfaces/Analytics/AnalyticsEnginePort.pm @@ -235,7 +235,7 @@ of the corresponding class can be passed instead of the marked hash ref. You may pass any combination of objects, hash and list refs to these methods, as long as you meet the structure. -List items (i.e. multiple occurences) are not displayed in the synopsis. +List items (i.e. multiple occurrences) are not displayed in the synopsis. You may generally pass a list ref of hash refs (or objects) instead of a hash ref - this may result in invalid XML if used improperly, though. Note that SOAP::WSDL always expects list references at maximum depth position. diff --git a/onvif/proxy/lib/ONVIF/Analytics/Interfaces/Analytics/RuleEnginePort.pm b/onvif/proxy/lib/ONVIF/Analytics/Interfaces/Analytics/RuleEnginePort.pm index 835e119ff3..79a1b8b851 100644 --- a/onvif/proxy/lib/ONVIF/Analytics/Interfaces/Analytics/RuleEnginePort.pm +++ b/onvif/proxy/lib/ONVIF/Analytics/Interfaces/Analytics/RuleEnginePort.pm @@ -208,7 +208,7 @@ of the corresponding class can be passed instead of the marked hash ref. You may pass any combination of objects, hash and list refs to these methods, as long as you meet the structure. -List items (i.e. multiple occurences) are not displayed in the synopsis. +List items (i.e. multiple occurrences) are not displayed in the synopsis. You may generally pass a list ref of hash refs (or objects) instead of a hash ref - this may result in invalid XML if used improperly, though. Note that SOAP::WSDL always expects list references at maximum depth position. diff --git a/onvif/proxy/lib/ONVIF/Analytics/Types/ColorOptions.pm b/onvif/proxy/lib/ONVIF/Analytics/Types/ColorOptions.pm index eaf6fea9f9..d586d80edb 100644 --- a/onvif/proxy/lib/ONVIF/Analytics/Types/ColorOptions.pm +++ b/onvif/proxy/lib/ONVIF/Analytics/Types/ColorOptions.pm @@ -98,7 +98,7 @@ Constructor. The following data structure may be passed to new(): { # ONVIF::Analytics::Types::ColorOptions # One of the following elements. - # No occurance checks yet, so be sure to pass just one... + # No occurrence checks yet, so be sure to pass just one... ColorList => , ColorspaceRange => { # ONVIF::Analytics::Types::ColorspaceRange X => { # ONVIF::Analytics::Types::FloatRange diff --git a/onvif/proxy/lib/ONVIF/Analytics/Types/ConfigurationEntity.pm b/onvif/proxy/lib/ONVIF/Analytics/Types/ConfigurationEntity.pm index 8e544d6a6f..5bcc842140 100644 --- a/onvif/proxy/lib/ONVIF/Analytics/Types/ConfigurationEntity.pm +++ b/onvif/proxy/lib/ONVIF/Analytics/Types/ConfigurationEntity.pm @@ -139,7 +139,7 @@ get_/set_ methods: =item * token - Token that uniquely refernces this configuration. Length up to 64 characters. + Token that uniquely references this configuration. Length up to 64 characters. diff --git a/onvif/proxy/lib/ONVIF/Analytics/Types/MetadataStream.pm b/onvif/proxy/lib/ONVIF/Analytics/Types/MetadataStream.pm index d8000cf7b0..edfc77e617 100644 --- a/onvif/proxy/lib/ONVIF/Analytics/Types/MetadataStream.pm +++ b/onvif/proxy/lib/ONVIF/Analytics/Types/MetadataStream.pm @@ -114,10 +114,10 @@ Constructor. The following data structure may be passed to new(): { # ONVIF::Analytics::Types::MetadataStream # One of the following elements. - # No occurance checks yet, so be sure to pass just one... + # No occurrence checks yet, so be sure to pass just one... VideoAnalytics => { # ONVIF::Analytics::Types::VideoAnalyticsStream # One of the following elements. - # No occurance checks yet, so be sure to pass just one... + # No occurrence checks yet, so be sure to pass just one... Frame => { # ONVIF::Analytics::Types::Frame PTZStatus => { # ONVIF::Analytics::Types::PTZStatus Position => { # ONVIF::Analytics::Types::PTZVector @@ -220,7 +220,7 @@ Constructor. The following data structure may be passed to new(): }, PTZ => { # ONVIF::Analytics::Types::PTZStream # One of the following elements. - # No occurance checks yet, so be sure to pass just one... + # No occurrence checks yet, so be sure to pass just one... PTZStatus => { # ONVIF::Analytics::Types::PTZStatus Position => { # ONVIF::Analytics::Types::PTZVector PanTilt => , diff --git a/onvif/proxy/lib/ONVIF/Analytics/Types/OSDColorOptions.pm b/onvif/proxy/lib/ONVIF/Analytics/Types/OSDColorOptions.pm index f39a8d84c6..409bcde78d 100644 --- a/onvif/proxy/lib/ONVIF/Analytics/Types/OSDColorOptions.pm +++ b/onvif/proxy/lib/ONVIF/Analytics/Types/OSDColorOptions.pm @@ -107,7 +107,7 @@ Constructor. The following data structure may be passed to new(): { # ONVIF::Analytics::Types::OSDColorOptions Color => { # ONVIF::Analytics::Types::ColorOptions # One of the following elements. - # No occurance checks yet, so be sure to pass just one... + # No occurrence checks yet, so be sure to pass just one... ColorList => , ColorspaceRange => { # ONVIF::Analytics::Types::ColorspaceRange X => { # ONVIF::Analytics::Types::FloatRange diff --git a/onvif/proxy/lib/ONVIF/Analytics/Types/OSDConfigurationOptions.pm b/onvif/proxy/lib/ONVIF/Analytics/Types/OSDConfigurationOptions.pm index 105d52097e..b75c1ce12f 100644 --- a/onvif/proxy/lib/ONVIF/Analytics/Types/OSDConfigurationOptions.pm +++ b/onvif/proxy/lib/ONVIF/Analytics/Types/OSDConfigurationOptions.pm @@ -143,7 +143,7 @@ Constructor. The following data structure may be passed to new(): FontColor => { # ONVIF::Analytics::Types::OSDColorOptions Color => { # ONVIF::Analytics::Types::ColorOptions # One of the following elements. - # No occurance checks yet, so be sure to pass just one... + # No occurrence checks yet, so be sure to pass just one... ColorList => , ColorspaceRange => { # ONVIF::Analytics::Types::ColorspaceRange X => { # ONVIF::Analytics::Types::FloatRange @@ -171,7 +171,7 @@ Constructor. The following data structure may be passed to new(): BackgroundColor => { # ONVIF::Analytics::Types::OSDColorOptions Color => { # ONVIF::Analytics::Types::ColorOptions # One of the following elements. - # No occurance checks yet, so be sure to pass just one... + # No occurrence checks yet, so be sure to pass just one... ColorList => , ColorspaceRange => { # ONVIF::Analytics::Types::ColorspaceRange X => { # ONVIF::Analytics::Types::FloatRange diff --git a/onvif/proxy/lib/ONVIF/Analytics/Types/OSDTextOptions.pm b/onvif/proxy/lib/ONVIF/Analytics/Types/OSDTextOptions.pm index 533602ffe3..d2d129bf54 100644 --- a/onvif/proxy/lib/ONVIF/Analytics/Types/OSDTextOptions.pm +++ b/onvif/proxy/lib/ONVIF/Analytics/Types/OSDTextOptions.pm @@ -147,7 +147,7 @@ Constructor. The following data structure may be passed to new(): FontColor => { # ONVIF::Analytics::Types::OSDColorOptions Color => { # ONVIF::Analytics::Types::ColorOptions # One of the following elements. - # No occurance checks yet, so be sure to pass just one... + # No occurrence checks yet, so be sure to pass just one... ColorList => , ColorspaceRange => { # ONVIF::Analytics::Types::ColorspaceRange X => { # ONVIF::Analytics::Types::FloatRange @@ -175,7 +175,7 @@ Constructor. The following data structure may be passed to new(): BackgroundColor => { # ONVIF::Analytics::Types::OSDColorOptions Color => { # ONVIF::Analytics::Types::ColorOptions # One of the following elements. - # No occurance checks yet, so be sure to pass just one... + # No occurrence checks yet, so be sure to pass just one... ColorList => , ColorspaceRange => { # ONVIF::Analytics::Types::ColorspaceRange X => { # ONVIF::Analytics::Types::FloatRange diff --git a/onvif/proxy/lib/ONVIF/Analytics/Types/PTZPresetTourPresetDetail.pm b/onvif/proxy/lib/ONVIF/Analytics/Types/PTZPresetTourPresetDetail.pm index f8e0c4128e..a513a522ce 100644 --- a/onvif/proxy/lib/ONVIF/Analytics/Types/PTZPresetTourPresetDetail.pm +++ b/onvif/proxy/lib/ONVIF/Analytics/Types/PTZPresetTourPresetDetail.pm @@ -114,7 +114,7 @@ Constructor. The following data structure may be passed to new(): { # ONVIF::Analytics::Types::PTZPresetTourPresetDetail # One of the following elements. - # No occurance checks yet, so be sure to pass just one... + # No occurrence checks yet, so be sure to pass just one... PresetToken => $some_value, # ReferenceToken Home => $some_value, # boolean PTZPosition => { # ONVIF::Analytics::Types::PTZVector diff --git a/onvif/proxy/lib/ONVIF/Analytics/Types/PTZPresetTourSpot.pm b/onvif/proxy/lib/ONVIF/Analytics/Types/PTZPresetTourSpot.pm index d7cdb6d611..558a9ee7f4 100644 --- a/onvif/proxy/lib/ONVIF/Analytics/Types/PTZPresetTourSpot.pm +++ b/onvif/proxy/lib/ONVIF/Analytics/Types/PTZPresetTourSpot.pm @@ -115,7 +115,7 @@ Constructor. The following data structure may be passed to new(): { # ONVIF::Analytics::Types::PTZPresetTourSpot PresetDetail => { # ONVIF::Analytics::Types::PTZPresetTourPresetDetail # One of the following elements. - # No occurance checks yet, so be sure to pass just one... + # No occurrence checks yet, so be sure to pass just one... PresetToken => $some_value, # ReferenceToken Home => $some_value, # boolean PTZPosition => { # ONVIF::Analytics::Types::PTZVector diff --git a/onvif/proxy/lib/ONVIF/Analytics/Types/PTZPresetTourStatus.pm b/onvif/proxy/lib/ONVIF/Analytics/Types/PTZPresetTourStatus.pm index 2058e86f73..2461918930 100644 --- a/onvif/proxy/lib/ONVIF/Analytics/Types/PTZPresetTourStatus.pm +++ b/onvif/proxy/lib/ONVIF/Analytics/Types/PTZPresetTourStatus.pm @@ -109,7 +109,7 @@ Constructor. The following data structure may be passed to new(): CurrentTourSpot => { # ONVIF::Analytics::Types::PTZPresetTourSpot PresetDetail => { # ONVIF::Analytics::Types::PTZPresetTourPresetDetail # One of the following elements. - # No occurance checks yet, so be sure to pass just one... + # No occurrence checks yet, so be sure to pass just one... PresetToken => $some_value, # ReferenceToken Home => $some_value, # boolean PTZPosition => { # ONVIF::Analytics::Types::PTZVector diff --git a/onvif/proxy/lib/ONVIF/Analytics/Types/PTZStream.pm b/onvif/proxy/lib/ONVIF/Analytics/Types/PTZStream.pm index a717d6a1cc..218ae3b8da 100644 --- a/onvif/proxy/lib/ONVIF/Analytics/Types/PTZStream.pm +++ b/onvif/proxy/lib/ONVIF/Analytics/Types/PTZStream.pm @@ -98,7 +98,7 @@ Constructor. The following data structure may be passed to new(): { # ONVIF::Analytics::Types::PTZStream # One of the following elements. - # No occurance checks yet, so be sure to pass just one... + # No occurrence checks yet, so be sure to pass just one... PTZStatus => { # ONVIF::Analytics::Types::PTZStatus Position => { # ONVIF::Analytics::Types::PTZVector PanTilt => , diff --git a/onvif/proxy/lib/ONVIF/Analytics/Types/PresetTour.pm b/onvif/proxy/lib/ONVIF/Analytics/Types/PresetTour.pm index e084452c27..868f814db6 100644 --- a/onvif/proxy/lib/ONVIF/Analytics/Types/PresetTour.pm +++ b/onvif/proxy/lib/ONVIF/Analytics/Types/PresetTour.pm @@ -155,7 +155,7 @@ Constructor. The following data structure may be passed to new(): CurrentTourSpot => { # ONVIF::Analytics::Types::PTZPresetTourSpot PresetDetail => { # ONVIF::Analytics::Types::PTZPresetTourPresetDetail # One of the following elements. - # No occurance checks yet, so be sure to pass just one... + # No occurrence checks yet, so be sure to pass just one... PresetToken => $some_value, # ReferenceToken Home => $some_value, # boolean PTZPosition => { # ONVIF::Analytics::Types::PTZVector @@ -187,7 +187,7 @@ Constructor. The following data structure may be passed to new(): TourSpot => { # ONVIF::Analytics::Types::PTZPresetTourSpot PresetDetail => { # ONVIF::Analytics::Types::PTZPresetTourPresetDetail # One of the following elements. - # No occurance checks yet, so be sure to pass just one... + # No occurrence checks yet, so be sure to pass just one... PresetToken => $some_value, # ReferenceToken Home => $some_value, # boolean PTZPosition => { # ONVIF::Analytics::Types::PTZVector diff --git a/onvif/proxy/lib/ONVIF/Analytics/Types/VideoAnalyticsStream.pm b/onvif/proxy/lib/ONVIF/Analytics/Types/VideoAnalyticsStream.pm index d5cadba4f4..4a3904992b 100644 --- a/onvif/proxy/lib/ONVIF/Analytics/Types/VideoAnalyticsStream.pm +++ b/onvif/proxy/lib/ONVIF/Analytics/Types/VideoAnalyticsStream.pm @@ -98,7 +98,7 @@ Constructor. The following data structure may be passed to new(): { # ONVIF::Analytics::Types::VideoAnalyticsStream # One of the following elements. - # No occurance checks yet, so be sure to pass just one... + # No occurrence checks yet, so be sure to pass just one... Frame => { # ONVIF::Analytics::Types::Frame PTZStatus => { # ONVIF::Analytics::Types::PTZStatus Position => { # ONVIF::Analytics::Types::PTZVector diff --git a/onvif/proxy/lib/ONVIF/Device/Elements/MetadataStream.pm b/onvif/proxy/lib/ONVIF/Device/Elements/MetadataStream.pm index e3266ba633..86a5d42f84 100644 --- a/onvif/proxy/lib/ONVIF/Device/Elements/MetadataStream.pm +++ b/onvif/proxy/lib/ONVIF/Device/Elements/MetadataStream.pm @@ -49,10 +49,10 @@ Constructor. The following data structure may be passed to new(): { # ONVIF::Device::Types::MetadataStream # One of the following elements. - # No occurance checks yet, so be sure to pass just one... + # No occurrence checks yet, so be sure to pass just one... VideoAnalytics => { # ONVIF::Device::Types::VideoAnalyticsStream # One of the following elements. - # No occurance checks yet, so be sure to pass just one... + # No occurrence checks yet, so be sure to pass just one... Frame => { # ONVIF::Device::Types::Frame PTZStatus => { # ONVIF::Device::Types::PTZStatus Position => { # ONVIF::Device::Types::PTZVector @@ -155,7 +155,7 @@ Constructor. The following data structure may be passed to new(): }, PTZ => { # ONVIF::Device::Types::PTZStream # One of the following elements. - # No occurance checks yet, so be sure to pass just one... + # No occurrence checks yet, so be sure to pass just one... PTZStatus => { # ONVIF::Device::Types::PTZStatus Position => { # ONVIF::Device::Types::PTZVector PanTilt => , diff --git a/onvif/proxy/lib/ONVIF/Device/Interfaces/Device/DevicePort.pm b/onvif/proxy/lib/ONVIF/Device/Interfaces/Device/DevicePort.pm index 4e158d5903..35f259f316 100644 --- a/onvif/proxy/lib/ONVIF/Device/Interfaces/Device/DevicePort.pm +++ b/onvif/proxy/lib/ONVIF/Device/Interfaces/Device/DevicePort.pm @@ -2205,7 +2205,7 @@ of the corresponding class can be passed instead of the marked hash ref. You may pass any combination of objects, hash and list refs to these methods, as long as you meet the structure. -List items (i.e. multiple occurences) are not displayed in the synopsis. +List items (i.e. multiple occurrences) are not displayed in the synopsis. You may generally pass a list ref of hash refs (or objects) instead of a hash ref - this may result in invalid XML if used improperly, though. Note that SOAP::WSDL always expects list references at maximum depth position. @@ -2358,7 +2358,7 @@ Returns a L object. @@ -2602,7 +2602,7 @@ Returns a L object. diff --git a/onvif/proxy/lib/ONVIF/Device/Types/ColorOptions.pm b/onvif/proxy/lib/ONVIF/Device/Types/ColorOptions.pm index 6e99583d07..6c12db1e84 100644 --- a/onvif/proxy/lib/ONVIF/Device/Types/ColorOptions.pm +++ b/onvif/proxy/lib/ONVIF/Device/Types/ColorOptions.pm @@ -98,7 +98,7 @@ Constructor. The following data structure may be passed to new(): { # ONVIF::Device::Types::ColorOptions # One of the following elements. - # No occurance checks yet, so be sure to pass just one... + # No occurrence checks yet, so be sure to pass just one... ColorList => , ColorspaceRange => { # ONVIF::Device::Types::ColorspaceRange X => { # ONVIF::Device::Types::FloatRange diff --git a/onvif/proxy/lib/ONVIF/Device/Types/ConfigurationEntity.pm b/onvif/proxy/lib/ONVIF/Device/Types/ConfigurationEntity.pm index 240e5800c9..b79d6791ab 100644 --- a/onvif/proxy/lib/ONVIF/Device/Types/ConfigurationEntity.pm +++ b/onvif/proxy/lib/ONVIF/Device/Types/ConfigurationEntity.pm @@ -139,7 +139,7 @@ get_/set_ methods: =item * token - Token that uniquely refernces this configuration. Length up to 64 characters. + Token that uniquely references this configuration. Length up to 64 characters. diff --git a/onvif/proxy/lib/ONVIF/Device/Types/MetadataStream.pm b/onvif/proxy/lib/ONVIF/Device/Types/MetadataStream.pm index a52bd1097f..e5140786cd 100644 --- a/onvif/proxy/lib/ONVIF/Device/Types/MetadataStream.pm +++ b/onvif/proxy/lib/ONVIF/Device/Types/MetadataStream.pm @@ -114,10 +114,10 @@ Constructor. The following data structure may be passed to new(): { # ONVIF::Device::Types::MetadataStream # One of the following elements. - # No occurance checks yet, so be sure to pass just one... + # No occurrence checks yet, so be sure to pass just one... VideoAnalytics => { # ONVIF::Device::Types::VideoAnalyticsStream # One of the following elements. - # No occurance checks yet, so be sure to pass just one... + # No occurrence checks yet, so be sure to pass just one... Frame => { # ONVIF::Device::Types::Frame PTZStatus => { # ONVIF::Device::Types::PTZStatus Position => { # ONVIF::Device::Types::PTZVector @@ -220,7 +220,7 @@ Constructor. The following data structure may be passed to new(): }, PTZ => { # ONVIF::Device::Types::PTZStream # One of the following elements. - # No occurance checks yet, so be sure to pass just one... + # No occurrence checks yet, so be sure to pass just one... PTZStatus => { # ONVIF::Device::Types::PTZStatus Position => { # ONVIF::Device::Types::PTZVector PanTilt => , diff --git a/onvif/proxy/lib/ONVIF/Device/Types/OSDColorOptions.pm b/onvif/proxy/lib/ONVIF/Device/Types/OSDColorOptions.pm index 453eee12bd..6b71ec3c8c 100644 --- a/onvif/proxy/lib/ONVIF/Device/Types/OSDColorOptions.pm +++ b/onvif/proxy/lib/ONVIF/Device/Types/OSDColorOptions.pm @@ -107,7 +107,7 @@ Constructor. The following data structure may be passed to new(): { # ONVIF::Device::Types::OSDColorOptions Color => { # ONVIF::Device::Types::ColorOptions # One of the following elements. - # No occurance checks yet, so be sure to pass just one... + # No occurrence checks yet, so be sure to pass just one... ColorList => , ColorspaceRange => { # ONVIF::Device::Types::ColorspaceRange X => { # ONVIF::Device::Types::FloatRange diff --git a/onvif/proxy/lib/ONVIF/Device/Types/OSDConfigurationOptions.pm b/onvif/proxy/lib/ONVIF/Device/Types/OSDConfigurationOptions.pm index ebad78c4dc..d40c0f4ab3 100644 --- a/onvif/proxy/lib/ONVIF/Device/Types/OSDConfigurationOptions.pm +++ b/onvif/proxy/lib/ONVIF/Device/Types/OSDConfigurationOptions.pm @@ -143,7 +143,7 @@ Constructor. The following data structure may be passed to new(): FontColor => { # ONVIF::Device::Types::OSDColorOptions Color => { # ONVIF::Device::Types::ColorOptions # One of the following elements. - # No occurance checks yet, so be sure to pass just one... + # No occurrence checks yet, so be sure to pass just one... ColorList => , ColorspaceRange => { # ONVIF::Device::Types::ColorspaceRange X => { # ONVIF::Device::Types::FloatRange @@ -171,7 +171,7 @@ Constructor. The following data structure may be passed to new(): BackgroundColor => { # ONVIF::Device::Types::OSDColorOptions Color => { # ONVIF::Device::Types::ColorOptions # One of the following elements. - # No occurance checks yet, so be sure to pass just one... + # No occurrence checks yet, so be sure to pass just one... ColorList => , ColorspaceRange => { # ONVIF::Device::Types::ColorspaceRange X => { # ONVIF::Device::Types::FloatRange diff --git a/onvif/proxy/lib/ONVIF/Device/Types/OSDTextOptions.pm b/onvif/proxy/lib/ONVIF/Device/Types/OSDTextOptions.pm index 2247a07c31..69b276cd50 100644 --- a/onvif/proxy/lib/ONVIF/Device/Types/OSDTextOptions.pm +++ b/onvif/proxy/lib/ONVIF/Device/Types/OSDTextOptions.pm @@ -147,7 +147,7 @@ Constructor. The following data structure may be passed to new(): FontColor => { # ONVIF::Device::Types::OSDColorOptions Color => { # ONVIF::Device::Types::ColorOptions # One of the following elements. - # No occurance checks yet, so be sure to pass just one... + # No occurrence checks yet, so be sure to pass just one... ColorList => , ColorspaceRange => { # ONVIF::Device::Types::ColorspaceRange X => { # ONVIF::Device::Types::FloatRange @@ -175,7 +175,7 @@ Constructor. The following data structure may be passed to new(): BackgroundColor => { # ONVIF::Device::Types::OSDColorOptions Color => { # ONVIF::Device::Types::ColorOptions # One of the following elements. - # No occurance checks yet, so be sure to pass just one... + # No occurrence checks yet, so be sure to pass just one... ColorList => , ColorspaceRange => { # ONVIF::Device::Types::ColorspaceRange X => { # ONVIF::Device::Types::FloatRange diff --git a/onvif/proxy/lib/ONVIF/Device/Types/PTZPresetTourPresetDetail.pm b/onvif/proxy/lib/ONVIF/Device/Types/PTZPresetTourPresetDetail.pm index bcbd21e7a7..5e48bc31d2 100644 --- a/onvif/proxy/lib/ONVIF/Device/Types/PTZPresetTourPresetDetail.pm +++ b/onvif/proxy/lib/ONVIF/Device/Types/PTZPresetTourPresetDetail.pm @@ -114,7 +114,7 @@ Constructor. The following data structure may be passed to new(): { # ONVIF::Device::Types::PTZPresetTourPresetDetail # One of the following elements. - # No occurance checks yet, so be sure to pass just one... + # No occurrence checks yet, so be sure to pass just one... PresetToken => $some_value, # ReferenceToken Home => $some_value, # boolean PTZPosition => { # ONVIF::Device::Types::PTZVector diff --git a/onvif/proxy/lib/ONVIF/Device/Types/PTZPresetTourSpot.pm b/onvif/proxy/lib/ONVIF/Device/Types/PTZPresetTourSpot.pm index 9c97d17595..2b3aaacaac 100644 --- a/onvif/proxy/lib/ONVIF/Device/Types/PTZPresetTourSpot.pm +++ b/onvif/proxy/lib/ONVIF/Device/Types/PTZPresetTourSpot.pm @@ -115,7 +115,7 @@ Constructor. The following data structure may be passed to new(): { # ONVIF::Device::Types::PTZPresetTourSpot PresetDetail => { # ONVIF::Device::Types::PTZPresetTourPresetDetail # One of the following elements. - # No occurance checks yet, so be sure to pass just one... + # No occurrence checks yet, so be sure to pass just one... PresetToken => $some_value, # ReferenceToken Home => $some_value, # boolean PTZPosition => { # ONVIF::Device::Types::PTZVector diff --git a/onvif/proxy/lib/ONVIF/Device/Types/PTZPresetTourStatus.pm b/onvif/proxy/lib/ONVIF/Device/Types/PTZPresetTourStatus.pm index 778a944753..9ac897ad48 100644 --- a/onvif/proxy/lib/ONVIF/Device/Types/PTZPresetTourStatus.pm +++ b/onvif/proxy/lib/ONVIF/Device/Types/PTZPresetTourStatus.pm @@ -109,7 +109,7 @@ Constructor. The following data structure may be passed to new(): CurrentTourSpot => { # ONVIF::Device::Types::PTZPresetTourSpot PresetDetail => { # ONVIF::Device::Types::PTZPresetTourPresetDetail # One of the following elements. - # No occurance checks yet, so be sure to pass just one... + # No occurrence checks yet, so be sure to pass just one... PresetToken => $some_value, # ReferenceToken Home => $some_value, # boolean PTZPosition => { # ONVIF::Device::Types::PTZVector diff --git a/onvif/proxy/lib/ONVIF/Device/Types/PTZStream.pm b/onvif/proxy/lib/ONVIF/Device/Types/PTZStream.pm index cf05d13b21..7e2d615291 100644 --- a/onvif/proxy/lib/ONVIF/Device/Types/PTZStream.pm +++ b/onvif/proxy/lib/ONVIF/Device/Types/PTZStream.pm @@ -98,7 +98,7 @@ Constructor. The following data structure may be passed to new(): { # ONVIF::Device::Types::PTZStream # One of the following elements. - # No occurance checks yet, so be sure to pass just one... + # No occurrence checks yet, so be sure to pass just one... PTZStatus => { # ONVIF::Device::Types::PTZStatus Position => { # ONVIF::Device::Types::PTZVector PanTilt => , diff --git a/onvif/proxy/lib/ONVIF/Device/Types/PresetTour.pm b/onvif/proxy/lib/ONVIF/Device/Types/PresetTour.pm index 68d6b55a57..ca997cabbf 100644 --- a/onvif/proxy/lib/ONVIF/Device/Types/PresetTour.pm +++ b/onvif/proxy/lib/ONVIF/Device/Types/PresetTour.pm @@ -155,7 +155,7 @@ Constructor. The following data structure may be passed to new(): CurrentTourSpot => { # ONVIF::Device::Types::PTZPresetTourSpot PresetDetail => { # ONVIF::Device::Types::PTZPresetTourPresetDetail # One of the following elements. - # No occurance checks yet, so be sure to pass just one... + # No occurrence checks yet, so be sure to pass just one... PresetToken => $some_value, # ReferenceToken Home => $some_value, # boolean PTZPosition => { # ONVIF::Device::Types::PTZVector @@ -187,7 +187,7 @@ Constructor. The following data structure may be passed to new(): TourSpot => { # ONVIF::Device::Types::PTZPresetTourSpot PresetDetail => { # ONVIF::Device::Types::PTZPresetTourPresetDetail # One of the following elements. - # No occurance checks yet, so be sure to pass just one... + # No occurrence checks yet, so be sure to pass just one... PresetToken => $some_value, # ReferenceToken Home => $some_value, # boolean PTZPosition => { # ONVIF::Device::Types::PTZVector diff --git a/onvif/proxy/lib/ONVIF/Device/Types/VideoAnalyticsStream.pm b/onvif/proxy/lib/ONVIF/Device/Types/VideoAnalyticsStream.pm index dc5ccb55aa..e19d3822b2 100644 --- a/onvif/proxy/lib/ONVIF/Device/Types/VideoAnalyticsStream.pm +++ b/onvif/proxy/lib/ONVIF/Device/Types/VideoAnalyticsStream.pm @@ -98,7 +98,7 @@ Constructor. The following data structure may be passed to new(): { # ONVIF::Device::Types::VideoAnalyticsStream # One of the following elements. - # No occurance checks yet, so be sure to pass just one... + # No occurrence checks yet, so be sure to pass just one... Frame => { # ONVIF::Device::Types::Frame PTZStatus => { # ONVIF::Device::Types::PTZStatus Position => { # ONVIF::Device::Types::PTZVector diff --git a/onvif/proxy/lib/ONVIF/Media/Elements/GetOSDOptionsResponse.pm b/onvif/proxy/lib/ONVIF/Media/Elements/GetOSDOptionsResponse.pm index 0a2be2bfac..fa3b7ca9d7 100644 --- a/onvif/proxy/lib/ONVIF/Media/Elements/GetOSDOptionsResponse.pm +++ b/onvif/proxy/lib/ONVIF/Media/Elements/GetOSDOptionsResponse.pm @@ -125,7 +125,7 @@ Constructor. The following data structure may be passed to new(): FontColor => { # ONVIF::Media::Types::OSDColorOptions Color => { # ONVIF::Media::Types::ColorOptions # One of the following elements. - # No occurance checks yet, so be sure to pass just one... + # No occurrence checks yet, so be sure to pass just one... ColorList => , ColorspaceRange => { # ONVIF::Media::Types::ColorspaceRange X => { # ONVIF::Media::Types::FloatRange @@ -153,7 +153,7 @@ Constructor. The following data structure may be passed to new(): BackgroundColor => { # ONVIF::Media::Types::OSDColorOptions Color => { # ONVIF::Media::Types::ColorOptions # One of the following elements. - # No occurance checks yet, so be sure to pass just one... + # No occurrence checks yet, so be sure to pass just one... ColorList => , ColorspaceRange => { # ONVIF::Media::Types::ColorspaceRange X => { # ONVIF::Media::Types::FloatRange diff --git a/onvif/proxy/lib/ONVIF/Media/Elements/MetadataStream.pm b/onvif/proxy/lib/ONVIF/Media/Elements/MetadataStream.pm index d44f6fe897..26a53e88af 100644 --- a/onvif/proxy/lib/ONVIF/Media/Elements/MetadataStream.pm +++ b/onvif/proxy/lib/ONVIF/Media/Elements/MetadataStream.pm @@ -49,10 +49,10 @@ Constructor. The following data structure may be passed to new(): { # ONVIF::Media::Types::MetadataStream # One of the following elements. - # No occurance checks yet, so be sure to pass just one... + # No occurrence checks yet, so be sure to pass just one... VideoAnalytics => { # ONVIF::Media::Types::VideoAnalyticsStream # One of the following elements. - # No occurance checks yet, so be sure to pass just one... + # No occurrence checks yet, so be sure to pass just one... Frame => { # ONVIF::Media::Types::Frame PTZStatus => { # ONVIF::Media::Types::PTZStatus Position => { # ONVIF::Media::Types::PTZVector @@ -155,7 +155,7 @@ Constructor. The following data structure may be passed to new(): }, PTZ => { # ONVIF::Media::Types::PTZStream # One of the following elements. - # No occurance checks yet, so be sure to pass just one... + # No occurrence checks yet, so be sure to pass just one... PTZStatus => { # ONVIF::Media::Types::PTZStatus Position => { # ONVIF::Media::Types::PTZVector PanTilt => , diff --git a/onvif/proxy/lib/ONVIF/Media/Interfaces/Media/MediaPort.pm b/onvif/proxy/lib/ONVIF/Media/Interfaces/Media/MediaPort.pm index e7351e5f17..ecb985b304 100644 --- a/onvif/proxy/lib/ONVIF/Media/Interfaces/Media/MediaPort.pm +++ b/onvif/proxy/lib/ONVIF/Media/Interfaces/Media/MediaPort.pm @@ -2127,7 +2127,7 @@ of the corresponding class can be passed instead of the marked hash ref. You may pass any combination of objects, hash and list refs to these methods, as long as you meet the structure. -List items (i.e. multiple occurences) are not displayed in the synopsis. +List items (i.e. multiple occurrences) are not displayed in the synopsis. You may generally pass a list ref of hash refs (or objects) instead of a hash ref - this may result in invalid XML if used improperly, though. Note that SOAP::WSDL always expects list references at maximum depth position. diff --git a/onvif/proxy/lib/ONVIF/Media/Types/ColorOptions.pm b/onvif/proxy/lib/ONVIF/Media/Types/ColorOptions.pm index 138cffec94..da35e97e47 100644 --- a/onvif/proxy/lib/ONVIF/Media/Types/ColorOptions.pm +++ b/onvif/proxy/lib/ONVIF/Media/Types/ColorOptions.pm @@ -98,7 +98,7 @@ Constructor. The following data structure may be passed to new(): { # ONVIF::Media::Types::ColorOptions # One of the following elements. - # No occurance checks yet, so be sure to pass just one... + # No occurrence checks yet, so be sure to pass just one... ColorList => , ColorspaceRange => { # ONVIF::Media::Types::ColorspaceRange X => { # ONVIF::Media::Types::FloatRange diff --git a/onvif/proxy/lib/ONVIF/Media/Types/ConfigurationEntity.pm b/onvif/proxy/lib/ONVIF/Media/Types/ConfigurationEntity.pm index 937f568c53..594a0913b0 100644 --- a/onvif/proxy/lib/ONVIF/Media/Types/ConfigurationEntity.pm +++ b/onvif/proxy/lib/ONVIF/Media/Types/ConfigurationEntity.pm @@ -139,7 +139,7 @@ get_/set_ methods: =item * token - Token that uniquely refernces this configuration. Length up to 64 characters. + Token that uniquely references this configuration. Length up to 64 characters. diff --git a/onvif/proxy/lib/ONVIF/Media/Types/MetadataStream.pm b/onvif/proxy/lib/ONVIF/Media/Types/MetadataStream.pm index 8cea2dd99a..983f5f72e0 100644 --- a/onvif/proxy/lib/ONVIF/Media/Types/MetadataStream.pm +++ b/onvif/proxy/lib/ONVIF/Media/Types/MetadataStream.pm @@ -114,10 +114,10 @@ Constructor. The following data structure may be passed to new(): { # ONVIF::Media::Types::MetadataStream # One of the following elements. - # No occurance checks yet, so be sure to pass just one... + # No occurrence checks yet, so be sure to pass just one... VideoAnalytics => { # ONVIF::Media::Types::VideoAnalyticsStream # One of the following elements. - # No occurance checks yet, so be sure to pass just one... + # No occurrence checks yet, so be sure to pass just one... Frame => { # ONVIF::Media::Types::Frame PTZStatus => { # ONVIF::Media::Types::PTZStatus Position => { # ONVIF::Media::Types::PTZVector @@ -220,7 +220,7 @@ Constructor. The following data structure may be passed to new(): }, PTZ => { # ONVIF::Media::Types::PTZStream # One of the following elements. - # No occurance checks yet, so be sure to pass just one... + # No occurrence checks yet, so be sure to pass just one... PTZStatus => { # ONVIF::Media::Types::PTZStatus Position => { # ONVIF::Media::Types::PTZVector PanTilt => , diff --git a/onvif/proxy/lib/ONVIF/Media/Types/OSDColorOptions.pm b/onvif/proxy/lib/ONVIF/Media/Types/OSDColorOptions.pm index d356f24cc9..7f459a809e 100644 --- a/onvif/proxy/lib/ONVIF/Media/Types/OSDColorOptions.pm +++ b/onvif/proxy/lib/ONVIF/Media/Types/OSDColorOptions.pm @@ -107,7 +107,7 @@ Constructor. The following data structure may be passed to new(): { # ONVIF::Media::Types::OSDColorOptions Color => { # ONVIF::Media::Types::ColorOptions # One of the following elements. - # No occurance checks yet, so be sure to pass just one... + # No occurrence checks yet, so be sure to pass just one... ColorList => , ColorspaceRange => { # ONVIF::Media::Types::ColorspaceRange X => { # ONVIF::Media::Types::FloatRange diff --git a/onvif/proxy/lib/ONVIF/Media/Types/OSDConfigurationOptions.pm b/onvif/proxy/lib/ONVIF/Media/Types/OSDConfigurationOptions.pm index 53a2b24a92..30056dcda7 100644 --- a/onvif/proxy/lib/ONVIF/Media/Types/OSDConfigurationOptions.pm +++ b/onvif/proxy/lib/ONVIF/Media/Types/OSDConfigurationOptions.pm @@ -143,7 +143,7 @@ Constructor. The following data structure may be passed to new(): FontColor => { # ONVIF::Media::Types::OSDColorOptions Color => { # ONVIF::Media::Types::ColorOptions # One of the following elements. - # No occurance checks yet, so be sure to pass just one... + # No occurrence checks yet, so be sure to pass just one... ColorList => , ColorspaceRange => { # ONVIF::Media::Types::ColorspaceRange X => { # ONVIF::Media::Types::FloatRange @@ -171,7 +171,7 @@ Constructor. The following data structure may be passed to new(): BackgroundColor => { # ONVIF::Media::Types::OSDColorOptions Color => { # ONVIF::Media::Types::ColorOptions # One of the following elements. - # No occurance checks yet, so be sure to pass just one... + # No occurrence checks yet, so be sure to pass just one... ColorList => , ColorspaceRange => { # ONVIF::Media::Types::ColorspaceRange X => { # ONVIF::Media::Types::FloatRange diff --git a/onvif/proxy/lib/ONVIF/Media/Types/OSDTextOptions.pm b/onvif/proxy/lib/ONVIF/Media/Types/OSDTextOptions.pm index a664518743..8299990555 100644 --- a/onvif/proxy/lib/ONVIF/Media/Types/OSDTextOptions.pm +++ b/onvif/proxy/lib/ONVIF/Media/Types/OSDTextOptions.pm @@ -147,7 +147,7 @@ Constructor. The following data structure may be passed to new(): FontColor => { # ONVIF::Media::Types::OSDColorOptions Color => { # ONVIF::Media::Types::ColorOptions # One of the following elements. - # No occurance checks yet, so be sure to pass just one... + # No occurrence checks yet, so be sure to pass just one... ColorList => , ColorspaceRange => { # ONVIF::Media::Types::ColorspaceRange X => { # ONVIF::Media::Types::FloatRange @@ -175,7 +175,7 @@ Constructor. The following data structure may be passed to new(): BackgroundColor => { # ONVIF::Media::Types::OSDColorOptions Color => { # ONVIF::Media::Types::ColorOptions # One of the following elements. - # No occurance checks yet, so be sure to pass just one... + # No occurrence checks yet, so be sure to pass just one... ColorList => , ColorspaceRange => { # ONVIF::Media::Types::ColorspaceRange X => { # ONVIF::Media::Types::FloatRange diff --git a/onvif/proxy/lib/ONVIF/Media/Types/PTZPresetTourPresetDetail.pm b/onvif/proxy/lib/ONVIF/Media/Types/PTZPresetTourPresetDetail.pm index 91763bb361..db9fa8d668 100644 --- a/onvif/proxy/lib/ONVIF/Media/Types/PTZPresetTourPresetDetail.pm +++ b/onvif/proxy/lib/ONVIF/Media/Types/PTZPresetTourPresetDetail.pm @@ -114,7 +114,7 @@ Constructor. The following data structure may be passed to new(): { # ONVIF::Media::Types::PTZPresetTourPresetDetail # One of the following elements. - # No occurance checks yet, so be sure to pass just one... + # No occurrence checks yet, so be sure to pass just one... PresetToken => $some_value, # ReferenceToken Home => $some_value, # boolean PTZPosition => { # ONVIF::Media::Types::PTZVector diff --git a/onvif/proxy/lib/ONVIF/Media/Types/PTZPresetTourSpot.pm b/onvif/proxy/lib/ONVIF/Media/Types/PTZPresetTourSpot.pm index ce2176c8a1..63e7da894f 100644 --- a/onvif/proxy/lib/ONVIF/Media/Types/PTZPresetTourSpot.pm +++ b/onvif/proxy/lib/ONVIF/Media/Types/PTZPresetTourSpot.pm @@ -115,7 +115,7 @@ Constructor. The following data structure may be passed to new(): { # ONVIF::Media::Types::PTZPresetTourSpot PresetDetail => { # ONVIF::Media::Types::PTZPresetTourPresetDetail # One of the following elements. - # No occurance checks yet, so be sure to pass just one... + # No occurrence checks yet, so be sure to pass just one... PresetToken => $some_value, # ReferenceToken Home => $some_value, # boolean PTZPosition => { # ONVIF::Media::Types::PTZVector diff --git a/onvif/proxy/lib/ONVIF/Media/Types/PTZPresetTourStatus.pm b/onvif/proxy/lib/ONVIF/Media/Types/PTZPresetTourStatus.pm index f25a5ec1a5..8b36c2f845 100644 --- a/onvif/proxy/lib/ONVIF/Media/Types/PTZPresetTourStatus.pm +++ b/onvif/proxy/lib/ONVIF/Media/Types/PTZPresetTourStatus.pm @@ -109,7 +109,7 @@ Constructor. The following data structure may be passed to new(): CurrentTourSpot => { # ONVIF::Media::Types::PTZPresetTourSpot PresetDetail => { # ONVIF::Media::Types::PTZPresetTourPresetDetail # One of the following elements. - # No occurance checks yet, so be sure to pass just one... + # No occurrence checks yet, so be sure to pass just one... PresetToken => $some_value, # ReferenceToken Home => $some_value, # boolean PTZPosition => { # ONVIF::Media::Types::PTZVector diff --git a/onvif/proxy/lib/ONVIF/Media/Types/PTZStream.pm b/onvif/proxy/lib/ONVIF/Media/Types/PTZStream.pm index bbbc556526..2386d28cb4 100644 --- a/onvif/proxy/lib/ONVIF/Media/Types/PTZStream.pm +++ b/onvif/proxy/lib/ONVIF/Media/Types/PTZStream.pm @@ -98,7 +98,7 @@ Constructor. The following data structure may be passed to new(): { # ONVIF::Media::Types::PTZStream # One of the following elements. - # No occurance checks yet, so be sure to pass just one... + # No occurrence checks yet, so be sure to pass just one... PTZStatus => { # ONVIF::Media::Types::PTZStatus Position => { # ONVIF::Media::Types::PTZVector PanTilt => , diff --git a/onvif/proxy/lib/ONVIF/Media/Types/PresetTour.pm b/onvif/proxy/lib/ONVIF/Media/Types/PresetTour.pm index 6cb9d4a7ff..ed66ee1fad 100644 --- a/onvif/proxy/lib/ONVIF/Media/Types/PresetTour.pm +++ b/onvif/proxy/lib/ONVIF/Media/Types/PresetTour.pm @@ -155,7 +155,7 @@ Constructor. The following data structure may be passed to new(): CurrentTourSpot => { # ONVIF::Media::Types::PTZPresetTourSpot PresetDetail => { # ONVIF::Media::Types::PTZPresetTourPresetDetail # One of the following elements. - # No occurance checks yet, so be sure to pass just one... + # No occurrence checks yet, so be sure to pass just one... PresetToken => $some_value, # ReferenceToken Home => $some_value, # boolean PTZPosition => { # ONVIF::Media::Types::PTZVector @@ -187,7 +187,7 @@ Constructor. The following data structure may be passed to new(): TourSpot => { # ONVIF::Media::Types::PTZPresetTourSpot PresetDetail => { # ONVIF::Media::Types::PTZPresetTourPresetDetail # One of the following elements. - # No occurance checks yet, so be sure to pass just one... + # No occurrence checks yet, so be sure to pass just one... PresetToken => $some_value, # ReferenceToken Home => $some_value, # boolean PTZPosition => { # ONVIF::Media::Types::PTZVector diff --git a/onvif/proxy/lib/ONVIF/Media/Types/VideoAnalyticsStream.pm b/onvif/proxy/lib/ONVIF/Media/Types/VideoAnalyticsStream.pm index c037814ad8..20a488c866 100644 --- a/onvif/proxy/lib/ONVIF/Media/Types/VideoAnalyticsStream.pm +++ b/onvif/proxy/lib/ONVIF/Media/Types/VideoAnalyticsStream.pm @@ -98,7 +98,7 @@ Constructor. The following data structure may be passed to new(): { # ONVIF::Media::Types::VideoAnalyticsStream # One of the following elements. - # No occurance checks yet, so be sure to pass just one... + # No occurrence checks yet, so be sure to pass just one... Frame => { # ONVIF::Media::Types::Frame PTZStatus => { # ONVIF::Media::Types::PTZStatus Position => { # ONVIF::Media::Types::PTZVector diff --git a/onvif/proxy/lib/ONVIF/PTZ/Elements/GetPresetTourResponse.pm b/onvif/proxy/lib/ONVIF/PTZ/Elements/GetPresetTourResponse.pm index 65395f7664..7b5bc8dc80 100644 --- a/onvif/proxy/lib/ONVIF/PTZ/Elements/GetPresetTourResponse.pm +++ b/onvif/proxy/lib/ONVIF/PTZ/Elements/GetPresetTourResponse.pm @@ -117,7 +117,7 @@ Constructor. The following data structure may be passed to new(): CurrentTourSpot => { # ONVIF::PTZ::Types::PTZPresetTourSpot PresetDetail => { # ONVIF::PTZ::Types::PTZPresetTourPresetDetail # One of the following elements. - # No occurance checks yet, so be sure to pass just one... + # No occurrence checks yet, so be sure to pass just one... PresetToken => $some_value, # ReferenceToken Home => $some_value, # boolean PTZPosition => { # ONVIF::PTZ::Types::PTZVector @@ -149,7 +149,7 @@ Constructor. The following data structure may be passed to new(): TourSpot => { # ONVIF::PTZ::Types::PTZPresetTourSpot PresetDetail => { # ONVIF::PTZ::Types::PTZPresetTourPresetDetail # One of the following elements. - # No occurance checks yet, so be sure to pass just one... + # No occurrence checks yet, so be sure to pass just one... PresetToken => $some_value, # ReferenceToken Home => $some_value, # boolean PTZPosition => { # ONVIF::PTZ::Types::PTZVector diff --git a/onvif/proxy/lib/ONVIF/PTZ/Elements/GetPresetToursResponse.pm b/onvif/proxy/lib/ONVIF/PTZ/Elements/GetPresetToursResponse.pm index 5c16a06cb7..d8f8ce6390 100644 --- a/onvif/proxy/lib/ONVIF/PTZ/Elements/GetPresetToursResponse.pm +++ b/onvif/proxy/lib/ONVIF/PTZ/Elements/GetPresetToursResponse.pm @@ -117,7 +117,7 @@ Constructor. The following data structure may be passed to new(): CurrentTourSpot => { # ONVIF::PTZ::Types::PTZPresetTourSpot PresetDetail => { # ONVIF::PTZ::Types::PTZPresetTourPresetDetail # One of the following elements. - # No occurance checks yet, so be sure to pass just one... + # No occurrence checks yet, so be sure to pass just one... PresetToken => $some_value, # ReferenceToken Home => $some_value, # boolean PTZPosition => { # ONVIF::PTZ::Types::PTZVector @@ -149,7 +149,7 @@ Constructor. The following data structure may be passed to new(): TourSpot => { # ONVIF::PTZ::Types::PTZPresetTourSpot PresetDetail => { # ONVIF::PTZ::Types::PTZPresetTourPresetDetail # One of the following elements. - # No occurance checks yet, so be sure to pass just one... + # No occurrence checks yet, so be sure to pass just one... PresetToken => $some_value, # ReferenceToken Home => $some_value, # boolean PTZPosition => { # ONVIF::PTZ::Types::PTZVector diff --git a/onvif/proxy/lib/ONVIF/PTZ/Elements/MetadataStream.pm b/onvif/proxy/lib/ONVIF/PTZ/Elements/MetadataStream.pm index f355909a66..c092244970 100644 --- a/onvif/proxy/lib/ONVIF/PTZ/Elements/MetadataStream.pm +++ b/onvif/proxy/lib/ONVIF/PTZ/Elements/MetadataStream.pm @@ -49,10 +49,10 @@ Constructor. The following data structure may be passed to new(): { # ONVIF::PTZ::Types::MetadataStream # One of the following elements. - # No occurance checks yet, so be sure to pass just one... + # No occurrence checks yet, so be sure to pass just one... VideoAnalytics => { # ONVIF::PTZ::Types::VideoAnalyticsStream # One of the following elements. - # No occurance checks yet, so be sure to pass just one... + # No occurrence checks yet, so be sure to pass just one... Frame => { # ONVIF::PTZ::Types::Frame PTZStatus => { # ONVIF::PTZ::Types::PTZStatus Position => { # ONVIF::PTZ::Types::PTZVector @@ -155,7 +155,7 @@ Constructor. The following data structure may be passed to new(): }, PTZ => { # ONVIF::PTZ::Types::PTZStream # One of the following elements. - # No occurance checks yet, so be sure to pass just one... + # No occurrence checks yet, so be sure to pass just one... PTZStatus => { # ONVIF::PTZ::Types::PTZStatus Position => { # ONVIF::PTZ::Types::PTZVector PanTilt => , diff --git a/onvif/proxy/lib/ONVIF/PTZ/Elements/ModifyPresetTour.pm b/onvif/proxy/lib/ONVIF/PTZ/Elements/ModifyPresetTour.pm index 666c61a125..19eb961953 100644 --- a/onvif/proxy/lib/ONVIF/PTZ/Elements/ModifyPresetTour.pm +++ b/onvif/proxy/lib/ONVIF/PTZ/Elements/ModifyPresetTour.pm @@ -131,7 +131,7 @@ Constructor. The following data structure may be passed to new(): CurrentTourSpot => { # ONVIF::PTZ::Types::PTZPresetTourSpot PresetDetail => { # ONVIF::PTZ::Types::PTZPresetTourPresetDetail # One of the following elements. - # No occurance checks yet, so be sure to pass just one... + # No occurrence checks yet, so be sure to pass just one... PresetToken => $some_value, # ReferenceToken Home => $some_value, # boolean PTZPosition => { # ONVIF::PTZ::Types::PTZVector @@ -163,7 +163,7 @@ Constructor. The following data structure may be passed to new(): TourSpot => { # ONVIF::PTZ::Types::PTZPresetTourSpot PresetDetail => { # ONVIF::PTZ::Types::PTZPresetTourPresetDetail # One of the following elements. - # No occurance checks yet, so be sure to pass just one... + # No occurrence checks yet, so be sure to pass just one... PresetToken => $some_value, # ReferenceToken Home => $some_value, # boolean PTZPosition => { # ONVIF::PTZ::Types::PTZVector diff --git a/onvif/proxy/lib/ONVIF/PTZ/Interfaces/PTZ/PTZPort.pm b/onvif/proxy/lib/ONVIF/PTZ/Interfaces/PTZ/PTZPort.pm index 71915f7013..8d42d439ea 100644 --- a/onvif/proxy/lib/ONVIF/PTZ/Interfaces/PTZ/PTZPort.pm +++ b/onvif/proxy/lib/ONVIF/PTZ/Interfaces/PTZ/PTZPort.pm @@ -775,7 +775,7 @@ of the corresponding class can be passed instead of the marked hash ref. You may pass any combination of objects, hash and list refs to these methods, as long as you meet the structure. -List items (i.e. multiple occurences) are not displayed in the synopsis. +List items (i.e. multiple occurrences) are not displayed in the synopsis. You may generally pass a list ref of hash refs (or objects) instead of a hash ref - this may result in invalid XML if used improperly, though. Note that SOAP::WSDL always expects list references at maximum depth position. @@ -1136,7 +1136,7 @@ Returns a L { # ONVIF::PTZ::Types::PTZPresetTourSpot PresetDetail => { # ONVIF::PTZ::Types::PTZPresetTourPresetDetail # One of the following elements. - # No occurance checks yet, so be sure to pass just one... + # No occurrence checks yet, so be sure to pass just one... PresetToken => $some_value, # ReferenceToken Home => $some_value, # boolean PTZPosition => { # ONVIF::PTZ::Types::PTZVector @@ -1168,7 +1168,7 @@ Returns a L { # ONVIF::PTZ::Types::PTZPresetTourSpot PresetDetail => { # ONVIF::PTZ::Types::PTZPresetTourPresetDetail # One of the following elements. - # No occurance checks yet, so be sure to pass just one... + # No occurrence checks yet, so be sure to pass just one... PresetToken => $some_value, # ReferenceToken Home => $some_value, # boolean PTZPosition => { # ONVIF::PTZ::Types::PTZVector diff --git a/onvif/proxy/lib/ONVIF/PTZ/Types/ColorOptions.pm b/onvif/proxy/lib/ONVIF/PTZ/Types/ColorOptions.pm index a1c6097c41..5a3354adb0 100644 --- a/onvif/proxy/lib/ONVIF/PTZ/Types/ColorOptions.pm +++ b/onvif/proxy/lib/ONVIF/PTZ/Types/ColorOptions.pm @@ -98,7 +98,7 @@ Constructor. The following data structure may be passed to new(): { # ONVIF::PTZ::Types::ColorOptions # One of the following elements. - # No occurance checks yet, so be sure to pass just one... + # No occurrence checks yet, so be sure to pass just one... ColorList => , ColorspaceRange => { # ONVIF::PTZ::Types::ColorspaceRange X => { # ONVIF::PTZ::Types::FloatRange diff --git a/onvif/proxy/lib/ONVIF/PTZ/Types/ConfigurationEntity.pm b/onvif/proxy/lib/ONVIF/PTZ/Types/ConfigurationEntity.pm index c23095ead6..d619e80a3e 100644 --- a/onvif/proxy/lib/ONVIF/PTZ/Types/ConfigurationEntity.pm +++ b/onvif/proxy/lib/ONVIF/PTZ/Types/ConfigurationEntity.pm @@ -139,7 +139,7 @@ get_/set_ methods: =item * token - Token that uniquely refernces this configuration. Length up to 64 characters. + Token that uniquely references this configuration. Length up to 64 characters. diff --git a/onvif/proxy/lib/ONVIF/PTZ/Types/MetadataStream.pm b/onvif/proxy/lib/ONVIF/PTZ/Types/MetadataStream.pm index cdc6fa421b..50f88d36bf 100644 --- a/onvif/proxy/lib/ONVIF/PTZ/Types/MetadataStream.pm +++ b/onvif/proxy/lib/ONVIF/PTZ/Types/MetadataStream.pm @@ -114,10 +114,10 @@ Constructor. The following data structure may be passed to new(): { # ONVIF::PTZ::Types::MetadataStream # One of the following elements. - # No occurance checks yet, so be sure to pass just one... + # No occurrence checks yet, so be sure to pass just one... VideoAnalytics => { # ONVIF::PTZ::Types::VideoAnalyticsStream # One of the following elements. - # No occurance checks yet, so be sure to pass just one... + # No occurrence checks yet, so be sure to pass just one... Frame => { # ONVIF::PTZ::Types::Frame PTZStatus => { # ONVIF::PTZ::Types::PTZStatus Position => { # ONVIF::PTZ::Types::PTZVector @@ -220,7 +220,7 @@ Constructor. The following data structure may be passed to new(): }, PTZ => { # ONVIF::PTZ::Types::PTZStream # One of the following elements. - # No occurance checks yet, so be sure to pass just one... + # No occurrence checks yet, so be sure to pass just one... PTZStatus => { # ONVIF::PTZ::Types::PTZStatus Position => { # ONVIF::PTZ::Types::PTZVector PanTilt => , diff --git a/onvif/proxy/lib/ONVIF/PTZ/Types/OSDColorOptions.pm b/onvif/proxy/lib/ONVIF/PTZ/Types/OSDColorOptions.pm index d737003802..eedf14f1a4 100644 --- a/onvif/proxy/lib/ONVIF/PTZ/Types/OSDColorOptions.pm +++ b/onvif/proxy/lib/ONVIF/PTZ/Types/OSDColorOptions.pm @@ -107,7 +107,7 @@ Constructor. The following data structure may be passed to new(): { # ONVIF::PTZ::Types::OSDColorOptions Color => { # ONVIF::PTZ::Types::ColorOptions # One of the following elements. - # No occurance checks yet, so be sure to pass just one... + # No occurrence checks yet, so be sure to pass just one... ColorList => , ColorspaceRange => { # ONVIF::PTZ::Types::ColorspaceRange X => { # ONVIF::PTZ::Types::FloatRange diff --git a/onvif/proxy/lib/ONVIF/PTZ/Types/OSDConfigurationOptions.pm b/onvif/proxy/lib/ONVIF/PTZ/Types/OSDConfigurationOptions.pm index 80d57ab5c5..a0627a1bd1 100644 --- a/onvif/proxy/lib/ONVIF/PTZ/Types/OSDConfigurationOptions.pm +++ b/onvif/proxy/lib/ONVIF/PTZ/Types/OSDConfigurationOptions.pm @@ -143,7 +143,7 @@ Constructor. The following data structure may be passed to new(): FontColor => { # ONVIF::PTZ::Types::OSDColorOptions Color => { # ONVIF::PTZ::Types::ColorOptions # One of the following elements. - # No occurance checks yet, so be sure to pass just one... + # No occurrence checks yet, so be sure to pass just one... ColorList => , ColorspaceRange => { # ONVIF::PTZ::Types::ColorspaceRange X => { # ONVIF::PTZ::Types::FloatRange @@ -171,7 +171,7 @@ Constructor. The following data structure may be passed to new(): BackgroundColor => { # ONVIF::PTZ::Types::OSDColorOptions Color => { # ONVIF::PTZ::Types::ColorOptions # One of the following elements. - # No occurance checks yet, so be sure to pass just one... + # No occurrence checks yet, so be sure to pass just one... ColorList => , ColorspaceRange => { # ONVIF::PTZ::Types::ColorspaceRange X => { # ONVIF::PTZ::Types::FloatRange diff --git a/onvif/proxy/lib/ONVIF/PTZ/Types/OSDTextOptions.pm b/onvif/proxy/lib/ONVIF/PTZ/Types/OSDTextOptions.pm index 82660279c5..3f8a7c66f3 100644 --- a/onvif/proxy/lib/ONVIF/PTZ/Types/OSDTextOptions.pm +++ b/onvif/proxy/lib/ONVIF/PTZ/Types/OSDTextOptions.pm @@ -147,7 +147,7 @@ Constructor. The following data structure may be passed to new(): FontColor => { # ONVIF::PTZ::Types::OSDColorOptions Color => { # ONVIF::PTZ::Types::ColorOptions # One of the following elements. - # No occurance checks yet, so be sure to pass just one... + # No occurrence checks yet, so be sure to pass just one... ColorList => , ColorspaceRange => { # ONVIF::PTZ::Types::ColorspaceRange X => { # ONVIF::PTZ::Types::FloatRange @@ -175,7 +175,7 @@ Constructor. The following data structure may be passed to new(): BackgroundColor => { # ONVIF::PTZ::Types::OSDColorOptions Color => { # ONVIF::PTZ::Types::ColorOptions # One of the following elements. - # No occurance checks yet, so be sure to pass just one... + # No occurrence checks yet, so be sure to pass just one... ColorList => , ColorspaceRange => { # ONVIF::PTZ::Types::ColorspaceRange X => { # ONVIF::PTZ::Types::FloatRange diff --git a/onvif/proxy/lib/ONVIF/PTZ/Types/PTZPresetTourPresetDetail.pm b/onvif/proxy/lib/ONVIF/PTZ/Types/PTZPresetTourPresetDetail.pm index a29609cbc0..052575b16e 100644 --- a/onvif/proxy/lib/ONVIF/PTZ/Types/PTZPresetTourPresetDetail.pm +++ b/onvif/proxy/lib/ONVIF/PTZ/Types/PTZPresetTourPresetDetail.pm @@ -114,7 +114,7 @@ Constructor. The following data structure may be passed to new(): { # ONVIF::PTZ::Types::PTZPresetTourPresetDetail # One of the following elements. - # No occurance checks yet, so be sure to pass just one... + # No occurrence checks yet, so be sure to pass just one... PresetToken => $some_value, # ReferenceToken Home => $some_value, # boolean PTZPosition => { # ONVIF::PTZ::Types::PTZVector diff --git a/onvif/proxy/lib/ONVIF/PTZ/Types/PTZPresetTourSpot.pm b/onvif/proxy/lib/ONVIF/PTZ/Types/PTZPresetTourSpot.pm index 5e5c8d01ed..c88c3f6606 100644 --- a/onvif/proxy/lib/ONVIF/PTZ/Types/PTZPresetTourSpot.pm +++ b/onvif/proxy/lib/ONVIF/PTZ/Types/PTZPresetTourSpot.pm @@ -115,7 +115,7 @@ Constructor. The following data structure may be passed to new(): { # ONVIF::PTZ::Types::PTZPresetTourSpot PresetDetail => { # ONVIF::PTZ::Types::PTZPresetTourPresetDetail # One of the following elements. - # No occurance checks yet, so be sure to pass just one... + # No occurrence checks yet, so be sure to pass just one... PresetToken => $some_value, # ReferenceToken Home => $some_value, # boolean PTZPosition => { # ONVIF::PTZ::Types::PTZVector diff --git a/onvif/proxy/lib/ONVIF/PTZ/Types/PTZPresetTourStatus.pm b/onvif/proxy/lib/ONVIF/PTZ/Types/PTZPresetTourStatus.pm index 99e347247a..d4292efa9b 100644 --- a/onvif/proxy/lib/ONVIF/PTZ/Types/PTZPresetTourStatus.pm +++ b/onvif/proxy/lib/ONVIF/PTZ/Types/PTZPresetTourStatus.pm @@ -109,7 +109,7 @@ Constructor. The following data structure may be passed to new(): CurrentTourSpot => { # ONVIF::PTZ::Types::PTZPresetTourSpot PresetDetail => { # ONVIF::PTZ::Types::PTZPresetTourPresetDetail # One of the following elements. - # No occurance checks yet, so be sure to pass just one... + # No occurrence checks yet, so be sure to pass just one... PresetToken => $some_value, # ReferenceToken Home => $some_value, # boolean PTZPosition => { # ONVIF::PTZ::Types::PTZVector diff --git a/onvif/proxy/lib/ONVIF/PTZ/Types/PTZStream.pm b/onvif/proxy/lib/ONVIF/PTZ/Types/PTZStream.pm index 0296e95b3c..eca3b55576 100644 --- a/onvif/proxy/lib/ONVIF/PTZ/Types/PTZStream.pm +++ b/onvif/proxy/lib/ONVIF/PTZ/Types/PTZStream.pm @@ -98,7 +98,7 @@ Constructor. The following data structure may be passed to new(): { # ONVIF::PTZ::Types::PTZStream # One of the following elements. - # No occurance checks yet, so be sure to pass just one... + # No occurrence checks yet, so be sure to pass just one... PTZStatus => { # ONVIF::PTZ::Types::PTZStatus Position => { # ONVIF::PTZ::Types::PTZVector PanTilt => , diff --git a/onvif/proxy/lib/ONVIF/PTZ/Types/PresetTour.pm b/onvif/proxy/lib/ONVIF/PTZ/Types/PresetTour.pm index 8b61618b2d..a7db2aaed3 100644 --- a/onvif/proxy/lib/ONVIF/PTZ/Types/PresetTour.pm +++ b/onvif/proxy/lib/ONVIF/PTZ/Types/PresetTour.pm @@ -155,7 +155,7 @@ Constructor. The following data structure may be passed to new(): CurrentTourSpot => { # ONVIF::PTZ::Types::PTZPresetTourSpot PresetDetail => { # ONVIF::PTZ::Types::PTZPresetTourPresetDetail # One of the following elements. - # No occurance checks yet, so be sure to pass just one... + # No occurrence checks yet, so be sure to pass just one... PresetToken => $some_value, # ReferenceToken Home => $some_value, # boolean PTZPosition => { # ONVIF::PTZ::Types::PTZVector @@ -187,7 +187,7 @@ Constructor. The following data structure may be passed to new(): TourSpot => { # ONVIF::PTZ::Types::PTZPresetTourSpot PresetDetail => { # ONVIF::PTZ::Types::PTZPresetTourPresetDetail # One of the following elements. - # No occurance checks yet, so be sure to pass just one... + # No occurrence checks yet, so be sure to pass just one... PresetToken => $some_value, # ReferenceToken Home => $some_value, # boolean PTZPosition => { # ONVIF::PTZ::Types::PTZVector diff --git a/onvif/proxy/lib/ONVIF/PTZ/Types/VideoAnalyticsStream.pm b/onvif/proxy/lib/ONVIF/PTZ/Types/VideoAnalyticsStream.pm index d17e60a450..ff66bcf6e5 100644 --- a/onvif/proxy/lib/ONVIF/PTZ/Types/VideoAnalyticsStream.pm +++ b/onvif/proxy/lib/ONVIF/PTZ/Types/VideoAnalyticsStream.pm @@ -98,7 +98,7 @@ Constructor. The following data structure may be passed to new(): { # ONVIF::PTZ::Types::VideoAnalyticsStream # One of the following elements. - # No occurance checks yet, so be sure to pass just one... + # No occurrence checks yet, so be sure to pass just one... Frame => { # ONVIF::PTZ::Types::Frame PTZStatus => { # ONVIF::PTZ::Types::PTZStatus Position => { # ONVIF::PTZ::Types::PTZVector diff --git a/onvif/proxy/lib/WSDiscovery10/Interfaces/WSDiscovery/WSDiscoveryPort.pm b/onvif/proxy/lib/WSDiscovery10/Interfaces/WSDiscovery/WSDiscoveryPort.pm index f1b6446a5b..b8b6a735e7 100644 --- a/onvif/proxy/lib/WSDiscovery10/Interfaces/WSDiscovery/WSDiscoveryPort.pm +++ b/onvif/proxy/lib/WSDiscovery10/Interfaces/WSDiscovery/WSDiscoveryPort.pm @@ -104,7 +104,7 @@ of the corresponding class can be passed instead of the marked hash ref. You may pass any combination of objects, hash and list refs to these methods, as long as you meet the structure. -List items (i.e. multiple occurences) are not displayed in the synopsis. +List items (i.e. multiple occurrences) are not displayed in the synopsis. You may generally pass a list ref of hash refs (or objects) instead of a hash ref - this may result in invalid XML if used improperly, though. Note that SOAP::WSDL always expects list references at maximum depth position. diff --git a/onvif/proxy/lib/WSNotification/Interfaces/WSBaseNotificationSender/NotificationProducerPort.pm b/onvif/proxy/lib/WSNotification/Interfaces/WSBaseNotificationSender/NotificationProducerPort.pm index c86b26f9f3..ee55035cae 100644 --- a/onvif/proxy/lib/WSNotification/Interfaces/WSBaseNotificationSender/NotificationProducerPort.pm +++ b/onvif/proxy/lib/WSNotification/Interfaces/WSBaseNotificationSender/NotificationProducerPort.pm @@ -127,7 +127,7 @@ of the corresponding class can be passed instead of the marked hash ref. You may pass any combination of objects, hash and list refs to these methods, as long as you meet the structure. -List items (i.e. multiple occurences) are not displayed in the synopsis. +List items (i.e. multiple occurrences) are not displayed in the synopsis. You may generally pass a list ref of hash refs (or objects) instead of a hash ref - this may result in invalid XML if used improperly, though. Note that SOAP::WSDL always expects list references at maximum depth position. diff --git a/onvif/proxy/lib/WSNotification/Interfaces/WSBaseNotificationSender/SubscriptionManagerPort.pm b/onvif/proxy/lib/WSNotification/Interfaces/WSBaseNotificationSender/SubscriptionManagerPort.pm index a109780837..807c2ace2f 100644 --- a/onvif/proxy/lib/WSNotification/Interfaces/WSBaseNotificationSender/SubscriptionManagerPort.pm +++ b/onvif/proxy/lib/WSNotification/Interfaces/WSBaseNotificationSender/SubscriptionManagerPort.pm @@ -127,7 +127,7 @@ of the corresponding class can be passed instead of the marked hash ref. You may pass any combination of objects, hash and list refs to these methods, as long as you meet the structure. -List items (i.e. multiple occurences) are not displayed in the synopsis. +List items (i.e. multiple occurrences) are not displayed in the synopsis. You may generally pass a list ref of hash refs (or objects) instead of a hash ref - this may result in invalid XML if used improperly, though. Note that SOAP::WSDL always expects list references at maximum depth position. diff --git a/src/zm_image.cpp b/src/zm_image.cpp index a1f629979b..8e5abe8cf6 100644 --- a/src/zm_image.cpp +++ b/src/zm_image.cpp @@ -324,7 +324,7 @@ uint8_t* Image::WriteBuffer(const unsigned int p_width, const unsigned int p_hei } if(!p_height || !p_width) { - Error("WriteBuffer called with invaid width or height: %d %d",p_width,p_height); + Error("WriteBuffer called with invalid width or height: %d %d",p_width,p_height); return NULL; }