General question about recording eye tracking data while using a software
UBela opened this issue · 2 comments
UBela commented
Hi,
I recently started working with Titta and want to record ET data while using a specific software.
From the demos I was under the impression that Titta needs a PsychoPy visual.Window in order to record data. My first guess was to create a transparent window in PsychoPy and use that as an overlay but I could not find a way to change the alpha value of a window.
If it is possible to record data without the need for a visual.Window how can I safely close the calibration Window and start the recording process of the screen?
marcus-nystrom commented
Hi,
Happy to hear that you found your way to Titta!
Titta does not need a PsychoPy window to record data. After calibration,
you can close the PsychoPy window (win.close) and then start the recording
(look at the read_me.py demo)
Thanks,
Marcus
…On Wed, Nov 10, 2021 at 5:56 PM Béla ***@***.***> wrote:
Hi,
I recently started working with Titta and want to record ET data while
using a specific software.
From the demos I was under the impression that Titta needs a PsychoPy
visual.Window in order to record data. My first guess was to create a
transparent window in PsychoPy and use that as an overlay but I could not
find a way to change the alpha value of a window.
If it is possible to record data without the need for a visual.Window how
can I safely close the calibration Window and start the recording process
of the screen?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#13>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AD57FB7XCHTY44VC5HRPKA3ULKP3PANCNFSM5HYMM6PQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
UBela commented
Thanks! :)