_Bob
About
- Username
- _Bob
- Joined
- Visits
- 24
- Last Active
- Roles
- Member
Comments
-
I finished a Titta Eye Tracking plugin for OpenSesame. The latest version is in accordance with the new OpenSesame 4 plugin API. The plugin is also available for OpenSesame 3, this version is located in the 'legacy' branch. I tested it on Debian 12 …
-
Finally found it, you can just change the settings in ~/.psychopy3/monitors/testMonitor.json or create a new monitor there. Now it works correctly!
-
Hi Sebastiaan, Thanks, I could not find the new lazy init because I was looking in the old mc plugin. Cleaned all my desktops now, did fresh installs of 3.3 and everything works great. All my plugins are now lazy init compatible, I only needed it to…
-
Hi Sebastiaan, I tested 3.3 today and got some problems with the plugins. The variables that originate from info.yaml are not accessible anymore from the qt class in the plugin. So it is not possible anymore to change plugin settings on the fly. My…
-
Hi Sebastiaan, Thanks, how stupid of me, I was not really awake yet. I already know this ppa and fiddled with it before. Did some testing today and had some problems with the plugin system. Will explain more in the rapunzel thread.
-
Good work! Sebastiaan, do you happen to have an Ubuntu ppa with the python3 package (and python3 dependencies)? BTW i did not notice pygaze was not finished yet in py3, it seem to install fine through pip3.
-
The assert error means it cannot find the CEDRUS device so it might be a bug in the pyxid package or in your driver installation. The NameError: name 'exp' is not defined can be solved by using var.experiment.trigger instead of exp.trigger.
-
The variable exp does not exist and I would also split it up in a 'init' script (beginning of the experiment) and a 'send trigger' script which you can put in a sequence in a loop. When you want to use a variable through the entire experiment, you c…
-
You can download a newer driver from here: http://www.highrez.co.uk/Downloads/InpOut32 And then initialize it through: io = windll.LoadLibrary( 'inpout32.dll') (don't forget to add the correct path to 'inpout32.dll')
-
Hi FlintMarco, As far as I understand from your story, the Stimtracker Duo is reachable through a virtual serial port (connect by USB) and not the parallel port. The parallel port trigger plugin only works with parallel ports. Thanks for the bug r…
-
Looks like a permission/group problem, you could try to add yourself to the audio group. Check your subscriptions to groups: groups Does it contain 'audio'? Add yourself to the audio group: sudo adduser [username] audio Replace [username] wit…
-
Hi jtpar, Good to hear. It seems the reset / 0 got lost over time. It is back again in v6.0.
-
Hi jtpar, Just extract v5.0 of the plugin in the plugin folder and it should work out of the box now. I added the dll in the plugin. Best, Bob
-
Hi Daniel, Thanks, I worked around the problem by using vlc plugin for the time being.
-
Correction to my opening post: "opensound" should be "sounddevice".
-
Hi Gary, Thanks! I integrated your method into the plugin. Best, Bob
-
Parallel port plugin is updated. Method for using windll.dlportio was removed from windll, so fixed that. Additionally, the Windows driver is integrated. Thanks to Gary for this change, no more booting into test mode and driver installations. htt…
-
Nice, a new driver install method. Don't like the testing method either. Gonna try to test it today (or else next week), if it works then I will update the documentation. How is the plugin working so far?
-
neuropacabra: does it work already?
-
Hi Grusha, Nothing has changed in regard to the removal of duration. Without duration, you do not need to substract 4 ms and you can encapsulate the entire trial. For example send a code before the audio item and send 0 after the the audio item, or…
-
Hi Luigi, Port value is in hex or in dec. Address range for the memory register is 0000 - FFFF. The standard address for the parallel port is 0x378, which is short for 0x0378. Because the first digit in the hex number is zero, it often will be left…
-
Hi all, Got the same problem on debian linux. First tried it with psychopy, which results in a freeze of opensesame (pygame works correctly with psychopy) and then directly through pyo which ends the experiment when it reaches the pyo code. Anyone…
-
Seems additionally, dummy mode was always enabled and did not work when there was no pport and/or driver. All fixed in v3.1.
-
Hi all, I am back and actively working on this plugin again. Sorry for the unreported changes. I removed the time dimension: duration because it occurred to me it has no real use and forces a wait. Duration could become handy when it can run in pa…
-
Hi Sebastiaan, I am gonna look into that. It is not that relevant at this time because I need the QTreeWidget. Order of items is relevant. I will elaborate some more. The basic setup is that the plugin makes a list of all language folders located …
-
Hi Sebastiaan, Thanks! Good idea! This has only one problem. For example, I have 8 languages with 20 experiments/questionnaires. I have to make 8x20 checkboxes. I have to hide 7x20 checkboxes but the empty space is still shown and the positions ar…