DigitalSecurityCameraMotionImage:1 Service Template Version 1.01

Size: px
Start display at page:

Download "DigitalSecurityCameraMotionImage:1 Service Template Version 1.01"

Transcription

1 DigitalSecurityCameraMotionImage:1 DigitalSecurityCameraMotionImage:1 Service Template Version 1.01 For UPnP Version 1.0 Status: Standardized DCP Date: March 24, 2005 This Standardized DCP has been adopted as a Standardized DCP by the Steering Committee of the UPnP Forum, pursuant to Section 2.1(c)(ii) of the UPnP Forum Membership Agreement. UPnP Forum Members have rights and licenses defined by Section 3 of the UPnP Forum Membership Agreement to use and reproduce the Standardized DCP in UPnP Compliant Devices. All such use is subject to all of the provisions of the UPnP Forum Membership Agreement. THE UPNP FOUM TAKES NO POSITION AS TO WHETHE ANY INTELLECTUAL POPETY IGHTS EXIST IN THE STANDADIZED DCPS. THE STANDADIZED DCPS AE POVIDED "AS IS" AND "WITH ALL FAULTS". THE UPNP FOUM MAKES NO WAANTIES, EXPESS, IMPLIED, STATUTOY, O OTHEWISE WITH ESPECT TO THE STANDADIZED DCPS, INCLUDING BUT NOT LIMITED TO ALL IMPLIED WAANTIES OF MECHANTABILITY, NON-INFINGEMENT AND FITNESS FO A PATICULA PUPOSE, OF EASONABLE CAE O WOKMANLIKE EFFOT, O ESULTS O OF LACK OF NEGLIGENCE. Authors Joacim Tullberg Ted Hartzell Göran Haraldsson Company Axis Communications AB Axis Communications AB Axis Communications AB

2 Digital Security Camera Motion Image Service 2 Contents 1. OVEVIEW AND SCOPE SEVICE MODELING DEFINITIONS SEVICETYPE STATE VAIABLES AvailableEncodings DefaultEncoding AvailableCompressionLevels DefaultCompressionLevel Availableesolutions Defaultesolutions VideoUL VideoPresentationUL MaxBandwidth TargetFrameate EVENTING AND MODEATION ACTIONS GetAvailableEncodings SetDefaultEncoding GetDefaultEncoding GetAvailableCompressionLevels SetDefaultCompressionLevel GetDefaultCompressionLevel GetAvailableesolutions SetDefaultesolution GetDefaultesolution GetVideoUL GetDefaultVideoUL GetVideoPresentationUL GetDefaultVideoPresentationUL SetMaxBandwidth GetMaxBandwidth SetTargetFrameate GetTargetFrameate Non-Standard Actions Implemented by a UPnP Vendor Common Error Codes THEOY OF OPEATION XML SEVICE DESCIPTION TEST...23 List of Tables Table 1: State Variables...5 Table 2: Event Moderation...7 Table 3: Actions...8 Table 4: Arguments for GetAvailableEncodings...8

3 Digital Security Camera Motion Image Service 3 Table 5: Arguments for SetDefaultEncoding...9 Table 6: Arguments for GetDefaultEncoding...9 Table 7: Arguments for GetAvailableCompressionLevels...9 Table 8: Arguments for SetDefaultCompressionLevel...10 Table 9: Arguments for GetDefaultCompressionLevel...10 Table 10: Arguments for GetAvailableesolutions...10 Table 11: Arguments for SetDefaultesolution...11 Table 12: Arguments for GetDefaultesolution...11 Table 13: Arguments for GetVideoUL...12 Table 13: Arguments for GetDefaultVideoUL...12 Table 14: Arguments for GetVideoPresentationUL...13 Table 15: Arguments for GetDefaultVideoPresentationUL...14 Table 16: Arguments for SetMaxBandwidth...14 Table 17: Arguments for GetMaxBandwidth...14 Table 18: Arguments for SetTargetFrameate...15 Table 19: Arguments for GetTargetFrameate...15 Table 20: Common Error Codes...16

4 Digital Security Camera Motion Image Service 4 1. Overview and Scope This service definition is compliant with the UPnP Device Architecture version 1.0. The service enables delivery and control of live snapshot images from a digital security camera.

5 Digital Security Camera Motion Image Service 5 2. Service Modeling Definitions 2.1. ServiceType A service that is compliant with this template is identified with the following service type: urn:schemasupnp-org:service: DigitalSecurityCameraMotionImage: State Variables Table 1: State Variables Variable Name eq. or Opt. 1 Data Type Allowed Value Default Value Eng. Units AvailableEncodings string DefaultEncoding string AvailableCompressionLevels string DeafultCompressionLevel string Availableesolutions string Defaultesolutions string VideoUL string VideoPresentationUL string MaxBandwidth ui4 0.. (Maximum) TargetFrameate ui4 0.. (Maximum) Non-standard state variables implemented by an UPnP vendor go here. 1 = equired, O = Optional, X = Non-standard. X TBD TBD TBD TBD AvailableEncodings The value of this string should be a list of all by the vendor specific service supported MIME-type still image types. The types in the list should be separated by a,. Example: image/jpeg, image/gif, image/bmp This is a read only property DefaultEncoding The value of this string must be a MIME-type still image type. Any MIME still image type listed in AvailableEncodings may be used as an allowed value AvailableCompressionLevels Compression level describes how much an image should be compressed. Since a wide variety of compression methods and algorithms are available compression levels become subjective values that are

6 Digital Security Camera Motion Image Service 6 hard to quantify. The value of this string should be a list of all supported compression levels separated by a,. The list order should be the lowest compression level first. Example1: 0, 1, 2, 3, 4, 5 Example2: Lowest, Highest This is a read only property DefaultCompressionLevel The value of this string must be one of the supported compression levels specified in AvailableCompressionLevels. AvailableEncodings may be used as an allowed value Availableesolutions esolution is the actual number of horizontal and vertical pixels an image contains. It does not tell anything of the image quality apart from the size in pixels. There must be at least one resolution available. Presented in ascending order based on first the value of X multiplied by Y and as second order the value of X. Always formatted as "XxY". Where X is the horizontal number of pixels and Y the vertical number of pixels. Example: 320x240, 640x480 This is a read only property. esolution is always based on otation = 0. (See: Security Camera Settings Service for more information) Defaultesolutions The value of this string must be one of the supported resolutions specified in Availableesolutions VideoUL The VideoUL is the UL for the video stream itself. This is a read only property VideoPresentationUL This is the UL for an html presentation page of the current video stream. The typical implementation would be an html page that includes the VideoUL. This field must exist but may contain the empty string MaxBandwidth This is the maximum bandwidth allowed for this service to use for each video connection. Unit used is Kbit/s. If set to 0 this service would be disabled. MaxBandwidth has priority over TargetFrameate frame rate.

7 Digital Security Camera Motion Image Service TargetFrameate Frame rate in frames/minute. Target frame rate should never be exceeded by the device. If an attempt to set outside scope of device the nearest supported legal value will be set Eventing and Moderation Table 2: Event Moderation Variable Name AvailableEncod ings DefaultEncodin g AvailableComp ressionlevels DeafultCompre ssion Level Evented Moderated Event Max Event ate 1 Logical Combination No No N/A N/A Yes No N/A N/A No No N/A N/A Yes No N/A N/A Availableesol No No N/A N/A utions Defaultesoluti Yes No N/A N/A on VideoUL No No N/A N/A VideoPresentati No No N/A N/A onul MaxBandwidth Yes Yes 1 N/A TargetFrame ate Non-standard state variables implemented by an UPnP vendor go here. Yes Yes 1 N/A TBD TBD TBD TBD TBD 1 Determined by N, where ate = (Event)/(N secs). 2 (N) * (allowedvalueange Step). Min Delta per Event 2

