https://github.com/pupil-labs/pupil
Raw File
Tip revision: 6ee91d29c7875abd6bb6aa3265247ea08af3c297 authored by Moritz Kassner on 05 March 2015, 16:57:49 UTC
updated info text
Tip revision: 6ee91d2
run_capture
#!/bin/sh
cd $(dirname $0)/pupil_src/capture
echo "starting PUPIL capture python script"
python main.py
exit 0
back to top