https://github.com/samtuhka/pupil
Raw File
Tip revision: 62cb1c6f9f2511536f42e6555445156a878846f9 authored by Moritz Kassner on 25 March 2014, 09:17:30 UTC
added help strings to accuracy test GUI.
Tip revision: 62cb1c6
run_capture
#!/bin/sh
cd $(dirname $0)/pupil_src/capture
echo "starting PUPIL capture python script"
python main.py
exit 0
back to top