<?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[UnitV2 OCR - License Plate Recognition]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<p dir="auto">I need to make the UnitV2 to recognize/read car plate numbers so I can open the street barrier with arduino relay. I am not sure how to achieve that, as beside opencv I need ocr libraries and other utils which are not coming pre installed. I would love to see any hints from anyone that implemented OCR projects with this unit</p>
<p dir="auto">Thanks</p>
]]></description><link>https://community.m5stack.com/topic/4984/unitv2-ocr-license-plate-recognition</link><generator>RSS for Node</generator><lastBuildDate>Sun, 03 May 2026 15:27:32 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/4984.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 17 Jan 2023 04:13:35 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to UnitV2 OCR - License Plate Recognition on Wed, 18 Jan 2023 07:06:06 GMT]]></title><description><![CDATA[<p dir="auto">Interesting project! I have a UnitV2 (and the older UnitV) as well but only little experience with. My approach would be the following:<br />
To recognise only a few well known vehicles you can classify the image of the whole plate including car front (and drivers face) instead of the individual numbers/letters on it. This can be done with the V-training or with the online classifier function.<br />
For recognising single numbers/letters you can try to classify individual numbers/letters and then "read" the x-coordinates of the returned boundary boxes in ascending order to convert into string and then compare to a list/database.</p>
]]></description><link>https://community.m5stack.com/post/19893</link><guid isPermaLink="true">https://community.m5stack.com/post/19893</guid><dc:creator><![CDATA[holofloh]]></dc:creator><pubDate>Wed, 18 Jan 2023 07:06:06 GMT</pubDate></item></channel></rss>