|
|
| |
ONVIF::Device::Types::ImagingOptions20Extension(3) |
User Contributed Perl Documentation |
ONVIF::Device::Types::ImagingOptions20Extension(3) |
ONVIF::Device::Types::ImagingOptions20Extension
Perl data type class for the XML Schema defined complexType
ImagingOptions20Extension from the namespace
http://www.onvif.org/ver10/schema.
The following properties may be accessed using get_PROPERTY / set_PROPERTY
methods:
- ImageStabilization
- Extension
Constructor. The following data structure may be passed to new():
{ # ONVIF::Device::Types::ImagingOptions20Extension
ImageStabilization => { # ONVIF::Device::Types::ImageStabilizationOptions
Mode => $some_value, # ImageStabilizationMode
Level => { # ONVIF::Device::Types::FloatRange
Min => $some_value, # float
Max => $some_value, # float
},
Extension => { # ONVIF::Device::Types::ImageStabilizationOptionsExtension
},
},
Extension => { # ONVIF::Device::Types::ImagingOptions20Extension2
IrCutFilterAutoAdjustment => { # ONVIF::Device::Types::IrCutFilterAutoAdjustmentOptions
BoundaryType => $some_value, # string
BoundaryOffset => $some_value, # boolean
ResponseTimeRange => { # ONVIF::Device::Types::DurationRange
Min => $some_value, # duration
Max => $some_value, # duration
},
Extension => { # ONVIF::Device::Types::IrCutFilterAutoAdjustmentOptionsExtension
},
},
Extension => { # ONVIF::Device::Types::ImagingOptions20Extension3
},
},
},
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |