<?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[Correct &amp; Efficient way to display OpenCV Video Stream in QuickControls 2]]></title><description><![CDATA[<p dir="auto">I am aware of 2 different ways to display a OpenCV video stream in a QT QuickControls 2 application. One method seems to use a <code>QQuickPaintedItem</code> and a thread. The other way appears to use <code>QAbstractVideoFilter</code>.</p>
<p dir="auto">See below for the 2 methods:</p>
<ul>
<li><a href="https://stackoverflow.com/questions/42080565/how-to-paint-sequential-image-in-efficient-way-in-qquickpainteditem" target="_blank" rel="noopener noreferrer nofollow ugc">https://stackoverflow.com/questions/42080565/how-to-paint-sequential-image-in-efficient-way-in-qquickpainteditem</a></li>
<li><a href="http://blog.qt.io/blog/2015/03/20/introducing-video-filters-in-qt-multimedia/" target="_blank" rel="noopener noreferrer nofollow ugc">http://blog.qt.io/blog/2015/03/20/introducing-video-filters-in-qt-multimedia/</a></li>
</ul>
<p dir="auto">Which is the more efficient way to display a OpenCV video stream in a QT QuickControls 2 application?</p>
]]></description><link>https://forum.qt.io/topic/95320/correct-efficient-way-to-display-opencv-video-stream-in-quickcontrols-2</link><generator>RSS for Node</generator><lastBuildDate>Thu, 25 Jun 2026 03:51:11 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/95320.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 06 Oct 2018 11:45:06 GMT</pubDate><ttl>60</ttl></channel></rss>