Provided by: zoneminder_1.36.32+dfsg1-1_amd64
NAME
ONVIF::Device::Types::Frame
DESCRIPTION
Perl data type class for the XML Schema defined complexType Frame from the namespace http://www.onvif.org/ver10/schema. PROPERTIES The following properties may be accessed using get_PROPERTY / set_PROPERTY methods: • PTZStatus • Transformation • Object • ObjectTree • Extension
METHODS
new Constructor. The following data structure may be passed to new(): { # ONVIF::Device::Types::Frame PTZStatus => { # ONVIF::Device::Types::PTZStatus Position => { # ONVIF::Device::Types::PTZVector PanTilt => , Zoom => , }, MoveStatus => { # ONVIF::Device::Types::PTZMoveStatus PanTilt => $some_value, # MoveStatus Zoom => $some_value, # MoveStatus }, Error => $some_value, # string UtcTime => $some_value, # dateTime }, Transformation => { # ONVIF::Device::Types::Transformation Translate => , Scale => , Extension => { # ONVIF::Device::Types::TransformationExtension }, }, Object => { # ONVIF::Device::Types::Object Appearance => { # ONVIF::Device::Types::Appearance Transformation => { # ONVIF::Device::Types::Transformation Translate => , Scale => , Extension => { # ONVIF::Device::Types::TransformationExtension }, }, Shape => { # ONVIF::Device::Types::ShapeDescriptor BoundingBox => , CenterOfGravity => , Polygon => { # ONVIF::Device::Types::Polygon Point => , }, Extension => { # ONVIF::Device::Types::ShapeDescriptorExtension }, }, Color => { # ONVIF::Device::Types::ColorDescriptor ColorCluster => { Color => , Weight => $some_value, # float Covariance => , }, Extension => { # ONVIF::Device::Types::ColorDescriptorExtension }, }, Class => { # ONVIF::Device::Types::ClassDescriptor ClassCandidate => { Type => $some_value, # ClassType Likelihood => $some_value, # float }, Extension => { # ONVIF::Device::Types::ClassDescriptorExtension OtherTypes => { # ONVIF::Device::Types::OtherType Type => $some_value, # string Likelihood => $some_value, # float }, Extension => { # ONVIF::Device::Types::ClassDescriptorExtension2 }, }, }, Extension => { # ONVIF::Device::Types::AppearanceExtension }, }, Behaviour => { # ONVIF::Device::Types::Behaviour Removed => { }, Idle => { }, Extension => { # ONVIF::Device::Types::BehaviourExtension }, }, Extension => { # ONVIF::Device::Types::ObjectExtension }, }, ObjectTree => { # ONVIF::Device::Types::ObjectTree Rename => { # ONVIF::Device::Types::Rename from => , to => , }, Split => { # ONVIF::Device::Types::Split from => , to => , }, Merge => { # ONVIF::Device::Types::Merge from => , to => , }, Delete => , Extension => { # ONVIF::Device::Types::ObjectTreeExtension }, }, Extension => { # ONVIF::Device::Types::FrameExtension MotionInCells => { # ONVIF::Device::Types::MotionInCells }, Extension => { # ONVIF::Device::Types::FrameExtension2 }, }, }, attr 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::Device::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.
AUTHOR
Generated by SOAP::WSDL