- Here is the link for the video where I do explain step by step how I did it https://www.youtube.com/watch?v=bRWT_sbzGds
Hardware :
- we are using a raspberry pi 3 with greengrass core software pre-installed & a pi camera module
After Creating a greengrass group and lunching the core with adequate certificates, you can add your lambda to the greengrass group
Add the Camera ressource that give the Lambda function to access to your local camera
Add the machine learning ressource
Finally, add subscription which let your lambda function send data to AWS Cloud
MQTT Client to display the data sent to the cloud in the topic your defined earlier in your lambda function