Jump to content

Spherical Video PTZ/User Guide/Quick Start Guide: Difference between revisions

Line 178: Line 178:


====Basic use example====
====Basic use example====
This pipeline creates a test video, then applies a 0.5-degree rotation to the right, tilts it upwards by 0.5 degrees, and enhances the view with a zoom level of 2.
This pipeline creates a test video, then applies a 30 degree rotation to the right, tilts it upwards by 30 degrees, and a zoom level of 2.


<pre>
<pre>
gst-launch-1.0 videotestsrc ! "video/x-raw,width=1920,height=1080" ! rrpanoramaptz pan=0.5 tilt=0.5 zoom=2 ! videoconvert ! autovideosink
gst-launch-1.0 videotestsrc ! "video/x-raw,width=1920,height=1080" ! rrpanoramaptz pan=90 tilt=90 zoom=2 ! videoconvert ! autovideosink
</pre>
</pre>


Cookies help us deliver our services. By using our services, you agree to our use of cookies.