https://github.com/pupil-labs/pupil
Raw File
Tip revision: cafff1463a91678290c9ace437cc0e2e2dc4af0c authored by MichaelBarz on 21 July 2015, 13:14:53 UTC
fixed video backend for windows. Interface changed and thus errors occurred with the old windows backend.
Tip revision: cafff14
.gitignore
# OS generated files #
.DS_Store
Thumbs.db

# python generated files #
*.pyc
*.pstats

# binaries #
*.so

#cython build files
*.c

# user generated files will be ignored if in directory named 'recordings...' #
# user generated settings files will also be ignored #
recordings/
capture_settings/
player_settings/
settings/
*.db
*.npy
*.png
*.log


# IDE generated files #
.floo
.flooignore
*.sublime-project
*.sublime-workspace


back to top