<?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[UnitV Barcode scanning]]></title><description><![CDATA[<p dir="auto">Hi, I am trying to scan a  barcode with my UnitV, but i was not successfull.<br />
I am using the MaixPy IDE have uodated to the latest fw and use this code:</p>
<p dir="auto">img = sensor.snapshot()<br />
res = img.find_barcodes()</p>
<p dir="auto">Unfortunately there is never any info in the returned res. I can see the barcode in the MaixPy IDE. I also tried qr codes with res = img.find_qrcodes(), but that also does not work.</p>
<p dir="auto">Any idea's on how to get the scanning working?</p>
]]></description><link>https://community.m5stack.com/topic/1744/unitv-barcode-scanning</link><generator>RSS for Node</generator><lastBuildDate>Wed, 29 Apr 2026 19:11:03 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/1744.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 05 Mar 2020 11:13:10 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to UnitV Barcode scanning on Wed, 22 Jul 2020 21:14:47 GMT]]></title><description><![CDATA[<p dir="auto">Hi, Maybe flipping the sensor image will fix this:</p>
<pre><code>sensor.set_vflip(1)
</code></pre>
<p dir="auto">This was the solution for my problem with april tags and QR-Codes.</p>
]]></description><link>https://community.m5stack.com/post/9414</link><guid isPermaLink="true">https://community.m5stack.com/post/9414</guid><dc:creator><![CDATA[hague]]></dc:creator><pubDate>Wed, 22 Jul 2020 21:14:47 GMT</pubDate></item><item><title><![CDATA[Reply to UnitV Barcode scanning on Wed, 22 Jul 2020 19:09:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/puijkh" aria-label="Profile: puijkh">@<bdi>puijkh</bdi></a> Same for me with april tags. Did you found a solution?</p>
]]></description><link>https://community.m5stack.com/post/9410</link><guid isPermaLink="true">https://community.m5stack.com/post/9410</guid><dc:creator><![CDATA[hague]]></dc:creator><pubDate>Wed, 22 Jul 2020 19:09:38 GMT</pubDate></item></channel></rss>