<?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[Beginner Help: AWS Rekognition]]></title><description><![CDATA[<p dir="auto">I did the EduKit tutorials but I'm still confused about where to start:</p>
<p dir="auto">I'm trying to build a project that can confirm an image match with 3 things; faces with ID's and the name on another document (i.e social security). Most likely using Amazon Rekognition. When the match is confirmed it turns green (and opens a door) and when it's wrong red.</p>
<p dir="auto">I just would like to know where to start. I'm already looking at cameras to purchase for the M5Stack but the EduKit tutorials don't go too in-depth.</p>
<p dir="auto">Any help or guidance would be much appreciated. :)</p>
]]></description><link>https://community.m5stack.com/topic/3396/beginner-help-aws-rekognition</link><generator>RSS for Node</generator><lastBuildDate>Wed, 29 Apr 2026 00:09:02 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/3396.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 22 Jun 2021 20:52:35 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Beginner Help: AWS Rekognition on Tue, 20 Jul 2021 23:07:16 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="/user/kristhetech" aria-label="Profile: KristheTech">@<bdi>KristheTech</bdi></a>, to make this work, you'd need to do a few things:</p>
<ol>
<li>You'd need to read the image data and store it into a buffer the size of the resolution and image density.</li>
<li>Send the image data as a MQTT message (you can use the Blinky Hello World example). Keep message at/under 128kb.</li>
<li>Set up an AWS IoT rule to save each message into an S3 bucket.</li>
<li>Have Amazon Rekognition read from that same S3 bucket.</li>
<li>Do something with the output from Rekognition.</li>
</ol>
]]></description><link>https://community.m5stack.com/post/14450</link><guid isPermaLink="true">https://community.m5stack.com/post/14450</guid><dc:creator><![CDATA[rashedtalukder]]></dc:creator><pubDate>Tue, 20 Jul 2021 23:07:16 GMT</pubDate></item></channel></rss>