[ADD] comments and cleanup includes

This commit is contained in:
Sem van der Hoeven
2021-06-18 11:06:25 +02:00
parent 01570d8045
commit 0d6f10dff5
3 changed files with 53 additions and 17 deletions

View File

@@ -23,7 +23,7 @@ namespace computervision
if (!background_calibrated || !skin_calibrated)
if (time >= TIME_DURATION)
{
std::cout << "timer finised, seconds left: " << seconds_left << std::endl;
//std::cout << "timer finised, seconds left: " << seconds_left << std::endl;
seconds_left--;
time = 0;
}