capture and store face detected with Raspberry Pi camera

asked 2015-03-24 06:48:46 -0600

Actually i'm new on Raspberry and OpenCv,I work on a person counting system with cameras, so I have to capture faces at the entrance and the exit and do the matching and calculate the duration of every visit. So, i have already detected faces with the camera Pi using OpenCv and c++ ( just real time face detection ) and now i want to capture and store just faces detected in an sqlite database. i don't need the whole image, just faces already detected. Thanks

edit retag flag offensive close merge delete

Comments

1

I'd never go into a shop that uses such a system. Why don't you just use to cameras (for each direction) and just count the number of people in both directions?

FooBar gravatar imageFooBar ( 2015-03-24 07:06:02 -0600 )edit