ESP32CAM - Person Detection

Hello! I need to design an Arduino program to detect people using ESP32CAM. Should I create my own program or is it better to use libraries or programs that already exists? If it is the second option, where can I find an already built program to detect people?
Edit: I need to detect human bodies, face recognition wouldn't be suitable for me.

The first step is to decide and explain what you mean by "detect people".

A face recognition application is already available for the ESP32-CAM.

What does "people" imply? 2 feet, not 4? Taller than dogs?

1 Like

Yes, I noticed there is already a face recognition application. But I need to recognize human bodies, more than faces. This face recognition wouldn't be suitable for me. I need to count people passing by a street, for example.

I actually need to count people passing by a street, so I hope they are walking with 2 feet. Also, I rather need to detect bodies than faces. I wonder if something like this is already created, since I know about face recognition, but it wouldn't be suitable for me.

If so, a web search is likely to turn up some things.

"People passing by a street" includes images like this. How many people are in that photo?

Capture.PNG

Or this:

Capture

Well, in my 'problem' is not that crowded. I calculate like 3 or 4 people max passing by at the same time. Also, it doesnt need to be that accurate. It is just to make an estimation.

Keep us posted on your success!

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.