Skip to content

Commit b1d7da9

Browse files
Section 5.7.1.5.1
1 parent 7d5b884 commit b1d7da9

File tree

2 files changed

+33
-3
lines changed

2 files changed

+33
-3
lines changed

doc/PTZ.xml

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1531,8 +1531,20 @@ Add GeoMove</revremark>
15311531
</section>
15321532
<section xml:id="_Ref469302658">
15331533
<title>Normalized digital zoom position space</title>
1534-
<para>The normalized digital zoom position space represents the mapping between the width of the window (Ww) used for a video stream and the width of the Bounds element of the video source configuration (Sw). This space requires a Media Profile that includes a VideoEncoderConfiguration and a VideoSourceConfiguration.</para>
1535-
<para>The normalized digital zoom factor is calculated as <inlineequation><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML"><mml:mi>Z</mml:mi><mml:mi></mml:mi><mml:mo>=</mml:mo><mml:mn>1</mml:mn><mml:mo>/</mml:mo><mml:mi></mml:mi><mml:mo>(</mml:mo><mml:mfrac><mml:mrow><mml:mi>W</mml:mi><mml:mi>w</mml:mi></mml:mrow><mml:mrow><mml:mi>S</mml:mi><mml:mi>w</mml:mi></mml:mrow></mml:mfrac><mml:mo>)</mml:mo><mml:mi></mml:mi></mml:math></inlineequation> .</para>
1534+
<para>The normalized digital zoom position space represents the mapping between the width of the window <inlinemediaobject>
1535+
<imageobject>
1536+
<imagedata fileref="equations/PTZ/W_w.svg" contentdepth="5mm"/>
1537+
</imageobject>
1538+
</inlinemediaobject> used for a video stream and the width of the Bounds element of the video source configuration <inlinemediaobject>
1539+
<imageobject>
1540+
<imagedata fileref="equations/PTZ/S_w.svg" contentdepth="5mm"/>
1541+
</imageobject>
1542+
</inlinemediaobject>. This space requires a Media Profile that includes a VideoEncoderConfiguration and a VideoSourceConfiguration.</para>
1543+
<para>The normalized digital zoom factor is calculated as <inlinemediaobject>
1544+
<imageobject>
1545+
<imagedata fileref="equations/PTZ/normalized_digital_zoom_factor.svg" contentdepth="12mm"/>
1546+
</imageobject>
1547+
</inlinemediaobject> .</para>
15361548
<para>The maximum zoom level that can be represented by this space is limited by the smallest size of the window allowed by the camera.</para>
15371549
<para>The normalized digital position zoom space is defined as follows: <footnote xml:id="__FN4__"><para>The particular device should reference the proposed name space but the actual range is device specific. The range indicated in the definition shall be interpreted as the maximum range limit for the space.</para></footnote></para>
15381550
<programlisting><![CDATA[<tt:AbsoluteZoomPositionSpace>
@@ -1549,7 +1561,11 @@ Add GeoMove</revremark>
15491561
<para>It’s important to notice that a zoom operation using this space doesn’t affect the current resolution of the video stream being configured in the VideoEncoderConfiguration of the Media Profile. Instead it changes the width and height of the window configured in the VideoSourceConfiguration.</para>
15501562
<section>
15511563
<title>Example: Zoom level for cropped area</title>
1552-
<para>For example, a digital PTZ unit with a natively cropped VGA (640x 480) window on a 3MP sensor (2048x1536) would have the zoom level <inlineequation><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML"><mml:mi>Z</mml:mi><mml:mi></mml:mi><mml:mo>=</mml:mo><mml:mn>1</mml:mn><mml:mi></mml:mi><mml:mo>/</mml:mo><mml:mo>(</mml:mo><mml:mfrac><mml:mrow><mml:mn>640</mml:mn></mml:mrow><mml:mrow><mml:mn>2048</mml:mn></mml:mrow></mml:mfrac><mml:mo>)</mml:mo><mml:mo>=</mml:mo><mml:mn>3.2</mml:mn><mml:mo>.</mml:mo></mml:math></inlineequation></para>
1564+
<para>For example, a digital PTZ unit with a natively cropped VGA (640x 480) window on a 3MP sensor (2048x1536) would have the zoom level <inlinemediaobject>
1565+
<imageobject>
1566+
<imagedata fileref="equations/PTZ/normalized_digital_zoom_factor_example.svg" contentdepth="12mm"/>
1567+
</imageobject>
1568+
</inlinemediaobject></para>
15531569
</section>
15541570
</section>
15551571
</section>
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML">
2+
<mml:mi>Z</mml:mi>
3+
<mml:mo>=</mml:mo>
4+
<mml:mfrac>
5+
<mml:mrow>
6+
<mml:mn>2048</mml:mn>
7+
</mml:mrow>
8+
<mml:mrow>
9+
<mml:mn>640</mml:mn>
10+
</mml:mrow>
11+
</mml:mfrac>
12+
<mml:mo>=</mml:mo>
13+
<mml:mn>3.2</mml:mn>
14+
</mml:math>

0 commit comments

Comments
 (0)