https://github.com/samtuhka/pupil
Raw File
Tip revision: c3fcba52c0048bc83f580a16f0659c46d428ebd2 authored by Moritz Kassner on 11 June 2015, 19:47:02 UTC
fixed bugs in player export
Tip revision: c3fcba5
run_capture
#!/bin/sh
cd $(dirname $0)/pupil_src/capture
echo "starting PUPIL capture python script"
python main.py
exit 0
back to top