NOT TESTED ON RPI5
Make sure your camera is attached and turned on. how to do this
2. Create a username and login with https://studio.edgeimpulse.com/signup
3. Start here with STEP 2 "Installing Dependencies"
(But to save time, you can skip the “sudo apt update.” + You probably already have your camera turned on, so you can skip that step. )
https://docs.edgeimpulse.com/docs/raspberry-pi-4
**Advanced notes:
If you get to the point where you’re running your model on the pi directly, using the SDK, you’ll need to install numpy before installing the SDK.
You need to have your model downloaded to the Pi and you need to use the path as a python argument when you run the edgeimpulse examples.
Once you have the model working online, you can deploy it to the pi.
Here’s some code that lights an LED on pin 18 when the pi sees an object it has been trained to recognize.
There are many things you can do with Edge Impuse, including counting objects.