.\" -*- mode: troff; coding: utf-8 -*-
.\" Automatically generated by Pod::Man 5.0102 (Pod::Simple 3.45)
.\"
.\" Standard preamble:
.\" ========================================================================
.de Sp \" Vertical space (when we can't use .PP)
.if t .sp .5v
.if n .sp
..
.de Vb \" Begin verbatim text
.ft CW
.nf
.ne \\$1
..
.de Ve \" End verbatim text
.ft R
.fi
..
.\" \*(C` and \*(C' are quotes in nroff, nothing in troff, for use with C<>.
.ie n \{\
.    ds C` ""
.    ds C' ""
'br\}
.el\{\
.    ds C`
.    ds C'
'br\}
.\"
.\" Escape single quotes in literal strings from groff's Unicode transform.
.ie \n(.g .ds Aq \(aq
.el       .ds Aq '
.\"
.\" If the F register is >0, we'll generate index entries on stderr for
.\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index
.\" entries marked with X<> in POD.  Of course, you'll have to process the
.\" output yourself in some meaningful fashion.
.\"
.\" Avoid warning from groff about undefined register 'F'.
.de IX
..
.nr rF 0
.if \n(.g .if rF .nr rF 1
.if (\n(rF:(\n(.g==0)) \{\
.    if \nF \{\
.        de IX
.        tm Index:\\$1\t\\n%\t"\\$2"
..
.        if !\nF==2 \{\
.            nr % 0
.            nr F 2
.        \}
.    \}
.\}
.rr rF
.\" ========================================================================
.\"
.IX Title "ONVIF::Device::Types::ImagingSettings20 3pm"
.TH ONVIF::Device::Types::ImagingSettings20 3pm 2025-02-21 "perl v5.40.1" "User Contributed Perl Documentation"
.\" For nroff, turn off justification.  Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
.nh
.SH NAME
ONVIF::Device::Types::ImagingSettings20
.SH DESCRIPTION
.IX Header "DESCRIPTION"
Perl data type class for the XML Schema defined complexType
ImagingSettings20 from the namespace http://www.onvif.org/ver10/schema.
.PP
Type describing the ImagingSettings of a VideoSource. The supported options and ranges can be obtained via the GetOptions command.
.SS PROPERTIES
.IX Subsection "PROPERTIES"
The following properties may be accessed using get_PROPERTY / set_PROPERTY
methods:
.IP \(bu 4
BacklightCompensation
.IP \(bu 4
Brightness
.IP \(bu 4
ColorSaturation
.IP \(bu 4
Contrast
.IP \(bu 4
Exposure
.IP \(bu 4
Focus
.IP \(bu 4
IrCutFilter
.IP \(bu 4
Sharpness
.IP \(bu 4
WideDynamicRange
.IP \(bu 4
WhiteBalance
.IP \(bu 4
Extension
.SH METHODS
.IX Header "METHODS"
.SS new
.IX Subsection "new"
Constructor. The following data structure may be passed to \fBnew()\fR:
.PP
.Vb 10
\& { # ONVIF::Device::Types::ImagingSettings20
\&   BacklightCompensation =>  { # ONVIF::Device::Types::BacklightCompensation20
\&     Mode => $some_value, # BacklightCompensationMode
\&     Level =>  $some_value, # float
\&   },
\&   Brightness =>  $some_value, # float
\&   ColorSaturation =>  $some_value, # float
\&   Contrast =>  $some_value, # float
\&   Exposure =>  { # ONVIF::Device::Types::Exposure20
\&     Mode => $some_value, # ExposureMode
\&     Priority => $some_value, # ExposurePriority
\&     Window => ,
\&     MinExposureTime =>  $some_value, # float
\&     MaxExposureTime =>  $some_value, # float
\&     MinGain =>  $some_value, # float
\&     MaxGain =>  $some_value, # float
\&     MinIris =>  $some_value, # float
\&     MaxIris =>  $some_value, # float
\&     ExposureTime =>  $some_value, # float
\&     Gain =>  $some_value, # float
\&     Iris =>  $some_value, # float
\&   },
\&   Focus =>  { # ONVIF::Device::Types::FocusConfiguration20
\&     AutoFocusMode => $some_value, # AutoFocusMode
\&     DefaultSpeed =>  $some_value, # float
\&     NearLimit =>  $some_value, # float
\&     FarLimit =>  $some_value, # float
\&     Extension =>  { # ONVIF::Device::Types::FocusConfiguration20Extension
\&     },
\&   },
\&   IrCutFilter => $some_value, # IrCutFilterMode
\&   Sharpness =>  $some_value, # float
\&   WideDynamicRange =>  { # ONVIF::Device::Types::WideDynamicRange20
\&     Mode => $some_value, # WideDynamicMode
\&     Level =>  $some_value, # float
\&   },
\&   WhiteBalance =>  { # ONVIF::Device::Types::WhiteBalance20
\&     Mode => $some_value, # WhiteBalanceMode
\&     CrGain =>  $some_value, # float
\&     CbGain =>  $some_value, # float
\&     Extension =>  { # ONVIF::Device::Types::WhiteBalance20Extension
\&     },
\&   },
\&   Extension =>  { # ONVIF::Device::Types::ImagingSettingsExtension20
\&     ImageStabilization =>  { # ONVIF::Device::Types::ImageStabilization
\&       Mode => $some_value, # ImageStabilizationMode
\&       Level =>  $some_value, # float
\&       Extension =>  { # ONVIF::Device::Types::ImageStabilizationExtension
\&       },
\&     },
\&     Extension =>  { # ONVIF::Device::Types::ImagingSettingsExtension202
\&       IrCutFilterAutoAdjustment =>  { # ONVIF::Device::Types::IrCutFilterAutoAdjustment
\&         BoundaryType =>  $some_value, # string
\&         BoundaryOffset =>  $some_value, # float
\&         ResponseTime =>  $some_value, # duration
\&         Extension =>  { # ONVIF::Device::Types::IrCutFilterAutoAdjustmentExtension
\&         },
\&       },
\&       Extension =>  { # ONVIF::Device::Types::ImagingSettingsExtension203
\&       },
\&     },
\&   },
\& },
.Ve
.SH AUTHOR
.IX Header "AUTHOR"
Generated by SOAP::WSDL