8 Digital Security Camera Motion Image Service Actions Immediately following this table is detailed information about these actions, including short descriptions of the actions, the effects of the actions on state variables, and error codes defined by the actions. Table 3: Actions Name eq. or Opt. 1 GetAvailableEncodings SetDefaultEncoding GetDefaultEncoding GetAvailableCompressionLevels SetDefaultCompressionLevel GetDefaultCompressionLevel GetAvailableesolutions SetDefaultesolution GetDefaultesolution GetVideoUL GetDefaultVideoUL GetVideoPresentationUL GetDefaultVideoPresentationUL SetMaxBandwidth GetMaxBandwidth SetTargetFrameate GetTargetFrameate Non-standard actions implemented by an UPnP vendor go here. X 1 = equired, O = Optional, X = Non-standard GetAvailableEncodings Get the list of supported MIME-type still image types Arguments Table 4: Arguments for GetAvailableEncodings etavailableencodings OUT AvailableEncodings

9 Digital Security Camera Motion Image Service SetDefaultEncoding Set the DefaultEncoding Arguments Table 5: Arguments for SetDefaultEncoding eqencoding IN DefaultEncoding Effect on State Changes the value of DefaultEncoding to eqencoding Errors errorcode errordescription Description 700 eqencoding not supported eqencoding is not one of the supported encodings specified in AvailableEncodings GetDefaultEncoding Get the DefaultEncoding Arguments Table 6: Arguments for GetDefaultEncoding etencoding OUT DefaultEncoding GetAvailableCompressionLevels Get the list of supported compression levels Arguments Table 7: Arguments for GetAvailableCompressionLevels etavailablecompressionlevels OUT AvailableCompressionLe vels

10 Digital Security Camera Motion Image Service SetDefaultCompressionLevel Set the DefaultCompressionLevel Arguments Table 8: Arguments for SetDefaultCompressionLevel eqcompressionlevel IN DefaultCompressionLeve l Effect on State Changes the value of DefaultCompressionLevel to eqcompressionlevel Errors errorcode errordescription Description 701 eqcompressionle vel not supported eqcompressionlevel is not one of the supported compression levels specified in AvailableCompressionLevels GetDefaultCompressionLevel Get the DefaultCompressionLevel Arguments Table 9: Arguments for GetDefaultCompressionLevel etcompressionlevel OUT DefaultCompressionLeve l GetAvailableesolutions Get the list of supported resolutions Arguments Table 10: Arguments for GetAvailableesolutions etavailableesolutions OUT Availableesolutions

11 Digital Security Camera Motion Image Service SetDefaultesolution Set the Defaultesolution Arguments Table 11: Arguments for SetDefaultesolution eqesolution IN Defaultesolution Effect on State Changes the value of Defaultesolution to eqesolution Errors errorcode errordescription Description 702 eqesolution not supported eqesolution is not one of the supported resolutions specified in Availableesolutions GetDefaultesolution Get the Defaultesolution Arguments Table 12: Arguments for GetDefaultesolution etesolution OUT Defaultesolution GetVideoUL Get a UL to the video stream itself. The etvideoul is being built depending on how the different parameters has been set. eqencoding should be one of the supported encodings. eqcompression should be one of the supported compressions. eqesolution should be one of the supported resolutions. eqmaxbandwidth should be the maximum bandwidth allowed. eqtargetframeate should be the maximum frame rate in frames/minute.

12 Digital Security Camera Motion Image Service Arguments Table 13: Arguments for GetVideoUL eqencoding IN DefaultEncoding eqcompression IN DefaultCompression eqesolution IN Defaultesolution eqmaxbandwidth IN MaxBandwidth eqtargetframeate IN TargetFrameate etvideoul OUT VideoUL Errors errorcode errordescription Description 700 eqencoding not supported 701 eqcompressionle vel not supported 702 eqesolution not supported eqencoding is not one of the supported encodings specified in AvailableEncodings. eqcompressionlevel is not one of the supported compression levels specified in AvailableCompressionLevels. eqesolution is not one of the supported resolutions specified in Availableesolutions GetDefaultVideoUL Get a UL to the video stream itself. The etvideoul is being built depending on how the different default parameters DefaultEncoding, DefaultCompressionLevel and Defaultesolution has been set Arguments Table 13: Arguments for GetDefaultVideoUL etvideoul OUT VideoUL

13 Digital Security Camera Motion Image Service GetVideoPresentationUL Get a UL to an html presentation page of the current video stream. The eqvideopresentationul is being built depending on how the different parameters has been set. eqencoding should be one of the supported encodings. eqcompression should be one of the supported compressions. eqesolution should be one of the supported resolutions. eqmaxbandwidth should be the maximum bandwidth allowed. eqtargetframeate should be the maximum frame rate in frames/minute Arguments Table 14: Arguments for GetVideoPresentationUL eqencoding IN DefaultEncoding eqcompression IN DefaultCompression eqesolution IN Defaultesolution eqmaxbandwidth IN MaxBandwidth eqtargetframeate IN TargetFrameate etvideopresentationul OUT VideoPresentationUL Errors errorcode errordescription Description 700 eqencoding not supported 701 eqcompressionle vel not supported 702 eqesolution not supported eqencoding is not one of the supported encodings specified in AvailableEncodings. eqcompressionlevel is not one of the supported compression levels specified in AvailableCompressionLevels. eqesolution is not one of the supported resolutions specified in Availableesolutions.

14 Digital Security Camera Motion Image Service GetDefaultVideoPresentationUL Get a UL to an html presentation page of the current video stream. The etvideopresentationul is being built depending on how the different default parameters DefaultEncoding, DefaultCompressionLevel and Defaultesolution has been set Arguments Table 15: Arguments for GetDefaultVideoPresentationUL etvideopresentationul OUT VideoPresentationUL SetMaxBandwidth Change Maximum bandwidth allowed for each connection to this Motion Image service. The response to an attempt to set an unsupported but legal value shall result in the nearest supported legal value Arguments Table 16: Arguments for SetMaxBandwidth eqmaxbandwidth IN MaxBandwidth Effect on State Changes the value of MaxBandwidth to eqmaxbandwidth GetMaxBandwidth Get the Maximum bandwidth allowed for each connection to this Motion Image service Arguments Table 17: Arguments for GetMaxBandwidth etmaxbandwidth OUT MaxBandwidth

15 Digital Security Camera Motion Image Service SetTargetFrameate Change Target Frame rate. The response to an attempt to set an unsupported but legal value shall result in the nearest supported legal value Arguments Table 18: Arguments for SetTargetFrameate eqtargetframeate IN TargetFrameate Effect on State Changes the value of TargetFrameate to eqtargetframeate GetTargetFrameate Get the Target Frame ate allowed for each connection to this Motion Image service Arguments Table 19: Arguments for GetTargetFrameate eqtargetframeate OUT TargetFrameate Non-Standard Actions Implemented by a UPnP Vendor To facilitate certification, non-standard actions implemented by UPnP vendors should be included in this service template. The UPnP Device Architecture lists naming requirements for non-standard actions (see the section on Description).

