[ADD] hand detection in startup scene

This commit is contained in:
Sem van der Hoeven
2021-06-18 17:15:26 +02:00
parent c1ba33e55b
commit 7c3d68a742
7 changed files with 59 additions and 73 deletions

View File

@@ -275,6 +275,7 @@ namespace scene
*ptr = score;
std::cout << "Score: " << score << std::endl;
return_value = scene::Scenes::GAMEOVER;
cv::destroyWindow("camera");
}
camera->Follow(main_character->GetPosition());