https://github.com/samtuhka/pupil
Raw File
Tip revision: c94742221524e20b4e70df94dabed7f44005552c authored by Samuel Tuhkanen on 19 October 2017, 10:40:56 UTC
no glints
Tip revision: c947422
run_capture
#!/bin/sh
cd $(dirname $0)/pupil_src/capture
echo "starting PUPIL capture python script"
python3 main.py
exit 0
back to top