16 Digital Security Camera Motion Image Service Common Error Codes The following table lists error codes common to actions for this service type. If an action results in multiple errors, the most specific error should be returned. Table 20: Common Error Codes errorcode errordescription Description 401 Invalid Action See UPnP Device Architecture section on Control. 402 Invalid Args See UPnP Device Architecture section on Control. 404 Invalid Var See UPnP Device Architecture section on Control. 501 Action Failed See UPnP Device Architecture section on Control TBD Common action errors. Defined by UPnP Forum Technical Committee. 700 eqencoding not supported 701 eqcompressionle vel not supported 702 eqesolution not supported TBD (Specified by UPnP vendor.) eqencoding is not one of the supported encodings specified in AvailableEncodings. eqcompressionlevel is not one of the supported compression levels specified in AvailableCompressionLevels. eqesolution is not one of the supported resolutions specified in Availableesolutions Theory of Operation An instance of Digital Security Camera Motion Image Service may be embedded into a Digital Security Camera Device or other devices requiring this service. This service will enable access to live motion images (video) by providing the retrieval address of the desired video stream. The retrieval address will be in the form of a complete UL. Method of video data transfer is in no way restricted by this specification, implementers are free to use any available transport protocols that can be described in the form of a UL. The operation of this service is stateless. The action of fetching a VideoUL or VideoPresentationUL does not affect the properties of previous, simultaneous or later fetched video streams and VideoPresentation ULs. This allows for multiple User Control Points to receive images with different properties without potential interference. The properties Availableesolutions, AvailableCompressionLevels and AvailableEncodings are vendor specific descriptions of the complete set of available options of the matching property. The VideoUL property is the UL where the video stream itself can be fetched. The VideoPresentationUL is a container document needed for display of the video by a user control point. This does for instance allow for display of video that require special viewers such as ActiveX components or Java applets.

17 Digital Security Camera Motion Image Service XML Service Description <?xml version="1.0"?> <scpd xmlns="urn:schemas-upnp-org:service-1-0"> <specversion> <major>1</major> <minor>0</minor> </specversion> <actionlist> <name>getavailableencodings</name> <name>etavailableencodings</name> <relatedstatevariable>availableencodings <name>getdefaultencoding</name> <name>etencoding</name> <relatedstatevariable>defaultencoding </ argument> <name>setdefaultencoding</name> <name>eqencoding</name> <relatedstatevariable>defaultencoding <name>getavailablecompressionlevels</name> <name>etavailablecompressionlevels</name> <relatedstatevariable>availablecompressionlevels <name>getdefaultcompressionlevel</name>

18 Digital Security Camera Motion Image Service 18 <name>etcompressionlevel</name> <relatedstatevariable>defaultcompressionlevel <name>setdefaultcompressionlevel</name> <name>eqcompressionlevel</name> <relatedstatevariable>defaultcompressionlevel <name>getavailableesolutions</name> <name>etavailableesolutions</name> <relatedstatevariable>availableesolutions <name>getdefaultesolution</name> <name>etesolution</name> <relatedstatevariable>defaultesolution <name>setdefaultesolution</name> <name>eqesolution</name> <relatedstatevariable>defaultesolution <name>getvideoul</name> <name>eqencoding</name>

19 Digital Security Camera Motion Image Service 19 <relatedstatevariable>defaultencoding <name>eqcompression</name> <relatedstatevariable>defaultcompressionlevel <name>eqesolution</name> <relatedstatevariable>defaultesolution <name>eqmaxbandwidth</name> <relatedstatevariable>maxbandwidth <name>eqtargetframeate</name> <relatedstatevariable>targetframeate <name>etvideoul</name> <relatedstatevariable>videoul <name>getdefaultvideoul</name> <name>etvideoul</name> <relatedstatevariable>videoul <name>getvideopresentationul</name> <name>eqencoding</name> <relatedstatevariable>defaultencoding <name>eqcompression</name> <relatedstatevariable>defaultcompressionlevel

20 Digital Security Camera Motion Image Service 20 <name>eqesolution</name> <relatedstatevariable>defaultesolution </ relatedstatevariable> <name>eqmaxbandwidth</name> <relatedstatevariable>maxbandwidth <name>eqtargetframeate</name> <relatedstatevariable>targetframeate <name>etvideopresentationul</name> <relatedstatevariable>videopresentationul <name>getdefaultvideopresentationul</name> <name>etvideopresentationul</name> <relatedstatevariable>videopresentationul <name>setmaxbandwidth</name> <name>eqmaxbandwidth</name> <relatedstatevariable>maxbandwidth <name>getmaxbandwidth</name> <name>etmaxbandwidth</name> <relatedstatevariable>maxbandwidth

21 Digital Security Camera Motion Image Service 21 <name>settargetframeate</name> <name>eqtargetframeate</name> <relatedstatevariable>targetframeate <name>gettargetframeate</name> < name>ettargetframeate</name> <relatedstatevariable>targetframeate </actionlist> <servicestatetable> <statevariable sendevents="no"> <name>availableencodings</name> <datatype>string</datatype> </statevariable> <statevariable sendevents="yes"> <name>defaultencoding</name> <datatype>string</datatype> </statevariable> <statevariable sendevents="no"> <name>availablecompressionlevels</name> <datatype>string</datatype> </statevariable> <statevariable sendevents="yes"> <name>defaultcompressionlevel</name> <datatype>string</datatype> </statevariable> <statevariable sendevents="no"> <name>availableesolutions</name> <datatype>string</datatype> </statevariable> <statevariable sendevents="yes"> <name>defaultesolution</name> <datatype>string</datatype> </statevariable> <statevariable sendevents="no"> <name>videoul</name> <datatype>string</datatype> </statevariable> <statevariable sendevents="no">

22 Digital Security Camera Motion Image Service 22 <name>videopresentationul</name> <datatype>string</datatype> </statevariable> <statevariable sendevents="yes"> <name>maxbandwidth</name> <datatype>ui4</datatype> <defaultvalue>maximum</defaultvalue> <allowedvalueange> <minimum>0</minimum> <maximum>maximum</maximum> </allowedvalueange> </statevariable> <statevariable sendevents="yes"> <name>targetframeate</name> <datatype>ui4</datatype> <defaultvalue>maximum</defaultvalue> <allowedvalueange> <minimum>0</minimum> < maximum>maximum</maximum> </allowedvalueange> </statevariable> </servicestatetable> </scpd>

23 Digital Security Camera Motion Image Service Test Testing of the UPnP functions Addressing, Discovery, Description, Control (Syntax) and Eventing are performed by the UPnP Test Tool v1.1 based on the following documents: UPnP Device Architecture v1.0 The Service Definitions in chapter 2 of this document The XML Service Description in chapter 3 of this document The UPnP Test Tool service template test file: DigitalSecurityCameraMotionImage1.xml The UPnP Test Tool service template test file: DigitalSecurityCameraMotionImage1.SyntaxTests.xml The test suite does not include tests for Control Semantics, since it is felt that such tests would not provide a higher level of interoperability.

HVAC_FanOperatingMode:1 Service Template

HVAC_FanOperatingMode:1 Service Template HVAC_FanOperatingMode:1 Service Template For UPnP Device Architecture V 1.0 Status: Standardized DCP Date: May 13 th, 2003 This Standardized DCP has been adopted as a Standardized DCP by the Steering Committee

More information

LANHostConfigManagement:1 Service Template Version 1.01

LANHostConfigManagement:1 Service Template Version 1.01 LANHostConfigManagement:1 Service Template Version 1.01 For UPnP Version 1.0 Status: Standardized DCP Date: November 12, 2001 This Standardized DCP has been adopted as a Standardized DCP by the Steering

