eyeloop icon indicating copy to clipboard operation
eyeloop copied to clipboard

EyeLoop is a Python 3-based eye-tracker tailored specifically to dynamic, closed-loop experiments on consumer-grade hardware.

Results 9 eyeloop issues
Sort by recently updated
recently updated
newest added

Is there a straight forward way to optimize parameters (location of cornea reflection, thresholds for binarizing, etc) for a recording, and then applying these parameters to extract pupil position and...

Currently the blink threshold is hardcoded inside the engine.Engine class, ideally this should be a param passed in so an external user can adjust it. Alternatively, a method could be...

Wasn't quite sure how/where to articulate this, but during my implementation of unit testing and logging I've come across the following issue, which I think I have resolved, its just...

From https://github.com/simonarvin/eyeloop/issues/13#issuecomment-658127777 (issue closed) >It might be worth writing some basic pytest integration tests to test some of the major branches of the code, not sure how you would do...

# Torsional vector algorithm # ![-1Asset 25-8](https://user-images.githubusercontent.com/40764374/87467435-3a6da380-c618-11ea-9acd-c2753cd5c95a.png) **Fig** Several neuro-ocular pathologies produce torsional eye movement patterns, such as torsional nystagmus and midbrain lesions. Here's a suggestion to compute the torsional...

enhancement

Having the same issue as #39 - receiving a SystemError in regards to [Line 79 of processor.py](https://github.com/simonarvin/eyeloop/blob/cd22fb79e8d2c186ed23e2b15cef57887bbdeffe/eyeloop/engine/processor.py#L79). I attempted a fix by changing [self.blur = [3, 3]](https://github.com/simonarvin/eyeloop/blob/cd22fb79e8d2c186ed23e2b15cef57887bbdeffe/eyeloop/engine/processor.py#L28) to be a...

Hello! I'm currently trying to setup eyeloop and I keep getting an error when I try to switch the importer to vimba. I used Python 3.7 for installation, I think...

Hi, I want to use eyeloop to track the pupil of an eye of a mouse. I managed to install eyeloop and can run it using the command line. The...