https://github.com/samtuhka/pupil
Raw File
Tip revision: 7ce118654000010e99511ca107f828b3eefc9276 authored by Moritz Kassner on 22 April 2015, 15:38:00 UTC
fixed format planes.
Tip revision: 7ce1186
run_capture
#!/bin/sh
cd $(dirname $0)/pupil_src/capture
echo "starting PUPIL capture python script"
python main.py
exit 0
back to top