More information

Feeder:1.0 Service Template Version 1.01

Feeder:1.0 Service Template Version 1.01 Feeder:1.0 Service Template Version 1.01 For UPnP Version 1.0 Status: Standardized DCP Date: September 11, 2002 This Standardized DCP has been adopted as a Standardized DCP by the Steering Committee of

More information

SwitchPower:1 Service Template Version 1.02

SwitchPower:1 Service Template Version 1.02 SwitchPower:1 Service Template Version 1.02 For UPnP Version 1.0 Status: Standardized DCP Date: May 1, 2011 This Standardized DCP has been adopted as a Standardized DCP by the Steering Committee of the

More information

UPnP FanSpeed:1 Service Template Version 1.01 For UPnP Device Architecture 1.0

UPnP FanSpeed:1 Service Template Version 1.01 For UPnP Device Architecture 1.0 UPnP FanSpeed:1 Service Template Version 1.01 For UPnP Device Architecture 1.0 Status: Standardized DCP Date: September 21 st, 2007 This Standardized DCP has been adopted as a Standardized DCP by the Steering

More information

ControlValve:1 Service Template

ControlValve:1 Service Template Service Template Version 1.01 ControlValve:1 Service Template For UPnP Device Architecture V 1.0 Status: Standardized DCP Date: May 13 th, 2003 This Standardized DCP has been adopted as a Standardized

More information

TwoWayMotionMotor:1 Service Template Version 1.01

TwoWayMotionMotor:1 Service Template Version 1.01 TwoWayMotionMotor:1 Service Template Version 1.01 For UPnP Version 1.0 Status: Standardized DCP Date: July 27th, 2007 This Standardized DCP has been adopted as a Standardized DCP by the Steering Committee

More information

QosPolicyHolder 1.0. For UPnP Version Date: March 10th, 2005

QosPolicyHolder 1.0. For UPnP Version Date: March 10th, 2005 QosPolicyHolder 1.0 For UPnP Version 1.0 2 Date: March 10th, 2005 This Standardized DCP has been adopted as a Standardized DCP by the Steering Committee of the UPnP Forum, pursuant to Section 2.1(c)(ii)

More information

WANPOTSLinkConfig:1 Service Template Version 1.01

WANPOTSLinkConfig:1 Service Template Version 1.01 WANPTSLinkConfig:1 Service Template Version 1.01 For UPnP Version 1.0 Status: Standardized DCP Date: November 12, 2001 This Standardized DCP has been adopted as a Standardized DCP by the Steering Committee

More information

UPnP QosPolicyHolder:2 Service Template Version 1.01

UPnP QosPolicyHolder:2 Service Template Version 1.01 UPnP QosPolicyHolder:2 Service Template Version 1.01 For UPnP Version 1.0 Status: Standardized DCP Date: October 16, 2006 Document Version: 1.00 This Standardized DCP has been adopted as a Standardized

More information

Scan:1.0 Service Template Version 1.01

Scan:1.0 Service Template Version 1.01 Scan:1.0 Service Template Version 1.01 For UPnP Version 1.0 Status: Standardized DCP Date: September 11, 2002 This Standardized DCP has been adopted as a Standardized DCP by the Steering Committee of the

More information

WANDSLLinkConfig:1 Service Template Version 1.01

WANDSLLinkConfig:1 Service Template Version 1.01 WANDSLLinkConfig:1 Service Template Version 1.01 For UPnP Version 1.0 Status: Standardized DCP Date: November 12, 2001 This Standardized DCP has been adopted as a Standardized DCP by the Steering Committee

More information

Basic:1.0 Device Definition Version 1.0

Basic:1.0 Device Definition Version 1.0 Basic:1.0 Device Definition Version 1.0 For UPnP Version 1.0 Status: Template Design Complete Date: 2002-12-12 This Standardized DCP has been adopted as a Standardized DCP by the Steering Committee of

More information

DimmableLight:1 Device Template Version 1.01

DimmableLight:1 Device Template Version 1.01 DimmableLight:1 Device Template Version 1.01 For UPnP Version 1.0 Status: Standardized DCP Date: November 23, 2003 This Standardized DCP has been adopted as a Standardized DCP by the Steering Committee

More information

IoT Management and ControlTransportGeneric Service. For UPnP Version 1.0. Status: Standardized DCP (SDCP) Date: July 1, Document Version: 1.

IoT Management and ControlTransportGeneric Service. For UPnP Version 1.0. Status: Standardized DCP (SDCP) Date: July 1, Document Version: 1. IoT Management and ControlTransportGeneric Service For UPnP Version 1.0 Status: Standardized DCP (SDCP) Date: July 1, 2013 Document Version: 1.0 Service Template Version: 2.00 This Standardized DCP has

More information

Calendar:1 Service. For UPnP Version 1.0. Status: Standardized DCP (SDCP) Date: December 10, Document Version: 1.0

Calendar:1 Service. For UPnP Version 1.0. Status: Standardized DCP (SDCP) Date: December 10, Document Version: 1.0 Service For UPnP Version 1.0 Status: Standardized DCP (SDCP) Date: December 10, 2012 Document Version: 1.0 Service Template Version: 2.00 This Standardized DCP has been adopted as a Standardized DCP by

More information

InboundConnectionConfig:1 Service

InboundConnectionConfig:1 Service InboundConnectionConfig:1 Service For UPnP Version 1.0 Status: Standardized DCP Date: September 30, 2009 Document Version: 1.0 Service Template Version: 2.00 This Standardized DCP has been adopted as a

More information

RemoteUIClient:1 Service Template Version 1.01

RemoteUIClient:1 Service Template Version 1.01 For UPnP Version 1.0 Status: Standardized DCP Date: April 16, 2014 This Standardized DCP has been adopted as a Standardized DCP by the Steering Committee of the UPnP Forum, pursuant to Section 2.1(c)(ii)

More information

HVAC_ZoneThermostat:1 Device Template

HVAC_ZoneThermostat:1 Device Template HVAC_ZoneThermostat:1 Device Template For UPnP Device Architecture V 1.0 Status: Standardized DCP Date: May 13 th, 2003 This Standardized DCP has been adopted as a Standardized DCP by the Steering Committee

More information

CIPA DCG-X006-Translation-2011

CIPA DCG-X006-Translation-2011 Guideline of Camera & Imaging Products Association CIPA DCG-X006-Translation-2011 Implementation Guidelines for DPS over IP Prepared by Standardization Committee Published by Camera & Imaging Products

More information

RemoteUIClientDevice:1 Device Template Version 1.01

RemoteUIClientDevice:1 Device Template Version 1.01 RemoteUIClientDevice:1 Device Template Version 1.01 For UPnP Version 1.0 Status: Standardized DCP Date: April 16, 2014 This Standardized DCP has been adopted as a Standardized DCP by the Steering Committee

More information

QosManager:1. For UPnP Version 1.0 Date: March 10th, 2005

QosManager:1. For UPnP Version 1.0 Date: March 10th, 2005 QosManager:1 For UPnP Version 1.0 Date: March 10th, 2005 This Standardized DCP has been adopted as a Standardized DCP by the Steering Committee of the UPnP Forum, pursuant to Section 2.1(c)(ii) of the

More information

Scanner:1.0 Device Template Version 1.01

Scanner:1.0 Device Template Version 1.01 Scanner:1.0 Device Template Version 1.01 For UPnP Version 1.0 Status: Standardized DCP Date: September 11, 2002 This Standardized DCP has been adopted as a Standardized DCP by the Steering Committee of

