Jump to content

Birds Eye View/GStreamer/Jetson Pipelines: Difference between revisions

Line 12: Line 12:


<syntaxhighlight lang=bash>
<syntaxhighlight lang=bash>
CAPS="video/x-raw(memory:NVMM), width=1280, height=720, format=RGBA"   
CAPS="video/x-raw(memory:NVMM),format=RGBA"   
</syntaxhighlight>
</syntaxhighlight>
You'll note that we deliberately avoid setting the image resolution in the caps, since the image codecs should automatically parse the correct values.


= Birds Eye View from images =
= Birds Eye View from images =
Cookies help us deliver our services. By using our services, you agree to our use of cookies.