<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Topics tagged with mpp]]></title><description><![CDATA[A list of topics that have been tagged with mpp]]></description><link>http://community.bwbot.org/tags/mpp</link><generator>RSS for Node</generator><lastBuildDate>Sun, 09 Aug 2026 13:31:27 GMT</lastBuildDate><atom:link href="http://community.bwbot.org/tags/mpp.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 28 Aug 2023 03:36:08 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[rtk3588 gstreamer 插件安装]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.bwbot.org/uid/1688">@yidaxi</a> 2cc925c2-1e13-4a3e-96a4-3d82556f2208-image.png 抱歉打扰一下您    我装了gstreamer<br />
但是meson build  又出现了这个 或者我怎么安装video呢？</p>
]]></description><link>http://community.bwbot.org/topic/16571/rtk3588-gstreamer-插件安装</link><guid isPermaLink="true">http://community.bwbot.org/topic/16571/rtk3588-gstreamer-插件安装</guid><dc:creator><![CDATA[yidaxi]]></dc:creator><pubDate>Mon, 28 Aug 2023 03:36:08 GMT</pubDate></item><item><title><![CDATA[RTK3588 gstreamer mpp 图传显示错误问题]]></title><description><![CDATA[<p dir="auto">使用RTK3588的mpp做GPU加速编码图传的时候，图像可能会出现分辨率不对，显示不正常的问题。这时候要检查自己输入的图像格式是否是其默认支持的格式。mpp默认支持以下格式</p>
<pre><code class="language-c">static const MppFrameFormat gst_mpp_enc_formats[] = {
    MPP_FMT_YUV420SP,
    MPP_FMT_YUV420P,
    MPP_FMT_YUV422_YUYV,
    MPP_FMT_YUV422_UYVY,
    MPP_FMT_RGB565LE,
    MPP_FMT_BGR565LE,
    MPP_FMT_ARGB8888,
    MPP_FMT_ABGR8888,
    MPP_FMT_RGBA8888,
    MPP_FMT_BGRA8888,
};
</code></pre>
<p dir="auto">如果格式不在支持范围内，mpph264enc会自动尝试用rga去转换成支持的格式。rga是3588的图形加速器，可以转换格式或者裁剪拉伸旋转图像。但是默认的rga的驱动是有问题的。导致这个转换会失败。最终的表现就是输出视频显示错误。</p>
<p dir="auto">所以如果输入格式没法改可以在gstreamer的流水线里面加上videoconvert转换到支持的格式。当然这个过程是需要额外消耗CPU的。更好的方式还是解决rga的驱动问题。不过目前还我还没找到很好的解决方法。</p>
]]></description><link>http://community.bwbot.org/topic/16570/rtk3588-gstreamer-mpp-图传显示错误问题</link><guid isPermaLink="true">http://community.bwbot.org/topic/16570/rtk3588-gstreamer-mpp-图传显示错误问题</guid><dc:creator><![CDATA[weijiz]]></dc:creator><pubDate>Tue, 28 Mar 2023 01:12:52 GMT</pubDate></item></channel></rss>