More information

RADASync:2 Service. For UPnP Version 1.0 Status: Standardized DCP Date: April 30, 2010 Document Version: 1.0 Service Template Version: 2.

RADASync:2 Service. For UPnP Version 1.0 Status: Standardized DCP Date: April 30, 2010 Document Version: 1.0 Service Template Version: 2. RADASync:2 Service For UPnP Version 1.0 Status: Standardized DCP Date: April 30, 2010 Document Version: 1.0 Service Template Version: 2.00 This Standardized DCP has been adopted as a Standardized DCP by

More information

UPnP QosPolicyHolder:3 Service Template Version 1.01

UPnP QosPolicyHolder:3 Service Template Version 1.01 UPnP QosPolicyHolder:3 Service Template Version 1.01 For UPnP Version 1.0 Status: Standardized DCP Date: November 30, 2008 This Standardized DCP has been adopted as a Standardized DCP by the Steering Committee

More information

ManageableDevice:1 Device Template Version 1.01

ManageableDevice:1 Device Template Version 1.01 ManageableDevice:1 Device Template Version 1.01 For UPnP Version 1.0 Status: Standardized DCP (SDCP) Date: July 20, 2010 This Standardized DCP has been adopted as a Standardized DCP by the Steering Committee

More information

MediaManagement:1 Service

MediaManagement:1 Service MediaManagement:1 Service For UPnP Version 1.0 Status: Standardized DCP (SDCP) Date: March 22, 2011 Document Version: 1.0 Service Template Version: 2.00 This Standardized DCP has been adopted as a Standardized

More information

TelephonyClient:1 Device

TelephonyClient:1 Device TelephonyClient:1 Device For UPnP Version 1.0 Status: Standardized DCP (SDCP) Date: March 22, 2011 Document Version: 1.0 Service Template Version: 2.00 This Standardized DCP has been adopted as a Standardized

More information

ETSI TS V1.3.0 ( )

ETSI TS V1.3.0 ( ) TS 103 544-11 V1.3.0 (2017-10) TECHNICAL SPECIFICATION Publicly Available Specification (PAS); Intelligent Transport Systems (ITS); MirrorLink ; Part 11: UPnP Notification Server Service CAUTION The present

More information

UPnP QosManager:2 Service Template Version 1.01

UPnP QosManager:2 Service Template Version 1.01 UPnP QosManager:2 Service Template Version 1.01 For UPnP Version 1.0 Status: Standardized DCP Date: October 16, 2006 Document Version: 1.00 This Standardized DCP has been adopted as a Standardized DCP

More information

WANConnectionDevice:1 Device Template Version 1.01

WANConnectionDevice:1 Device Template Version 1.01 WANConnectionDevice:1 Device Template Version 1.01 For UPnP Version 1.0 Status: Standardized DCP Date: November 12, 2001 This Standardized DCP has been adopted as a Standardized DCP by the Steering Committee

More information

Presence:1 Service. For UPnP Version 1.0. Status: Standardized DCP (SDCP) Date: December 10, Document Version: 1.0

Presence:1 Service. For UPnP Version 1.0. Status: Standardized DCP (SDCP) Date: December 10, Document Version: 1.0 Service For UPnP Version 1.0 Status: Standardized DCP (SDCP) Date: December 10, 2012 Document Version: 1.0 Service Template Version: 2.00 This Standardized DCP has been adopted as a Standardized DCP by

More information

TelephonyArchitecture:1

TelephonyArchitecture:1 Architecture:1 For UPnP Version 1.0 Status: Standardized DCP (SDCP) Date: March 22, 2011 Document Version: 1.0 Template Version: 2.00 This Standardized DCP has been adopted as a Standardized DCP by the

More information

TelephonyArchitecture:2. For UPnP Version 1.0. Status: Standardized DCP (SDCP) Date: December 10, Document Version: 1.0

TelephonyArchitecture:2. For UPnP Version 1.0. Status: Standardized DCP (SDCP) Date: December 10, Document Version: 1.0 Architecture:2 For UPnP Version 1.0 Status: Standardized DCP (SDCP) Date: December 10, 2012 Document Version: 1.0 Template Version: 2.00 This Standardized DCP has been adopted as a Standardized DCP by

More information

WANIPConnection:1 Service Template Version 1.01

WANIPConnection:1 Service Template Version 1.01 WANIPConnection:1 Service Template Version 1.01 For UPnP Version 1.0 Status: Standardized DCP Date: November 12, 2001 This Standardized DCP has been adopted as a Standardized DCP by the Steering Committee

More information

Intel 945G/945GM Express Chipset Intel Dynamic Video Memory Technology (DVMT) 3.0

Intel 945G/945GM Express Chipset Intel Dynamic Video Memory Technology (DVMT) 3.0 Intel 945G/945GM Express Chipset Intel Dynamic Video Memory Technology (DVMT) 3.0 White Paper June 2005 Document Number: 307508-001 INFOMATION IN THIS DOCUMENT IS POVIDED IN CONNECTION WITH INTEL PODUCTS.

More information

ManageableDevice:2 Device Template Version 1.01

ManageableDevice:2 Device Template Version 1.01 ManageableDevice:2 Device Template Version 1.01 For UPnP Version 1.0 Status: Standardized DCP (SDCP) Date: February 16 th, 2012 This Standardized DCP has been adopted as a Standardized DCP by the Steering

More information

Interfacing LVPECL 3.3V Drivers with Xilinx 2.5V Differential Receivers Author: Mark Wood

Interfacing LVPECL 3.3V Drivers with Xilinx 2.5V Differential Receivers Author: Mark Wood XAPP696 (v1.3) May 1, 2008 Application Note: Virtex-II Pro, Virtex-4, Virtex-5, Spartan-3/3E Families Interfacing LVPECL 3.3V Drivers with Xilinx 2.5V Differential eceivers Author: Mark Wood Summary This

More information

G9H. Ordering Information. Hybrid Power Relay. List of Model. Accessories (Order Separately) Connecting Socket Mounting Plate

G9H. Ordering Information. Hybrid Power Relay. List of Model. Accessories (Order Separately) Connecting Socket Mounting Plate Hybrid Power elay CSM DS_E_6_ Hybridization of a Magnetic elay and an SS Achieves 0-A Switching for 0 Million Operations. UL/CSA certified (-US models). Using a triac to open and close the circuit reduces

More information

INTERNATIONAL STANDARD

INTERNATIONAL STANDARD ISO/IEC 29341-18-12 INTERNATIONAL STANDARD Edition 1.0 2011-08 colour inside Information technology UPnP device architecture Part 18-12: Remote Access Device Control Protocol Remote Access Discovery Agent

More information

Dynamically Updatable UPnP Service for Device Role Management

Dynamically Updatable UPnP Service for Device Role Management 10th IEEE International Workshop on Managing Ubiquitous Communications and Services 2013, San Diego (18 March 2013) Dynamically Updatable UPnP Service for Device Role Management Tadanobu Tsunoda, Akira

More information

PASS4TEST. IT Certification Guaranteed, The Easy Way! We offer free update service for one year

PASS4TEST. IT Certification Guaranteed, The Easy Way!   We offer free update service for one year PASS4TEST \ http://www.pass4test.com We offer free update service for one year Exam : ANVE Title : Axis Network Video Exam Vendor : Axis Version : DEMO Get Latest & Valid ANVE Exam's Question and Answers

More information

Intel Media SDK RAW Media Accelerator Sample

