GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
ONVIF::Media::Types::Frame(3) User Contributed Perl Documentation ONVIF::Media::Types::Frame(3)

ONVIF::Media::Types::Frame

Perl data type class for the XML Schema defined complexType Frame from the namespace http://www.onvif.org/ver10/schema.

The following properties may be accessed using get_PROPERTY / set_PROPERTY methods:
  • PTZStatus
  • Transformation
  • Object
  • ObjectTree
  • Extension

Constructor. The following data structure may be passed to new():

 { # ONVIF::Media::Types::Frame
   PTZStatus =>  { # ONVIF::Media::Types::PTZStatus
     Position =>  { # ONVIF::Media::Types::PTZVector
       PanTilt => ,
       Zoom => ,
     },
     MoveStatus =>  { # ONVIF::Media::Types::PTZMoveStatus
       PanTilt => $some_value, # MoveStatus
       Zoom => $some_value, # MoveStatus
     },
     Error =>  $some_value, # string
     UtcTime =>  $some_value, # dateTime
   },
   Transformation =>  { # ONVIF::Media::Types::Transformation
     Translate => ,
     Scale => ,
     Extension =>  { # ONVIF::Media::Types::TransformationExtension
     },
   },
   Object =>  { # ONVIF::Media::Types::Object
     Appearance =>  { # ONVIF::Media::Types::Appearance
       Transformation =>  { # ONVIF::Media::Types::Transformation
         Translate => ,
         Scale => ,
         Extension =>  { # ONVIF::Media::Types::TransformationExtension
         },
       },
       Shape =>  { # ONVIF::Media::Types::ShapeDescriptor
         BoundingBox => ,
         CenterOfGravity => ,
         Polygon =>  { # ONVIF::Media::Types::Polygon
           Point => ,
         },
         Extension =>  { # ONVIF::Media::Types::ShapeDescriptorExtension
         },
       },
       Color =>  { # ONVIF::Media::Types::ColorDescriptor
         ColorCluster =>  {
           Color => ,
           Weight =>  $some_value, # float
           Covariance => ,
         },
         Extension =>  { # ONVIF::Media::Types::ColorDescriptorExtension
         },
       },
       Class =>  { # ONVIF::Media::Types::ClassDescriptor
         ClassCandidate =>  {
           Type => $some_value, # ClassType
           Likelihood =>  $some_value, # float
         },
         Extension =>  { # ONVIF::Media::Types::ClassDescriptorExtension
           OtherTypes =>  { # ONVIF::Media::Types::OtherType
             Type =>  $some_value, # string
             Likelihood =>  $some_value, # float
           },
           Extension =>  { # ONVIF::Media::Types::ClassDescriptorExtension2
           },
         },
       },
       Extension =>  { # ONVIF::Media::Types::AppearanceExtension
       },
     },
     Behaviour =>  { # ONVIF::Media::Types::Behaviour
       Removed =>  {
       },
       Idle =>  {
       },
       Extension =>  { # ONVIF::Media::Types::BehaviourExtension
       },
     },
     Extension =>  { # ONVIF::Media::Types::ObjectExtension
     },
   },
   ObjectTree =>  { # ONVIF::Media::Types::ObjectTree
     Rename =>  { # ONVIF::Media::Types::Rename
       from => ,
       to => ,
     },
     Split =>  { # ONVIF::Media::Types::Split
       from => ,
       to => ,
     },
     Merge =>  { # ONVIF::Media::Types::Merge
       from => ,
       to => ,
     },
     Delete => ,
     Extension =>  { # ONVIF::Media::Types::ObjectTreeExtension
     },
   },
   Extension =>  { # ONVIF::Media::Types::FrameExtension
     MotionInCells =>  { # ONVIF::Media::Types::MotionInCells
     },
     Extension =>  { # ONVIF::Media::Types::FrameExtension2
     },
   },
 },

NOTE: Attribute documentation is experimental, and may be inaccurate. See the correspondent WSDL/XML Schema if in question.

This class has additional attributes, accessibly via the "attr()" method.

attr() returns an object of the class ONVIF::Media::Types::Frame::_Frame::XmlAttr.

The following attributes can be accessed on this object via the corresponding get_/set_ methods:

UtcTime

This attribute is of type SOAP::WSDL::XSD::Typelib::Builtin::dateTime.

Generated by SOAP::WSDL
2021-12-10 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.