Camera sensor that can Distinguish the person1 and person2

Hello, I am thinking about creating a camera sensor that can distinguish the person 1and person 2 and then the camera sensor will avoid the person1 and focus on person 2.
can you please give me an idea on how to start this. thank you.

It's a matter of software. Use a powerful system like a RasPi.

1 Like

The ESP32-CAM can do basic facial recognition.

1 Like

RaspberryPi and TensorFlow, works great lasts a long time.

1 Like

You have to implement a Machine Learning model. What processor are you planning to use? Is it Raspberry pi or ESP32? With Raspberry pi and Raspberry Pi camera V2, you can use Tensorflow. For ESP32+ESP32 Cam, you can use TinyML. You can get ideas from the following links:

And if you want to study more about Camera PCBs, this write-up may help:

2 Likes

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