Intel Media SDK RAW Media Accelerator Sample Overview Features Software equirements Hardware equirements How to uild the Application unning the Software Known Limitations Legal Information Overview Intel Media SDK AW Media Accelerator Sample The

More information

Intel 975X Express Chipset

Intel 975X Express Chipset Intel 975 Express Chipset Specification Update For the Intel 82975 Memory Controller Hub (MCH) May 2006 Notice: The Intel 82975 Memory Controller Hub (MCH) may contain design defects or errors known as

More information

Security Management System Camera Configuration Axis IP Device (Stream Profile Support)

Security Management System Camera Configuration Axis IP Device (Stream Profile Support) Security Management System Camera Configuration Axis IP Device (Stream Profile Support) Introduction Security Management System software supports several video source makes and models. This includes IP

More information

INTERNATIONAL STANDARD

INTERNATIONAL STANDARD ISO/IEC 29341-14-3 INTERNATIONAL STANDARD Edition 1.0 2011-08 colour inside Information technology UPnP device architecture Part 14-3: Audio Video Device Control Protocol Level 3 Media Server Device INTERNATIONAL

More information

TALQ Specification Overview

TALQ Specification Overview TALQ Specification Overview TALQ Technical Working Group March 2015 References [1] TALQ Consortium http://www.talq-consortium.org/ [2] RFC 2616 - Hypertext Transfer Protocol -- HTTP/1.1 (http://www.tools.ietf.org/html/rfc2616)

More information

Intel E7221 Chipset. Specification Update For the Intel E7221 Memory Controller Hub (MCH) September 2004

Intel E7221 Chipset. Specification Update For the Intel E7221 Memory Controller Hub (MCH) September 2004 Intel E7221 Chipset Specification Update For the Intel E7221 Memory Controller Hub (MCH) September 2004 Notice: The Intel E7221 MCH may contain design defects or errors known as errata which may cause

More information

Beginning To Define ebxml Initial Draft

Beginning To Define ebxml Initial Draft Beginning To Define ebxml Initial Draft File Name Version BeginningToDefineebXML 1 Abstract This document provides a visual representation of how the ebxml Architecture could work. As ebxml evolves, this

More information

Intel Authoring Tools for UPnP* Technologies

Intel Authoring Tools for UPnP* Technologies Intel Authoring Tools for UPnP* Technologies (Version 1.00, 05-07-2003) INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS OR IMPLIED, BY ESTOPPEL OR OTHERWISE,

More information

BEA WebLogic. Portal. JavaServer Page Guide

BEA WebLogic. Portal. JavaServer Page Guide BEA WebLogic Portal JavaServer Page Guide elease 7.0 Service Pack 5 Document Date: April 2004 Copyright Copyright 2004 BEA Systems, Inc. All ights eserved. estricted ights Legend This software and documentation

More information

Streaming Video and Throughput Uplink and Downlink

Streaming Video and Throughput Uplink and Downlink Streaming Video and Throughput Uplink and Downlink IPTV IPTV - Digital TV delivered using technologies used for computer network. Internet Protocols (HTTP, RTP, RTSP, IGMP) Copyright 2017 Cambium Networks,

More information

Total NAND Market Segment

Total NAND Market Segment A Standard Interface for NAND Flash Amber Huffman Senior Staff Architect, Intel K.S. Pua President, Phison Legal Disclaimer INFOMATION IN THIS DOCUMENT IS POVIDED IN CONNECTION WITH INTEL PODUCTS. NO LICENSE,

More information

Jini Meets UPnP: An Architecture for Jini/UPnP Interoperability

Jini Meets UPnP: An Architecture for Jini/UPnP Interoperability Jini Meets UPnP: An Architecture for Jini/UPnP Interoperability J. Allard, V. Chinta, S. Gundala, G. G. Richard III Department of Computer Science University of New Orleans New Orleans, LA 70148 Contact:

More information

ENGINEERING COMMITTEE Digital Video Subcommittee

ENGINEERING COMMITTEE Digital Video Subcommittee ENGINEERING COMMITTEE Digital Video Subcommittee SCTE 164 2010 Emergency Alert Metadata Descriptor NOTICE The Society of Cable Telecommunications Engineers (SCTE) Standards are intended to serve the public

More information

DICOM CONFORMANCE STATEMENT FOR TOSHIBA DIGITAL RADIOGRAPHY SYSTEM. Infinix Celeve-i series / Infinix-i series Model XIDF-3DP801 AND ANGIO WORKSTATION

DICOM CONFORMANCE STATEMENT FOR TOSHIBA DIGITAL RADIOGRAPHY SYSTEM. Infinix Celeve-i series / Infinix-i series Model XIDF-3DP801 AND ANGIO WORKSTATION No. MIIXR0024EA DICOM CONFORMANCE STATEMENT FOR TOSHIBA DIGITAL RADIOGRAPHY SYSTEM Infinix Celeve-i series / Infinix-i series Model XIDF-3DP801 AND ANGIO WORKSTATION Model XIDF-AWS801 TOSHIBA MEDICAL SYSTEMS

More information

Q40 Quick Start Guide

Q40 Quick Start Guide This Quick Start Guide is designed to be used with either the Q40 Base Library or Expansion Module. It will explain how to unpack the units and install them in a standard 19 inch rack. equired Tools: Utility

More information

Protocols and Layers. Networked Systems (H) Lecture 2

Protocols and Layers. Networked Systems (H) Lecture 2 Protocols and Layers Networked Systems (H) Lecture 2 This work is licensed under the Creative Commons Attribution-NoDerivatives 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by-nd/4.0/

More information

EnergyManagement:1 Service

EnergyManagement:1 Service For UPnP Version 1.0 EnergyManagement:1 Service Status: Standardized DCP (SDCP) Date: August 30, 2013 Document Version: 1.0 Service Template Version: 2.00 This Standardized DCP has been adopted as a Standardized

More information

B. Manufacturer shall warrant the camera to be free from defects in material and workmanship for two years from the purchase date.

B. Manufacturer shall warrant the camera to be free from defects in material and workmanship for two years from the purchase date. FD8134V Fixed Dome Network, Vandal-proof & IP66 Camera H.264, 1 Megapixel, MicroSD/SDHC, Compact Dome Design Architectural and Engineering Specification 2.01 Manufacturer A. VIVOTEK Inc. 6F, No.192, Lien-Cheng

More information

Digital Imaging and Communications in Medicine (DICOM) Supplement 174: RESTful Rendering. Public Comment Draft

Digital Imaging and Communications in Medicine (DICOM) Supplement 174: RESTful Rendering. Public Comment Draft 22 March 2015 Supplement 174: Restful Rendering Page 1 5 10 Digital Imaging and Communications in Medicine (DICOM) Supplement 174: RESTful Rendering Public Comment Draft 15 20 25 DICOM Standards Committee,

More information

NOTICE. (Formulated under the cognizance of the CTA R7 Home Networks Committee.)

NOTICE. (Formulated under the cognizance of the CTA R7 Home Networks Committee.) CTA Standard Task Model Description (CE TASK 1.0) CTA-2018 R2016 (Formerly ANSI/) March 2008 NOTICE Consumer Technology Association (CTA) Standards, Bulletins and other technical publications are designed

More information

Building Crosspoint Switches with CoolRunner-II CPLDs

Building Crosspoint Switches with CoolRunner-II CPLDs Application Note: Coolunner-II CPLD XAPP0 (v1.0) June 5, 2002 Building Crosspoint Switches with Coolunner-II CPLDs Summary This application note provides a functional description of VHDL source code for

More information

APS Application Certification Criteria

