Will our code be able to detect multiple faces present at a single time, for example - if Prateek and Asif bhaiyya are looking at webcam together.
Multiple Face recognition at a single time
Hi Rahul,
Yes our face recognition would be able to detect multiple faces at a time. That’s how haarcascade has been built. In case of multiple faces, it’ll return multiple tuples containing the coordinates of all the present faces.
I hope this resolved your query?