swh:1:snp:146792331b15ae9761288bf08f9e0fd689719bca
Raw File
Tip revision: 08e9face239153fd8fa55ebd6acebc9689b8a4c6 authored by Moritz Kassner on 03 July 2015, 12:10:19 UTC
make jpeg recording dependent on wether the capture produces jpeg frames.
Tip revision: 08e9fac
run_capture
#!/bin/sh
cd $(dirname $0)/pupil_src/capture
echo "starting PUPIL capture python script"
python main.py
exit 0
back to top