I'm building an attendence check system using face recognization technique. So far I can detect and recognize the face from the camera and terminate the program after the recognization.
I want to let the program wait 2 seconds after the camera initialize, as the accuracy of face recognization is poor in the first two seconds(caused by abnormal brightness etc.). Adding a count down or similar method might help, but I don't know how to achieve. Could anyone give me some hints? My code is a little bit long. I will edit the question if anyone want to see the code. Thanks a lot!