https://github.com/samtuhka/pupil
Raw File
Tip revision: 52020769b986c009d6e92e9557d0512090a02888 authored by Moritz Kassner on 16 April 2015, 10:39:12 UTC
Merge branch 'master' of https://github.com/pupil-labs/pupil
Tip revision: 5202076
run_capture
#!/bin/sh
cd $(dirname $0)/pupil_src/capture
echo "starting PUPIL capture python script"
python main.py
exit 0
back to top