├── README.md ├── client ├── ONVIF_Other_Features_Client_Test_Specification.xml ├── ONVIF_Profile_A_Client_Test_Specification.xml ├── ONVIF_Profile_C_Client_Test_Specification.xml ├── ONVIF_Profile_D_Client_Test_Specification.xml ├── ONVIF_Profile_G_Client_Test_Specification.xml ├── ONVIF_Profile_M_Client_Test_Specification.xml ├── ONVIF_Profile_S_Client_Test_Specification.xml ├── ONVIF_Profile_T_Client_Test_Specification.xml └── parts │ ├── features │ ├── accesscontrol │ │ ├── AccessControlAnonymous.xml │ │ ├── AccessControlIdentifier.xml │ │ ├── AccessControlIdentifierAnonymous.xml │ │ ├── AccessControlIdentifierCredential.xml │ │ ├── AccessPointConfigurationChangeNotifications.xml │ │ ├── AccessPointControl.xml │ │ ├── AccessPointInformation.xml │ │ ├── AccessPointManagement.xml │ │ ├── AccessPointStateChangedEvent.xml │ │ ├── AccessTakenAnonymous.xml │ │ ├── AccessTakenIdentifier.xml │ │ ├── AreaConfigurationChangeNotifications.xml │ │ ├── AreaInformation.xml │ │ ├── DoorAlarmStateChangedEvent.xml │ │ ├── DoorConfigurationChangeNotifications.xml │ │ ├── DoorControl.xml │ │ ├── DoorControlProfileD.xml │ │ ├── DoorFaultStateChangedEvent.xml │ │ ├── DoorInformation.xml │ │ ├── DoorModeStateChangedEvent.xml │ │ ├── DoorPhysicalStateChangedEvent.xml │ │ ├── DoorTamperStateChangedEvent.xml │ │ ├── DoubleLockPhysicalStateChangedEvent.xml │ │ ├── ExternalAuthorization.xml │ │ ├── Feedback.xml │ │ ├── GetAccessPointState.xml │ │ ├── GetDoorState.xml │ │ ├── LockPhysicalStateChangedEvent.xml │ │ └── SystemComponentState.xml │ ├── analytics │ │ ├── AnalyticsModuleConfiguration.xml │ │ ├── FaceRecognitionEvent.xml │ │ ├── GeoLocationMetadata.xml │ │ ├── GetRules.xml │ │ ├── GetSupportedMetadata.xml │ │ ├── GetSupportedRules.xml │ │ ├── HelperDefineTypeCorrespondingToRuleName.xml │ │ ├── HumanBodyMetadata.xml │ │ ├── HumanFaceMetadata.xml │ │ ├── ImageData.xml │ │ ├── LicensePlateMetadata.xml │ │ ├── LicensePlateRecognitionEvent.xml │ │ ├── LineCrossingCounterEvent.xml │ │ ├── MetadataCapabilities.xml │ │ ├── MotionDetection.xml │ │ ├── ObjectClassification.xml │ │ ├── RuleConfiguration.xml │ │ └── VehicleMetadata.xml │ ├── core │ │ ├── AuxiliaryCommands.xml │ │ ├── Capabilities.xml │ │ ├── DNSConfiguration.xml │ │ ├── DeviceDiscoveryTypeFilter.xml │ │ ├── DeviceManagementNotifications.xml │ │ ├── Discovery.xml │ │ ├── DynamicDns.xml │ │ ├── EventBrokerConfiguration.xml │ │ ├── EventHandling.xml │ │ ├── EventHandlingUsingPullPoints.xml │ │ ├── GetServices.xml │ │ ├── GetServicesWithCapabilities.xml │ │ ├── HTTPDigest.xml │ │ ├── HTTPDigestForRTSP.xml │ │ ├── HTTPDigestForRTSPProfileD.xml │ │ ├── HTTPFirmwareUpgrade.xml │ │ ├── HTTPSystemBackup.xml │ │ ├── HTTPSystemRestore.xml │ │ ├── HostnameConfiguration.xml │ │ ├── IPAddressFiltering.xml │ │ ├── KeepAliveForPullPointEventHandling.xml │ │ ├── MonitoringNotifications.xml │ │ ├── NTP.xml │ │ ├── NVTDiscoveryTypeFilter.xml │ │ ├── NetworkConfiguration.xml │ │ ├── NetworkProtocolsConfiguration.xml │ │ ├── PersistentNotificationStorageRetrieval.xml │ │ ├── RelayOutputs.xml │ │ ├── SetSynchronizationPoint.xml │ │ ├── System.xml │ │ ├── SystemDateAndTimeConfiguration.xml │ │ ├── Unsubscribe.xml │ │ ├── UserHandling.xml │ │ ├── UserTokenProfile.xml │ │ └── ZeroConfiguration.xml │ ├── credential │ │ ├── ConfigureCredentials.xml │ │ ├── CredentialBlacklisting.xml │ │ ├── CredentialFormatTypes.xml │ │ ├── CredentialWhitelisting.xml │ │ └── GetCredentialCapabilities.xml │ ├── deviceio │ │ ├── GetDigitalInputs.xml │ │ └── RelayOutputsUsingDeviceIO.xml │ ├── doorcontrol │ │ └── DoorManagement.xml │ ├── imaging │ │ ├── FocusControl.xml │ │ ├── GetImagingSettings.xml │ │ ├── GetMoveOptions.xml │ │ ├── MotionAlarm.xml │ │ ├── SetImagingSettings.xml │ │ └── Tampering.xml │ ├── media2 │ │ ├── Media2_AnalyticsProfileConfiguration.xml │ │ ├── Media2_CreateProfile.xml │ │ ├── Media2_GetProfiles.xml │ │ ├── Media2_GetStreamURI.xml │ │ ├── Media2_H264VideoStreaming.xml │ │ ├── Media2_H265VideoStreaming.xml │ │ ├── Media2_HTTPSStreaming_ProfileM.xml │ │ ├── Media2_MediaStreaming.xml │ │ ├── Media2_MetadataConfiguration.xml │ │ ├── Media2_MetadataConfiguration_ProfileM.xml │ │ ├── Media2_MetadataProfileConfiguration.xml │ │ ├── Media2_MetadataProfileConfiguration_ProfileM.xml │ │ ├── Media2_MetadataStreaming.xml │ │ ├── Media2_MetadataStreaming_ProfileM.xml │ │ ├── Media2_VideoSourceConfiguration.xml │ │ └── Media2_VideoStreaming_ProfileM.xml │ ├── ptz │ │ ├── HelperGetDefaultPtzSpaceOfPtzConfigurationCorrespondingToMove.xml │ │ ├── Media2_PanTiltSpaces_PositionGenericSpace.xml │ │ ├── Media2_PanTiltSpaces_SphericalPositionSpaceDegrees.xml │ │ ├── Media2_PanTiltSpaces_VelocityGenericSpace.xml │ │ ├── Media2_ZoomSpaces_PositionGenericSpace.xml │ │ ├── Media2_ZoomSpaces_VelocityGenericSpace.xml │ │ ├── PTZUsingMedia2ProfileConfiguration.xml │ │ ├── PtzAuxiliaryCommand.xml │ │ ├── PtzConfiguration.xml │ │ ├── PtzGetCompatibleConfigurations.xml │ │ ├── PtzHomePosition.xml │ │ ├── PtzListing.xml │ │ ├── PtzPanTiltAbsolutePositioning.xml │ │ ├── PtzPanTiltContinuousPositioning.xml │ │ ├── PtzPanTiltRelativePositioning.xml │ │ ├── PtzPresets.xml │ │ ├── PtzSetConfiguration.xml │ │ ├── PtzSetPreset.xml │ │ ├── PtzZoomAbsolutePositioning.xml │ │ ├── PtzZoomContinuousPositioning.xml │ │ └── PtzZoomRelativePositioning.xml │ ├── securityconfiguration │ │ └── TLSConfiguration.xml │ └── template.xml │ └── general │ ├── introduction_common.xml │ ├── legalnotice.xml │ ├── namespaces_common.xml │ ├── normative_references_common.xml │ ├── overview_common.xml │ ├── terms_definitions.abbreviations_common.xml │ ├── terms_definitions.conventions.xml │ └── terms_definitions.definitions_common.xml └── device ├── ONVIF_Access_Control_Device_Test_Specification.xml ├── ONVIF_Access_Policy_Device_Test_Specification.xml ├── ONVIF_Access_Rules_Device_Test_Specification.xml ├── ONVIF_Analytics_Engine_Device_Test_Specification.xml ├── ONVIF_Authentication_Behavior_Device_Test_Specification.xml ├── ONVIF_Base_Device_Test_Specification.xml ├── ONVIF_Credential_Device_Test_Specification.xml ├── ONVIF_DeviceIO_Device_Test_Specification.xml ├── ONVIF_Device_Feature_Discovery_Specification.xml ├── ONVIF_Device_Test_Specification_Description.xml ├── ONVIF_Door_Control_Device_Test_Specification.xml ├── ONVIF_Event_Handling_Device_Test_Specification.xml ├── ONVIF_Export_File_Format_Device_Test_Specification.xml ├── ONVIF_Imaging_Device_Test_Specification.xml ├── ONVIF_Media2_Configuration_Device_Test_Specification.xml ├── ONVIF_Media_Configuration_Device_Test_Specification.xml ├── ONVIF_PTZ_Device_Test_Specification.xml ├── ONVIF_Profiles_Conformance_Device_Test_Specification.xml ├── ONVIF_Provisioning_Device_Test_Specification.xml ├── ONVIF_Real_Time_Streaming_Device_Test_Specification.xml ├── ONVIF_Real_Time_Streaming_using_Media2_Device_Test_Specification.xml ├── ONVIF_Receiver_Device_Test_Specification.xml ├── ONVIF_Recording_Control_Device_Test_Specification.xml ├── ONVIF_Recording_Search_Device_Test_Specification.xml ├── ONVIF_Replay_Control_Device_Test_Specification.xml ├── ONVIF_Schedule_Device_Test_Specification.xml ├── ONVIF_Security_Configuration_Device_Test_Specification.xml ├── ONVIF_Thermal_Device_Test_Specification.xml └── docbook-css └── docbook.xsl /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/README.md -------------------------------------------------------------------------------- /client/ONVIF_Other_Features_Client_Test_Specification.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/ONVIF_Other_Features_Client_Test_Specification.xml -------------------------------------------------------------------------------- /client/ONVIF_Profile_A_Client_Test_Specification.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/ONVIF_Profile_A_Client_Test_Specification.xml -------------------------------------------------------------------------------- /client/ONVIF_Profile_C_Client_Test_Specification.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/ONVIF_Profile_C_Client_Test_Specification.xml -------------------------------------------------------------------------------- /client/ONVIF_Profile_D_Client_Test_Specification.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/ONVIF_Profile_D_Client_Test_Specification.xml -------------------------------------------------------------------------------- /client/ONVIF_Profile_G_Client_Test_Specification.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/ONVIF_Profile_G_Client_Test_Specification.xml -------------------------------------------------------------------------------- /client/ONVIF_Profile_M_Client_Test_Specification.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/ONVIF_Profile_M_Client_Test_Specification.xml -------------------------------------------------------------------------------- /client/ONVIF_Profile_S_Client_Test_Specification.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/ONVIF_Profile_S_Client_Test_Specification.xml -------------------------------------------------------------------------------- /client/ONVIF_Profile_T_Client_Test_Specification.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/ONVIF_Profile_T_Client_Test_Specification.xml -------------------------------------------------------------------------------- /client/parts/features/accesscontrol/AccessControlAnonymous.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/accesscontrol/AccessControlAnonymous.xml -------------------------------------------------------------------------------- /client/parts/features/accesscontrol/AccessControlIdentifier.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/accesscontrol/AccessControlIdentifier.xml -------------------------------------------------------------------------------- /client/parts/features/accesscontrol/AccessControlIdentifierAnonymous.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/accesscontrol/AccessControlIdentifierAnonymous.xml -------------------------------------------------------------------------------- /client/parts/features/accesscontrol/AccessControlIdentifierCredential.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/accesscontrol/AccessControlIdentifierCredential.xml -------------------------------------------------------------------------------- /client/parts/features/accesscontrol/AccessPointConfigurationChangeNotifications.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/accesscontrol/AccessPointConfigurationChangeNotifications.xml -------------------------------------------------------------------------------- /client/parts/features/accesscontrol/AccessPointControl.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/accesscontrol/AccessPointControl.xml -------------------------------------------------------------------------------- /client/parts/features/accesscontrol/AccessPointInformation.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/accesscontrol/AccessPointInformation.xml -------------------------------------------------------------------------------- /client/parts/features/accesscontrol/AccessPointManagement.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/accesscontrol/AccessPointManagement.xml -------------------------------------------------------------------------------- /client/parts/features/accesscontrol/AccessPointStateChangedEvent.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/accesscontrol/AccessPointStateChangedEvent.xml -------------------------------------------------------------------------------- /client/parts/features/accesscontrol/AccessTakenAnonymous.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/accesscontrol/AccessTakenAnonymous.xml -------------------------------------------------------------------------------- /client/parts/features/accesscontrol/AccessTakenIdentifier.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/accesscontrol/AccessTakenIdentifier.xml -------------------------------------------------------------------------------- /client/parts/features/accesscontrol/AreaConfigurationChangeNotifications.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/accesscontrol/AreaConfigurationChangeNotifications.xml -------------------------------------------------------------------------------- /client/parts/features/accesscontrol/AreaInformation.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/accesscontrol/AreaInformation.xml -------------------------------------------------------------------------------- /client/parts/features/accesscontrol/DoorAlarmStateChangedEvent.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/accesscontrol/DoorAlarmStateChangedEvent.xml -------------------------------------------------------------------------------- /client/parts/features/accesscontrol/DoorConfigurationChangeNotifications.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/accesscontrol/DoorConfigurationChangeNotifications.xml -------------------------------------------------------------------------------- /client/parts/features/accesscontrol/DoorControl.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/accesscontrol/DoorControl.xml -------------------------------------------------------------------------------- /client/parts/features/accesscontrol/DoorControlProfileD.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/accesscontrol/DoorControlProfileD.xml -------------------------------------------------------------------------------- /client/parts/features/accesscontrol/DoorFaultStateChangedEvent.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/accesscontrol/DoorFaultStateChangedEvent.xml -------------------------------------------------------------------------------- /client/parts/features/accesscontrol/DoorInformation.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/accesscontrol/DoorInformation.xml -------------------------------------------------------------------------------- /client/parts/features/accesscontrol/DoorModeStateChangedEvent.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/accesscontrol/DoorModeStateChangedEvent.xml -------------------------------------------------------------------------------- /client/parts/features/accesscontrol/DoorPhysicalStateChangedEvent.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/accesscontrol/DoorPhysicalStateChangedEvent.xml -------------------------------------------------------------------------------- /client/parts/features/accesscontrol/DoorTamperStateChangedEvent.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/accesscontrol/DoorTamperStateChangedEvent.xml -------------------------------------------------------------------------------- /client/parts/features/accesscontrol/DoubleLockPhysicalStateChangedEvent.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/accesscontrol/DoubleLockPhysicalStateChangedEvent.xml -------------------------------------------------------------------------------- /client/parts/features/accesscontrol/ExternalAuthorization.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/accesscontrol/ExternalAuthorization.xml -------------------------------------------------------------------------------- /client/parts/features/accesscontrol/Feedback.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/accesscontrol/Feedback.xml -------------------------------------------------------------------------------- /client/parts/features/accesscontrol/GetAccessPointState.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/accesscontrol/GetAccessPointState.xml -------------------------------------------------------------------------------- /client/parts/features/accesscontrol/GetDoorState.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/accesscontrol/GetDoorState.xml -------------------------------------------------------------------------------- /client/parts/features/accesscontrol/LockPhysicalStateChangedEvent.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/accesscontrol/LockPhysicalStateChangedEvent.xml -------------------------------------------------------------------------------- /client/parts/features/accesscontrol/SystemComponentState.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/accesscontrol/SystemComponentState.xml -------------------------------------------------------------------------------- /client/parts/features/analytics/AnalyticsModuleConfiguration.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/analytics/AnalyticsModuleConfiguration.xml -------------------------------------------------------------------------------- /client/parts/features/analytics/FaceRecognitionEvent.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/analytics/FaceRecognitionEvent.xml -------------------------------------------------------------------------------- /client/parts/features/analytics/GeoLocationMetadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/analytics/GeoLocationMetadata.xml -------------------------------------------------------------------------------- /client/parts/features/analytics/GetRules.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/analytics/GetRules.xml -------------------------------------------------------------------------------- /client/parts/features/analytics/GetSupportedMetadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/analytics/GetSupportedMetadata.xml -------------------------------------------------------------------------------- /client/parts/features/analytics/GetSupportedRules.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/analytics/GetSupportedRules.xml -------------------------------------------------------------------------------- /client/parts/features/analytics/HelperDefineTypeCorrespondingToRuleName.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/analytics/HelperDefineTypeCorrespondingToRuleName.xml -------------------------------------------------------------------------------- /client/parts/features/analytics/HumanBodyMetadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/analytics/HumanBodyMetadata.xml -------------------------------------------------------------------------------- /client/parts/features/analytics/HumanFaceMetadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/analytics/HumanFaceMetadata.xml -------------------------------------------------------------------------------- /client/parts/features/analytics/ImageData.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/analytics/ImageData.xml -------------------------------------------------------------------------------- /client/parts/features/analytics/LicensePlateMetadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/analytics/LicensePlateMetadata.xml -------------------------------------------------------------------------------- /client/parts/features/analytics/LicensePlateRecognitionEvent.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/analytics/LicensePlateRecognitionEvent.xml -------------------------------------------------------------------------------- /client/parts/features/analytics/LineCrossingCounterEvent.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/analytics/LineCrossingCounterEvent.xml -------------------------------------------------------------------------------- /client/parts/features/analytics/MetadataCapabilities.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/analytics/MetadataCapabilities.xml -------------------------------------------------------------------------------- /client/parts/features/analytics/MotionDetection.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/analytics/MotionDetection.xml -------------------------------------------------------------------------------- /client/parts/features/analytics/ObjectClassification.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/analytics/ObjectClassification.xml -------------------------------------------------------------------------------- /client/parts/features/analytics/RuleConfiguration.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/analytics/RuleConfiguration.xml -------------------------------------------------------------------------------- /client/parts/features/analytics/VehicleMetadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/analytics/VehicleMetadata.xml -------------------------------------------------------------------------------- /client/parts/features/core/AuxiliaryCommands.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/core/AuxiliaryCommands.xml -------------------------------------------------------------------------------- /client/parts/features/core/Capabilities.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/core/Capabilities.xml -------------------------------------------------------------------------------- /client/parts/features/core/DNSConfiguration.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/core/DNSConfiguration.xml -------------------------------------------------------------------------------- /client/parts/features/core/DeviceDiscoveryTypeFilter.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/core/DeviceDiscoveryTypeFilter.xml -------------------------------------------------------------------------------- /client/parts/features/core/DeviceManagementNotifications.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/core/DeviceManagementNotifications.xml -------------------------------------------------------------------------------- /client/parts/features/core/Discovery.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/core/Discovery.xml -------------------------------------------------------------------------------- /client/parts/features/core/DynamicDns.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/core/DynamicDns.xml -------------------------------------------------------------------------------- /client/parts/features/core/EventBrokerConfiguration.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/core/EventBrokerConfiguration.xml -------------------------------------------------------------------------------- /client/parts/features/core/EventHandling.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/core/EventHandling.xml -------------------------------------------------------------------------------- /client/parts/features/core/EventHandlingUsingPullPoints.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/core/EventHandlingUsingPullPoints.xml -------------------------------------------------------------------------------- /client/parts/features/core/GetServices.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/core/GetServices.xml -------------------------------------------------------------------------------- /client/parts/features/core/GetServicesWithCapabilities.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/core/GetServicesWithCapabilities.xml -------------------------------------------------------------------------------- /client/parts/features/core/HTTPDigest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/core/HTTPDigest.xml -------------------------------------------------------------------------------- /client/parts/features/core/HTTPDigestForRTSP.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/core/HTTPDigestForRTSP.xml -------------------------------------------------------------------------------- /client/parts/features/core/HTTPDigestForRTSPProfileD.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/core/HTTPDigestForRTSPProfileD.xml -------------------------------------------------------------------------------- /client/parts/features/core/HTTPFirmwareUpgrade.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/core/HTTPFirmwareUpgrade.xml -------------------------------------------------------------------------------- /client/parts/features/core/HTTPSystemBackup.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/core/HTTPSystemBackup.xml -------------------------------------------------------------------------------- /client/parts/features/core/HTTPSystemRestore.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/core/HTTPSystemRestore.xml -------------------------------------------------------------------------------- /client/parts/features/core/HostnameConfiguration.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/core/HostnameConfiguration.xml -------------------------------------------------------------------------------- /client/parts/features/core/IPAddressFiltering.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/core/IPAddressFiltering.xml -------------------------------------------------------------------------------- /client/parts/features/core/KeepAliveForPullPointEventHandling.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/core/KeepAliveForPullPointEventHandling.xml -------------------------------------------------------------------------------- /client/parts/features/core/MonitoringNotifications.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/core/MonitoringNotifications.xml -------------------------------------------------------------------------------- /client/parts/features/core/NTP.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/core/NTP.xml -------------------------------------------------------------------------------- /client/parts/features/core/NVTDiscoveryTypeFilter.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/core/NVTDiscoveryTypeFilter.xml -------------------------------------------------------------------------------- /client/parts/features/core/NetworkConfiguration.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/core/NetworkConfiguration.xml -------------------------------------------------------------------------------- /client/parts/features/core/NetworkProtocolsConfiguration.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/core/NetworkProtocolsConfiguration.xml -------------------------------------------------------------------------------- /client/parts/features/core/PersistentNotificationStorageRetrieval.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/core/PersistentNotificationStorageRetrieval.xml -------------------------------------------------------------------------------- /client/parts/features/core/RelayOutputs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/core/RelayOutputs.xml -------------------------------------------------------------------------------- /client/parts/features/core/SetSynchronizationPoint.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/core/SetSynchronizationPoint.xml -------------------------------------------------------------------------------- /client/parts/features/core/System.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/core/System.xml -------------------------------------------------------------------------------- /client/parts/features/core/SystemDateAndTimeConfiguration.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/core/SystemDateAndTimeConfiguration.xml -------------------------------------------------------------------------------- /client/parts/features/core/Unsubscribe.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/core/Unsubscribe.xml -------------------------------------------------------------------------------- /client/parts/features/core/UserHandling.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/core/UserHandling.xml -------------------------------------------------------------------------------- /client/parts/features/core/UserTokenProfile.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/core/UserTokenProfile.xml -------------------------------------------------------------------------------- /client/parts/features/core/ZeroConfiguration.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/core/ZeroConfiguration.xml -------------------------------------------------------------------------------- /client/parts/features/credential/ConfigureCredentials.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/credential/ConfigureCredentials.xml -------------------------------------------------------------------------------- /client/parts/features/credential/CredentialBlacklisting.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/credential/CredentialBlacklisting.xml -------------------------------------------------------------------------------- /client/parts/features/credential/CredentialFormatTypes.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/credential/CredentialFormatTypes.xml -------------------------------------------------------------------------------- /client/parts/features/credential/CredentialWhitelisting.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/credential/CredentialWhitelisting.xml -------------------------------------------------------------------------------- /client/parts/features/credential/GetCredentialCapabilities.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/credential/GetCredentialCapabilities.xml -------------------------------------------------------------------------------- /client/parts/features/deviceio/GetDigitalInputs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/deviceio/GetDigitalInputs.xml -------------------------------------------------------------------------------- /client/parts/features/deviceio/RelayOutputsUsingDeviceIO.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/deviceio/RelayOutputsUsingDeviceIO.xml -------------------------------------------------------------------------------- /client/parts/features/doorcontrol/DoorManagement.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/doorcontrol/DoorManagement.xml -------------------------------------------------------------------------------- /client/parts/features/imaging/FocusControl.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/imaging/FocusControl.xml -------------------------------------------------------------------------------- /client/parts/features/imaging/GetImagingSettings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/imaging/GetImagingSettings.xml -------------------------------------------------------------------------------- /client/parts/features/imaging/GetMoveOptions.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/imaging/GetMoveOptions.xml -------------------------------------------------------------------------------- /client/parts/features/imaging/MotionAlarm.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/imaging/MotionAlarm.xml -------------------------------------------------------------------------------- /client/parts/features/imaging/SetImagingSettings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/imaging/SetImagingSettings.xml -------------------------------------------------------------------------------- /client/parts/features/imaging/Tampering.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/imaging/Tampering.xml -------------------------------------------------------------------------------- /client/parts/features/media2/Media2_AnalyticsProfileConfiguration.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/media2/Media2_AnalyticsProfileConfiguration.xml -------------------------------------------------------------------------------- /client/parts/features/media2/Media2_CreateProfile.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/media2/Media2_CreateProfile.xml -------------------------------------------------------------------------------- /client/parts/features/media2/Media2_GetProfiles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/media2/Media2_GetProfiles.xml -------------------------------------------------------------------------------- /client/parts/features/media2/Media2_GetStreamURI.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/media2/Media2_GetStreamURI.xml -------------------------------------------------------------------------------- /client/parts/features/media2/Media2_H264VideoStreaming.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/media2/Media2_H264VideoStreaming.xml -------------------------------------------------------------------------------- /client/parts/features/media2/Media2_H265VideoStreaming.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/media2/Media2_H265VideoStreaming.xml -------------------------------------------------------------------------------- /client/parts/features/media2/Media2_HTTPSStreaming_ProfileM.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/media2/Media2_HTTPSStreaming_ProfileM.xml -------------------------------------------------------------------------------- /client/parts/features/media2/Media2_MediaStreaming.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/media2/Media2_MediaStreaming.xml -------------------------------------------------------------------------------- /client/parts/features/media2/Media2_MetadataConfiguration.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/media2/Media2_MetadataConfiguration.xml -------------------------------------------------------------------------------- /client/parts/features/media2/Media2_MetadataConfiguration_ProfileM.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/media2/Media2_MetadataConfiguration_ProfileM.xml -------------------------------------------------------------------------------- /client/parts/features/media2/Media2_MetadataProfileConfiguration.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/media2/Media2_MetadataProfileConfiguration.xml -------------------------------------------------------------------------------- /client/parts/features/media2/Media2_MetadataProfileConfiguration_ProfileM.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/media2/Media2_MetadataProfileConfiguration_ProfileM.xml -------------------------------------------------------------------------------- /client/parts/features/media2/Media2_MetadataStreaming.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/media2/Media2_MetadataStreaming.xml -------------------------------------------------------------------------------- /client/parts/features/media2/Media2_MetadataStreaming_ProfileM.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/media2/Media2_MetadataStreaming_ProfileM.xml -------------------------------------------------------------------------------- /client/parts/features/media2/Media2_VideoSourceConfiguration.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/media2/Media2_VideoSourceConfiguration.xml -------------------------------------------------------------------------------- /client/parts/features/media2/Media2_VideoStreaming_ProfileM.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/media2/Media2_VideoStreaming_ProfileM.xml -------------------------------------------------------------------------------- /client/parts/features/ptz/HelperGetDefaultPtzSpaceOfPtzConfigurationCorrespondingToMove.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/ptz/HelperGetDefaultPtzSpaceOfPtzConfigurationCorrespondingToMove.xml -------------------------------------------------------------------------------- /client/parts/features/ptz/Media2_PanTiltSpaces_PositionGenericSpace.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/ptz/Media2_PanTiltSpaces_PositionGenericSpace.xml -------------------------------------------------------------------------------- /client/parts/features/ptz/Media2_PanTiltSpaces_SphericalPositionSpaceDegrees.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/ptz/Media2_PanTiltSpaces_SphericalPositionSpaceDegrees.xml -------------------------------------------------------------------------------- /client/parts/features/ptz/Media2_PanTiltSpaces_VelocityGenericSpace.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/ptz/Media2_PanTiltSpaces_VelocityGenericSpace.xml -------------------------------------------------------------------------------- /client/parts/features/ptz/Media2_ZoomSpaces_PositionGenericSpace.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/ptz/Media2_ZoomSpaces_PositionGenericSpace.xml -------------------------------------------------------------------------------- /client/parts/features/ptz/Media2_ZoomSpaces_VelocityGenericSpace.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/ptz/Media2_ZoomSpaces_VelocityGenericSpace.xml -------------------------------------------------------------------------------- /client/parts/features/ptz/PTZUsingMedia2ProfileConfiguration.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/ptz/PTZUsingMedia2ProfileConfiguration.xml -------------------------------------------------------------------------------- /client/parts/features/ptz/PtzAuxiliaryCommand.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/ptz/PtzAuxiliaryCommand.xml -------------------------------------------------------------------------------- /client/parts/features/ptz/PtzConfiguration.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/ptz/PtzConfiguration.xml -------------------------------------------------------------------------------- /client/parts/features/ptz/PtzGetCompatibleConfigurations.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/ptz/PtzGetCompatibleConfigurations.xml -------------------------------------------------------------------------------- /client/parts/features/ptz/PtzHomePosition.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/ptz/PtzHomePosition.xml -------------------------------------------------------------------------------- /client/parts/features/ptz/PtzListing.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/ptz/PtzListing.xml -------------------------------------------------------------------------------- /client/parts/features/ptz/PtzPanTiltAbsolutePositioning.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/ptz/PtzPanTiltAbsolutePositioning.xml -------------------------------------------------------------------------------- /client/parts/features/ptz/PtzPanTiltContinuousPositioning.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/ptz/PtzPanTiltContinuousPositioning.xml -------------------------------------------------------------------------------- /client/parts/features/ptz/PtzPanTiltRelativePositioning.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/ptz/PtzPanTiltRelativePositioning.xml -------------------------------------------------------------------------------- /client/parts/features/ptz/PtzPresets.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/ptz/PtzPresets.xml -------------------------------------------------------------------------------- /client/parts/features/ptz/PtzSetConfiguration.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/ptz/PtzSetConfiguration.xml -------------------------------------------------------------------------------- /client/parts/features/ptz/PtzSetPreset.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/ptz/PtzSetPreset.xml -------------------------------------------------------------------------------- /client/parts/features/ptz/PtzZoomAbsolutePositioning.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/ptz/PtzZoomAbsolutePositioning.xml -------------------------------------------------------------------------------- /client/parts/features/ptz/PtzZoomContinuousPositioning.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/ptz/PtzZoomContinuousPositioning.xml -------------------------------------------------------------------------------- /client/parts/features/ptz/PtzZoomRelativePositioning.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/ptz/PtzZoomRelativePositioning.xml -------------------------------------------------------------------------------- /client/parts/features/securityconfiguration/TLSConfiguration.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/securityconfiguration/TLSConfiguration.xml -------------------------------------------------------------------------------- /client/parts/features/template.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/features/template.xml -------------------------------------------------------------------------------- /client/parts/general/introduction_common.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/general/introduction_common.xml -------------------------------------------------------------------------------- /client/parts/general/legalnotice.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/general/legalnotice.xml -------------------------------------------------------------------------------- /client/parts/general/namespaces_common.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/general/namespaces_common.xml -------------------------------------------------------------------------------- /client/parts/general/normative_references_common.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/general/normative_references_common.xml -------------------------------------------------------------------------------- /client/parts/general/overview_common.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/general/overview_common.xml -------------------------------------------------------------------------------- /client/parts/general/terms_definitions.abbreviations_common.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/general/terms_definitions.abbreviations_common.xml -------------------------------------------------------------------------------- /client/parts/general/terms_definitions.conventions.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/general/terms_definitions.conventions.xml -------------------------------------------------------------------------------- /client/parts/general/terms_definitions.definitions_common.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/client/parts/general/terms_definitions.definitions_common.xml -------------------------------------------------------------------------------- /device/ONVIF_Access_Control_Device_Test_Specification.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/device/ONVIF_Access_Control_Device_Test_Specification.xml -------------------------------------------------------------------------------- /device/ONVIF_Access_Policy_Device_Test_Specification.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/device/ONVIF_Access_Policy_Device_Test_Specification.xml -------------------------------------------------------------------------------- /device/ONVIF_Access_Rules_Device_Test_Specification.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/device/ONVIF_Access_Rules_Device_Test_Specification.xml -------------------------------------------------------------------------------- /device/ONVIF_Analytics_Engine_Device_Test_Specification.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/device/ONVIF_Analytics_Engine_Device_Test_Specification.xml -------------------------------------------------------------------------------- /device/ONVIF_Authentication_Behavior_Device_Test_Specification.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/device/ONVIF_Authentication_Behavior_Device_Test_Specification.xml -------------------------------------------------------------------------------- /device/ONVIF_Base_Device_Test_Specification.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/device/ONVIF_Base_Device_Test_Specification.xml -------------------------------------------------------------------------------- /device/ONVIF_Credential_Device_Test_Specification.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/device/ONVIF_Credential_Device_Test_Specification.xml -------------------------------------------------------------------------------- /device/ONVIF_DeviceIO_Device_Test_Specification.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/device/ONVIF_DeviceIO_Device_Test_Specification.xml -------------------------------------------------------------------------------- /device/ONVIF_Device_Feature_Discovery_Specification.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/device/ONVIF_Device_Feature_Discovery_Specification.xml -------------------------------------------------------------------------------- /device/ONVIF_Device_Test_Specification_Description.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/device/ONVIF_Device_Test_Specification_Description.xml -------------------------------------------------------------------------------- /device/ONVIF_Door_Control_Device_Test_Specification.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/device/ONVIF_Door_Control_Device_Test_Specification.xml -------------------------------------------------------------------------------- /device/ONVIF_Event_Handling_Device_Test_Specification.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/device/ONVIF_Event_Handling_Device_Test_Specification.xml -------------------------------------------------------------------------------- /device/ONVIF_Export_File_Format_Device_Test_Specification.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/device/ONVIF_Export_File_Format_Device_Test_Specification.xml -------------------------------------------------------------------------------- /device/ONVIF_Imaging_Device_Test_Specification.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/device/ONVIF_Imaging_Device_Test_Specification.xml -------------------------------------------------------------------------------- /device/ONVIF_Media2_Configuration_Device_Test_Specification.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/device/ONVIF_Media2_Configuration_Device_Test_Specification.xml -------------------------------------------------------------------------------- /device/ONVIF_Media_Configuration_Device_Test_Specification.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/device/ONVIF_Media_Configuration_Device_Test_Specification.xml -------------------------------------------------------------------------------- /device/ONVIF_PTZ_Device_Test_Specification.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/device/ONVIF_PTZ_Device_Test_Specification.xml -------------------------------------------------------------------------------- /device/ONVIF_Profiles_Conformance_Device_Test_Specification.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/device/ONVIF_Profiles_Conformance_Device_Test_Specification.xml -------------------------------------------------------------------------------- /device/ONVIF_Provisioning_Device_Test_Specification.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/device/ONVIF_Provisioning_Device_Test_Specification.xml -------------------------------------------------------------------------------- /device/ONVIF_Real_Time_Streaming_Device_Test_Specification.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/device/ONVIF_Real_Time_Streaming_Device_Test_Specification.xml -------------------------------------------------------------------------------- /device/ONVIF_Real_Time_Streaming_using_Media2_Device_Test_Specification.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/device/ONVIF_Real_Time_Streaming_using_Media2_Device_Test_Specification.xml -------------------------------------------------------------------------------- /device/ONVIF_Receiver_Device_Test_Specification.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/device/ONVIF_Receiver_Device_Test_Specification.xml -------------------------------------------------------------------------------- /device/ONVIF_Recording_Control_Device_Test_Specification.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/device/ONVIF_Recording_Control_Device_Test_Specification.xml -------------------------------------------------------------------------------- /device/ONVIF_Recording_Search_Device_Test_Specification.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/device/ONVIF_Recording_Search_Device_Test_Specification.xml -------------------------------------------------------------------------------- /device/ONVIF_Replay_Control_Device_Test_Specification.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/device/ONVIF_Replay_Control_Device_Test_Specification.xml -------------------------------------------------------------------------------- /device/ONVIF_Schedule_Device_Test_Specification.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/device/ONVIF_Schedule_Device_Test_Specification.xml -------------------------------------------------------------------------------- /device/ONVIF_Security_Configuration_Device_Test_Specification.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/device/ONVIF_Security_Configuration_Device_Test_Specification.xml -------------------------------------------------------------------------------- /device/ONVIF_Thermal_Device_Test_Specification.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/device/ONVIF_Thermal_Device_Test_Specification.xml -------------------------------------------------------------------------------- /device/docbook-css/docbook.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onvif/testspecs/HEAD/device/docbook-css/docbook.xsl --------------------------------------------------------------------------------