APS Application Certification Criteria 1.2 Copyright 1999, 2009 Parallels, Inc Table of Contents 1. Introduction... 2 2. Overview... 2 2.1. Procedure... 2 2.2. Result... 2 2.3. Requirement changes... 2 2.4. Application changes... 3 3. Silver

More information

ISO/IEC INTERNATIONAL STANDARD. Information technology Multimedia framework (MPEG-21) Part 21: Media Contract Ontology

ISO/IEC INTERNATIONAL STANDARD. Information technology Multimedia framework (MPEG-21) Part 21: Media Contract Ontology INTERNATIONAL STANDARD ISO/IEC 21000-21 First edition 2013-07-01 Information technology Multimedia framework (MPEG-21) Part 21: Media Contract Ontology Technologies de l'information Cadre multimédia (MPEG-21)

More information

INTERNATIONAL STANDARD

INTERNATIONAL STANDARD INTERNATIONAL STANDARD ISO/IEC 9314-6 First edition 1998-08 Information technology Fibre distributed data interface (FDDI) Part 6: Station Management (SMT) ISO/IEC 1998 All rights reserved. Unless otherwise

More information

IDC-862 HD 2 Megapixel Network Mini-Dome Camera 1080p HD, WDR, H.264, MPEG4, M-JPEG, 3GPP, PoE, MicroSD Part No.:

IDC-862 HD 2 Megapixel Network Mini-Dome Camera 1080p HD, WDR, H.264, MPEG4, M-JPEG, 3GPP, PoE, MicroSD Part No.: IDC-862 HD 2 Megapixel Network Mini-Dome Camera 1080p HD, WDR, H.264, MPEG4, M-JPEG, 3GPP, PoE, MicroSD Part No.: 551441 The Intellinet IDC-862 HD Network Mini-Dome Camera is designed for discreet indoor

More information

ETSI TS V1.1.1 ( )

ETSI TS V1.1.1 ( ) TS 103 286-3 V1.1.1 (2015-05) TECHNICAL SPECIFICATION Digital Video Broadcasting (DVB); Companion Screens and Streams; Part 3: Discovery 2 TS 103 286-3 V1.1.1 (2015-05) Reference DTS/JTC-DVB-343-3 Keywords

More information

TCG Physical Security Interoperability Alliance IP Video Use Case 002 (PSI-UC-IPV002) Specification Version 1.0 Revision 0.2

TCG Physical Security Interoperability Alliance IP Video Use Case 002 (PSI-UC-IPV002) Specification Version 1.0 Revision 0.2 TCG Physical Security Interoperability Alliance IP Video Use Case 002 (PSI-UC-IPV002) Specification Version 1.0 Revision 0.2 Revision History Description Date By Version 1.0 Rev 0.1 Initial Draft August

More information

Annotation Universal Metadata Set. 1 Scope. 2 References. 3 Introduction. Motion Imagery Standards Board Recommended Practice MISB RP 0602.

Annotation Universal Metadata Set. 1 Scope. 2 References. 3 Introduction. Motion Imagery Standards Board Recommended Practice MISB RP 0602. Motion Imagery Standards Board Recommended Practice Annotation Universal Metadata Set MISB RP 0602.1 13 June 2007 1 Scope This Recommended Practice documents the basic SMPTE KLV metadata sets used to encode

More information

Cisco WVC210 Wireless-G Pan Tilt Zoom (PTZ) Internet Video Camera: 2-Way Audio Cisco Small Business Video Surveillance Cameras

Cisco WVC210 Wireless-G Pan Tilt Zoom (PTZ) Internet Video Camera: 2-Way Audio Cisco Small Business Video Surveillance Cameras Cisco WVC210 Wireless-G Pan Tilt Zoom (PTZ) Internet Video Camera: 2-Way Audio Cisco Small Business Video Surveillance Cameras High-Quality, Flexible, Remote-Controlled Wireless Video Solution for Your

More information

QosPolicyHolder:1 Erratum

QosPolicyHolder:1 Erratum Erratum Number: Document and Version: Cross References: Next sequential erratum number Effective Date: July 14, 2006 Document erratum applies to the service document QosPolicyHolder:1 This Erratum has

More information

Software Paradigms (Lesson 10) Selected Topics in Software Architecture

Software Paradigms (Lesson 10) Selected Topics in Software Architecture Software Paradigms (Lesson 10) Selected Topics in Software Architecture Table of Contents 1 World-Wide-Web... 2 1.1 Basic Architectural Solution... 2 1.2 Designing WWW Applications... 7 2 CORBA... 11 2.1

More information

Media Services Proxy Command Reference

Media Services Proxy Command Reference Media Services Proxy Command Reference Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387) Fax: 408 527-0883

More information

ContentSync:1 Service Template Version 1.01

ContentSync:1 Service Template Version 1.01 ContentSync:1 Service Template Version 1.01 For UPnP Version 1.0 Status: Standardized DCP Date: July 14, 2009 This Standardized DCP has been adopted as a Standardized DCP by the Steering Committee of the

More information

The MEG Metadata Schemas Registry Schemas and Ontologies: building a Semantic Infrastructure for GRIDs and digital libraries Edinburgh, 16 May 2003

The MEG Metadata Schemas Registry Schemas and Ontologies: building a Semantic Infrastructure for GRIDs and digital libraries Edinburgh, 16 May 2003 The MEG Metadata Schemas Registry Schemas and Ontologies: building a Semantic Infrastructure for GRIDs and digital libraries Edinburgh, 16 May 2003 Pete Johnston UKOLN, University of Bath Bath, BA2 7AY

More information

UPnP QoS Architecture:1.0

UPnP QoS Architecture:1.0 UPnP QoS Architecture:1.0 For UPnP Version 1.0 Date: March 10th, 2005 This Standardized DCP has been adopted as a Standardized DCP by the Steering Committee of the UPnP Forum, pursuant to Section 2.1(c)(ii)

More information

Megapixel Networking 101. Why Megapixel?

Megapixel Networking 101. Why Megapixel? Megapixel Networking 101 Ted Brahms Director Field Applications, Arecont Vision Why Megapixel? Most new surveillance projects are IP Megapixel cameras are IP Megapixel provides incentive driving the leap

More information

AISG Extension. Alignment Sensor Device Extension to the Control Interface for Antenna Line Devices. Extension to AISG version 2.0.

AISG Extension. Alignment Sensor Device Extension to the Control Interface for Antenna Line Devices. Extension to AISG version 2.0. AISG Extension Extension to the Control Interface for Antenna Line Devices Extension to AISG version 2.0 Revision History DATE ISSUE NOTES 31 January, 2013 2.1.0 First Release 15 March, 2015 2.2.0 Included

More information

EMV Contactless Specifications for Payment Systems

EMV Contactless Specifications for Payment Systems EMV Contactless Specifications for Payment Systems Book B Entry Point Specification Version 2.6 July 2016 pursuant to the applicable agreement between the user and EMVCo found at www.emvco.com. EMV is

More information

Megapixel Resolution for Excellent Video Quality. Multi-Streaming: Simultaneous H MPEG4 + 3GPP + Motion-JPEG

Megapixel Resolution for Excellent Video Quality. Multi-Streaming: Simultaneous H MPEG4 + 3GPP + Motion-JPEG NFD130-IR Megapixel Night-Vision Network Dome Camera 1.3 Megapixel CMOS, 720p HD, Day/Night, H.264, MPEG4, M-JPEG, 3GPP, PoE, MicroSD/SDHC Part No.: 551229 The Intellinet Network Solutions NFD130-IR Megapixel

