Click here to Skip to main content
15,881,757 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,

i am working on a project where i am running three cameras simultaneously.

But, i want to find which camera is having the face and that camera should display a message box saying "camera 1 is running".

how can we do that and pop up a message box.
Posted
Comments
Richard MacCutchan 3-Nov-12 5:15am    
How are you dealing with the pictures from the cameras? How do you tell which camera sent a particular picture? How do you recognise when a face is in the picture?
enhzflep 3-Nov-12 17:34pm    
Simple. You examine the 3 feeds simultaneously with openCV. If you get a hit for a face, you report that fact and the stream it was found in. What have you actually done?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900