Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

Eyetracking of videos #41

Open
marcbue opened this issue Mar 15, 2023 · 2 comments
Open

Eyetracking of videos #41

marcbue opened this issue Mar 15, 2023 · 2 comments

Comments

@marcbue
Copy link

marcbue commented Mar 15, 2023

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 gui appears and the video is shown as well as the binarized image and another one that is black.
image

After the video is processed there is no pupil detection info available in the datalog.json file.
I read now that I have to add the pupil using the key 1 in the gui.
I get the following error:
image

Can you help me with this?

Cheers

Marc

@Kim-EunKyeoung
Copy link

Same Error in Ubuntu 22.04. I got the same message and the gui crashed when pressing D, or when i press Y after Z.
Anyone can help me please? thanks to you all

@alex-attinger
Copy link

Not sure if this is it, but here, the windows are destroyed when the loop is executed the first time:

cv2.destroyAllWindows()

this probably also removes the mousecallback functions that are used to set variables like 'cursor'. creating the windows again (cv2.namedWindow("CONFIGURATION") and cv2.namedWindow('Tool tip")) and adding the mousecallbacks (like
cv2.setMouseCallback("CONFIGURATION", self.mousecallback)
) should fix at least this aspect.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants