<?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[Comparing QQuickPaintedItem with QQuickImageProvider]]></title><description><![CDATA[<p dir="auto">Hello PySide community:</p>
<p dir="auto">I tried to display the video stream from a camera in real-time with PySide6, and it worked well by implementing a subclass of QQuickImageProvider. However, someone mentioned that  QQuickImageProvider is a bit complicated, QQuickPaintedItem could be a good alternative which may bring performance improvements, higher customizability, and the ability to implement more features.</p>
<p dir="auto">Since he was talking based on the context of C++,  I've been searching the web for several days. Sadly, there weren't too many results related to implementing QQuickPaintedItem within a PySide/QML project, not to mentions comparison between them.</p>
<p dir="auto">So here is the quetion from a rookie:  Is QQuickPaintedItem really a better option? How about the implement? Can you provide some examples?</p>
<p dir="auto">Thanks.</p>
]]></description><link>https://forum.qt.io/topic/157045/comparing-qquickpainteditem-with-qquickimageprovider</link><generator>RSS for Node</generator><lastBuildDate>Fri, 19 Jun 2026 13:32:06 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/157045.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 04 Jun 2024 11:31:10 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Comparing QQuickPaintedItem with QQuickImageProvider on Wed, 05 Jun 2024 06:12:16 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/friedemannkleint">@<bdi>friedemannkleint</bdi></a> Thank you for the reply! I found the same page but didn't pay much attention to it :( , AND it did work. The implement is quite simple. As for the comparision, I'm working on it.</p>
]]></description><link>https://forum.qt.io/post/801811</link><guid isPermaLink="true">https://forum.qt.io/post/801811</guid><dc:creator><![CDATA[Evko]]></dc:creator><pubDate>Wed, 05 Jun 2024 06:12:16 GMT</pubDate></item><item><title><![CDATA[Reply to Comparing QQuickPaintedItem with QQuickImageProvider on Tue, 04 Jun 2024 13:54:10 GMT]]></title><description><![CDATA[<p dir="auto">For an example , see  <a href="https://doc.qt.io/qtforpython-6/examples/example_quick_painteditem.html" target="_blank" rel="noopener noreferrer nofollow ugc">https://doc.qt.io/qtforpython-6/examples/example_quick_painteditem.html</a> . About performance, I cannot really comment.</p>
]]></description><link>https://forum.qt.io/post/801765</link><guid isPermaLink="true">https://forum.qt.io/post/801765</guid><dc:creator><![CDATA[friedemannkleint]]></dc:creator><pubDate>Tue, 04 Jun 2024 13:54:10 GMT</pubDate></item></channel></rss>