<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Editor CircuitDigest</title>
    <description>The latest articles on DEV Community by Editor CircuitDigest (@editor_circuitdigest_4f2d).</description>
    <link>https://dev.to/editor_circuitdigest_4f2d</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2984569%2F2831d299-fc42-42a4-ad81-87eb96a10e7d.png</url>
      <title>DEV Community: Editor CircuitDigest</title>
      <link>https://dev.to/editor_circuitdigest_4f2d</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/editor_circuitdigest_4f2d"/>
    <language>en</language>
    <item>
      <title>License Plate Recognition with ESP32-CAM and Python</title>
      <dc:creator>Editor CircuitDigest</dc:creator>
      <pubDate>Fri, 28 Mar 2025 06:31:39 +0000</pubDate>
      <link>https://dev.to/editor_circuitdigest_4f2d/license-plate-recognition-with-esp32-cam-and-python-2jm7</link>
      <guid>https://dev.to/editor_circuitdigest_4f2d/license-plate-recognition-with-esp32-cam-and-python-2jm7</guid>
      <description>&lt;p&gt;License plate recognition (LPR) is widely used in security, automation, and traffic management. In this project, I built a low-cost LPR system using ESP32-CAM and Python with OpenCV.&lt;/p&gt;

&lt;h2&gt;
  
  
  How It Works
&lt;/h2&gt;

&lt;p&gt;ESP32-CAM captures an image of the license plate.&lt;/p&gt;

&lt;p&gt;The image is sent to a Flask server.&lt;/p&gt;

&lt;p&gt;OpenCV processes the image to extract the plate number using OCR.&lt;/p&gt;

&lt;p&gt;The recognized text is displayed on the web interface.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why ESP32-CAM?
&lt;/h2&gt;

&lt;p&gt;Affordable &amp;amp; compact&lt;/p&gt;

&lt;p&gt;WiFi-enabled&lt;/p&gt;

&lt;p&gt;Ideal for IoT applications&lt;/p&gt;

&lt;p&gt;Python &amp;amp; OpenCV for OCR&lt;/p&gt;

&lt;p&gt;We use OpenCV for image processing and Tesseract OCR for text extraction.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F42q8ac94e3h6q237mo19.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F42q8ac94e3h6q237mo19.png" alt="Image description" width="800" height="439"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Code &amp;amp; Tutorial&lt;/p&gt;

&lt;p&gt;Find the full project details, source code, and setup guide here: &lt;a href="https://circuitdigest.com/projects/license-plate-recognition-using-esp32-cam" rel="noopener noreferrer"&gt;https://circuitdigest.com/projects/license-plate-recognition-using-esp32-cam&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;🚀 Check it out and let me know your thoughts!&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>esp32</category>
      <category>api</category>
      <category>arduino</category>
    </item>
  </channel>
</rss>
