swh:1:snp:146792331b15ae9761288bf08f9e0fd689719bca
Raw File
Tip revision: 11072100e72d803ff40a4de5fc9b31e24a041b0d authored by Moritz Kassner on 09 October 2013, 16:03:06 UTC
doublicated eye process, implemented selection of muliple webcams with same name
Tip revision: 1107210
run_capture
#!/bin/sh
cd $(dirname $0)/pupil_src/capture
pwd
echo "starting PUPIL capture python script"
python main.py
exit 0
back to top