Main Content

Intruder detection with ArduCam on Pico board

Use the new RPi Pico along with TFLu so that it turns a RPi4 when a person is detected, then the RPi4 confirms if the person is a stranger.

In this project, we are going to learn how to set up a person detection model using TFLu along with the ArduCAM drivers so that we can actuate other peripherals if a person is seen. All image processing takes place inside the Pico!

We’ll be using the Raspberry Pi 4 to program this demo as later on this will allow us to interface between the two devices and offload the more complex processing to the RPi4 (check the bottom of the tutorial for more info).”

Link to article