More information

Cisco WVC210 Wireless-G Pan Tilt Zoom (PTZ) Internet Video Camera: 2-Way Audio Cisco Small Business Video Surveillance Cameras

Cisco WVC210 Wireless-G Pan Tilt Zoom (PTZ) Internet Video Camera: 2-Way Audio Cisco Small Business Video Surveillance Cameras Cisco WVC210 Wireless-G Pan Tilt Zoom (PTZ) Internet Video Camera: 2-Way Audio Cisco Small Business Video Surveillance Cameras High-Quality, Flexible, Remote-Controlled Wireless Video Solution for Your

More information

Jini Meets UPnP: An Architecture for Jini/UPnP Interoperability

Jini Meets UPnP: An Architecture for Jini/UPnP Interoperability Jini Meets UPnP: An Architecture for Jini/UPnP Interoperability J. Allard, V. Chinta, S. Gundala, G. G. Richard III Department of Computer Science University of New Orleans New Orleans, LA 70148 Contact:

More information

Oracle Agile Product Lifecycle Management for Process Content Synchronization and Syndication User Guide Release E

Oracle Agile Product Lifecycle Management for Process Content Synchronization and Syndication User Guide Release E Oracle Agile Product Lifecycle Management for Process Content Synchronization and Syndication User Guide Release 6.1.0.1 E27853-01 March 2012 Oracle Agile Product Lifecycle Management for Process Content

More information

MISB RP RECOMMENDED PRACTICE. 24 October Annotation Universal Metadata Set. 1 Scope. 2 References. 2.1 Normative References

MISB RP RECOMMENDED PRACTICE. 24 October Annotation Universal Metadata Set. 1 Scope. 2 References. 2.1 Normative References MISB RP 0602.3 RECOMMENDED PRACTICE Annotation Universal Metadata Set 24 October 2013 1 Scope This Recommended Practice documents the basic SMPTE KLV metadata to encode Video Annotation data within a motion

More information

UPnP Certification Overview

UPnP Certification Overview UPnP Certification Overview December 2014 Wouter van der Beek Clarke Stevens www.upnp.org Wouter van der Beek Clarke Stevens 2014 UPnP Forum Contents Logo Reasoning why Logo usage Certification Process

More information

Open ebook File Format 1.0. DRAFT VERSION 001 November 5, 1999

Open ebook File Format 1.0. DRAFT VERSION 001 November 5, 1999 Open ebook File Format 1.0 DRAFT VERSION 001 November 5, 1999 Open ebook File Format 1.0 DRAFT VERSION 001 November 5, 1999 This is a draft recommendation. Changes will be made in response to further internal

More information

Delivery Context in MPEG-21

Delivery Context in MPEG-21 Delivery Context in MPEG-21 Sylvain Devillers Philips Research France Anthony Vetro Mitsubishi Electric Research Laboratories Philips Research France Presentation Plan MPEG achievements MPEG-21: Multimedia

More information

Guidelines for Creating Content for the PSP (PlayStation Portable) RSS Channel

Guidelines for Creating Content for the PSP (PlayStation Portable) RSS Channel Guidelines for Creating Content for the PSP (PlayStation Portable) RSS Channel Version 3.80 2007 Sony Computer Entertainment Inc. All Rights Reserved. [Trademarks] "PlayStation" is a registered trademark

More information

General. Analytics. MCS Instance Has Predefined Storage Limit. Purge Analytics Data Before Reaching Storage Limit

General. Analytics. MCS Instance Has Predefined Storage Limit. Purge Analytics Data Before Reaching Storage Limit Oracle Cloud Mobile Cloud Service Known Issues 18.1.3 E93163-01 February 2018 General MCS Instance Has Predefined Storage Limit Each MCS instance has a set storage space that can t be changed manually.

More information

Localized Adaptive Contrast Enhancement (LACE)

Localized Adaptive Contrast Enhancement (LACE) Localized Adaptive Contrast Enhancement (LACE) Graphics Driver Technical White Paper September 2018 Revision 1.0 You may not use or facilitate the use of this document in connection with any infringement

More information

Material Exchange Format (MXF) Mapping Type D-10 Essence Data to the MXF Generic Container

Material Exchange Format (MXF) Mapping Type D-10 Essence Data to the MXF Generic Container PROPOSED SMPTE 386M SMPTE STANDARD for Television Material Exchange Format (MXF) Mapping Type D-1 Essence Data to the MXF Generic Container Table of Contents 1 Scope 2 Normative References 3 Glossary of

More information

Internet Streaming Media Alliance Ultravox Provisional Specification Version 1.0 November 2007

Internet Streaming Media Alliance Ultravox Provisional Specification Version 1.0 November 2007 Internet Streaming Media Alliance Ultravox Provisional Specification Version 1.0 November 2007 ISMA Ultravox Part 1: Introduction Page 1 of 6 November 2007 ISMA SPECIFICATION LIMITATIONS AND CONDITIONS

More information

Admin Reporting Kit for Exchange Server

Admin Reporting Kit for Exchange Server Admin Reporting Kit for Exchange Server Release Notes Version 7.5.1 Fixed to work around 'Unencrypted traffic is currently disabled in the client configuration' error. Application will work even if AllowUnencrypted

More information

Cisco Media Services Proxy

Cisco Media Services Proxy Americas Headquarters: Cisco Systems, Inc., 170 West Tasman Drive, San Jose, CA 95134-1706 USA media-proxy services Cisco Media Services Proxy media-proxy services To configure a Media Proxy Services (MSP)

More information

Chapter 1: Introduction

Chapter 1: Introduction EE4272: Computer Networks Chapter 1: Introduction Instructor: Tricia Chigan Dept.: Elec. & Comp. Eng. 1) Data Communications: Deals with the transmission of signals in a reliable & efficient manner. Topics:

More information

UPnP Device Certification Process Document

UPnP Device Certification Process Document UPnP Device Certification Process Document Version 2.5 July 2018 Copyright 2016-2018 Open Connectivity Foundation, Inc. All rights reserved. THIS DOCUMENT IS PROVIDED AS IS AND WITH NO WARRANTIES WHATSOEVER,

More information

ISO/IEC INTERNATIONAL STANDARD. Information technology Multimedia content description interface Part 5: Multimedia description schemes

ISO/IEC INTERNATIONAL STANDARD. Information technology Multimedia content description interface Part 5: Multimedia description schemes INTERNATIONAL STANDARD ISO/IEC 15938-5 First edition 2003-05-15 Information technology Multimedia content description interface Part 5: Multimedia description schemes Technologies de l'information Interface

More information

ISO/IEC Information technology Coding of audio-visual objects Part 15: Advanced Video Coding (AVC) file format

ISO/IEC Information technology Coding of audio-visual objects Part 15: Advanced Video Coding (AVC) file format This is a preview - click here to buy the full publication INTERNATIONAL STANDARD ISO/IEC 14496-15 First edition 2004-04-15 Information technology Coding of audio-visual objects Part 15: Advanced Video

More information

Intel Application Accelerator RAID Edition. User s Manual Revision 1.1 July 2003

Intel Application Accelerator RAID Edition. User s Manual Revision 1.1 July 2003 Intel Application Accelerator AID Edition User s Manual evision 1.1 July 2003 INFOMATION IN THIS DOCUMENT IS POVIDED IN CONNECTION WITH INTEL PODUCTS. NO LICENSE, EXPESS O IMPLIED, BY ESTOPPEL O OTHEWISE,

More information