AceCentre / EyeCommander

An open source computer vision interface that tracks eye movements for individuals with severely-limited mobility.
https://docs.acecentre.org.uk/eyecommander
MIT License
53 stars 4 forks source link

Action seems to be building example still.. #16

Closed willwade closed 3 years ago

willwade commented 3 years ago

Thats wierd. Its built the binary for windows - but the example.py - not the eyecommander.py - so guessing there is another call to the pyinstaller python file Ive missed?

gavinhenderson commented 3 years ago

@willwade I had a quick look at the logs of the action and it seemed to use the eyecommand.py file as expected. What makes you think its using the example.py?

willwade commented 3 years ago

Could be me. I downloaded and ran it with a --help but it just ran like the old example. Maybe me!

gavinhenderson commented 3 years ago

Hmm, weird, it might not be passing through all the variables from the executable through to the python script so it just ignores them 🤔

gavinhenderson commented 3 years ago

I realise thats no help, just thinking out loud

willwade commented 3 years ago

My stupidity. Tried running ot with —help and no output. Should be fixed on next release I’m thinking. Not sure why -help doesn’t work but at least I can see it was taking in Params so is being built (eg you can change camera value)