agen judi bola , sportbook, casino, togel, number game, singapore, tangkas, basket, slot, poker, dominoqq,
agen bola. Semua permainan bisa dimainkan hanya dengan 1 ID. minimal deposit 50.000 ,- bonus cashback hingga 10% , diskon togel hingga 66% bisa bermain di android dan IOS kapanpun dan dimana pun. poker , bandarq , aduq, domino qq ,
dominobet. Semua permainan bisa dimainkan hanya dengan 1 ID. minimal deposit 10.000 ,- bonus turnover 0.5% dan bonus referral 20%. Bonus - bonus yang dihadirkan bisa terbilang cukup tinggi dan memuaskan, anda hanya perlu memasang pada situs yang memberikan bursa pasaran terbaik yaitu
http://45.77.173.118/ Bola168. Situs penyedia segala jenis permainan poker online kini semakin banyak ditemukan di Internet, salah satunya TahunQQ merupakan situs Agen Judi Domino66 Dan
BandarQ Terpercaya yang mampu memberikan banyak provit bagi bettornya. Permainan Yang Di Sediakan Dewi365 Juga sangat banyak Dan menarik dan Peluang untuk memenangkan Taruhan Judi online ini juga sangat mudah . Mainkan Segera Taruhan Sportbook anda bersama
Agen Judi Bola Bersama Dewi365 Kemenangan Anda Berapa pun akan Terbayarkan. Tersedia 9 macam permainan seru yang bisa kamu mainkan hanya di dalam 1 ID saja. Permainan seru yang tersedia seperti Poker, Domino QQ Dan juga
BandarQ Online. Semuanya tersedia lengkap hanya di ABGQQ. Situs ABGQQ sangat mudah dimenangkan, kamu juga akan mendapatkan mega bonus dan setiap pemain berhak mendapatkan cashback mingguan. ABGQQ juga telah diakui sebagai
Bandar Domino Online yang menjamin sistem FAIR PLAY disetiap permainan yang bisa dimainkan dengan deposit minimal hanya Rp.25.000. DEWI365 adalah
Bandar Judi Bola Terpercaya & resmi dan terpercaya di indonesia. Situs judi bola ini menyediakan fasilitas bagi anda untuk dapat bermain memainkan permainan judi bola. Didalam situs ini memiliki berbagai permainan taruhan bola terlengkap seperti Sbobet, yang membuat DEWI365 menjadi situs judi bola terbaik dan terpercaya di Indonesia. Tentunya sebagai situs yang bertugas sebagai
Bandar Poker Online pastinya akan berusaha untuk menjaga semua informasi dan keamanan yang terdapat di POKERQQ13. Kotakqq adalah situs
Judi Poker Online Terpercayayang menyediakan 9 jenis permainan sakong online, dominoqq, domino99, bandarq, bandar ceme, aduq, poker online, bandar poker, balak66, perang baccarat, dan capsa susun. Dengan minimal deposit withdraw 15.000 Anda sudah bisa memainkan semua permaina pkv games di situs kami. Jackpot besar,Win rate tinggi, Fair play, PKV Games
Comments
Hi Lisa,
As you describe yourself, you can't have two eye trackers running in the same experiment with Opensesame and Pygaze plugin. I am not sure though whether this generally impossible, or could work if you used direct coding (e.g. in Python, maybe even with the Pygaze library). But I would imagine you would need to make sure that the eyetrackers run on different I/O ports or channels. Otherwise they would interfere. Again, whether this is generally possible or not, I don't know.
Hope this helps a bit.
Eduard
Hey Eduard,
thanks a lot for your reply! I am currently trying to solve the problem by implementing "Lab Streaming Layer" somehow to synchronize the eye-trackers (unfortunately, there is no direct support for the Gazepoint eye-tracker I want to use). If this does not work, I will definitely try using direct coding as you suggested.
Best, Lisa
Hello again!
I am currently trying the option suggested by Eduard, to use direct coding to include multiple eye-trackers at the same time in OpenSesame. Yet, I am still struggling with this. I am able to use the functions described in the OpenSesame PyGaze documentation (https://osdoc.cogsci.nl/3.2/manual/eyetracking/pygaze/#function-overview), but for using them I need to embed the PyGaze init-item (plug-in) first. When I try to embed two init-items (one for the Gazepoint eye-tracker and the other one for the Tobii eye-tracker) I get the error message that I can only include one init-item. Does anyone know how to inititate eye-trackers using the inline python script?
I can't even record one eye-tracker with this method. Here is an example of how I tried to call the function, but it does not work:
Thank you in advance!!
Best, Lisa
Hi Lisa,
I don't think you can directly use the pygaze functions. As these are also used by the plugins in Opensesame. Instead, I would recommend you go through the source code of Pygaze and try to follow how connections with the Eyetracker is established. Based on that code you might be able establish a connection with the trackers. For example, here is the main code how Pygaze interacts with Eyelink trackers: https://github.com/esdalmaijer/PyGaze/blob/master/pygaze/_eyetracker/libeyelink.py
But again, to be clear, even though I proposed this idea, I have no idea whether it works. In fact, I have the hunch it won't, but please prove me wrong.
Good luck!
Eduard
Hi Eduard,
I tried some different things and actually found a method that worked (but not in OpenSesame)! Instead, I used Rapunzel and wrote the code manually. I used an example experiment provided in the pygaze documentation ("simple tracker experiment") as orientation, and manually wrote the code. By using the pygaze functions via code, I could define two eye-trackers at the same time. For example:
Thank you very much for your help!
Best, Lisa
Very cool! If you eventually make your experiment work, it would be nice if you could post your code/experiment. This might be interesting for other users.
Thanks