Skip to content
Snippets Groups Projects
Select Git revision
  • 54a417d41183b467c5daff03919d570965effeb1
  • master default
2 results

main.py

Blame
  • Forked from Automatants / Facial expression detection
    Source project has a limited visibility.
    main.py 129 B
    from game import *
    from videoCapture import *
    
    game(playTime=60, invincibleFrame=1, dt_required=0.3, n_photos=5)
    
    #videoCapture()