|
|
| |
ONVIF::PTZ::Types::FocusMove(3) |
User Contributed Perl Documentation |
ONVIF::PTZ::Types::FocusMove(3) |
ONVIF::PTZ::Types::FocusMove
Perl data type class for the XML Schema defined complexType FocusMove from the
namespace http://www.onvif.org/ver10/schema.
The following properties may be accessed using get_PROPERTY / set_PROPERTY
methods:
- Absolute
- Relative
- Continuous
Constructor. The following data structure may be passed to new():
{ # ONVIF::PTZ::Types::FocusMove
Absolute => { # ONVIF::PTZ::Types::AbsoluteFocus
Position => $some_value, # float
Speed => $some_value, # float
},
Relative => { # ONVIF::PTZ::Types::RelativeFocus
Distance => $some_value, # float
Speed => $some_value, # float
},
Continuous => { # ONVIF::PTZ::Types::ContinuousFocus
Speed => $some_value, # float
},
},
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |