Hi! thanks for your reply! Anyway, I have already tried to do it with E-prime, but I did not manage to do anything. I know this may be done with matlab..do you...
... did you run matlab as root? (start it with sudo matlab) ... i updated pp.m to show some more debug output, please download and rerun w/ useSscanf=true and...
Because everything has to end at some point, not only "House M.D." finishes today with the final "Everybody Dies" episode, but also the v-3.0.9 PTB series ends...
13979
Dr. Alexander Klein
Alexander.Klein@...
May 22, 2012 1:06 pm
... I think mex-files work, but I've never tried it myself, since I see Octave primarily as Octave, and not Matlab without a price tag ... So if your code...
The octave->mex interface in octave 3+ works very well. That's how we do it with ptb, we just recompile the matlab mex files as "octave mex files". We only...
13981
evanechang
evanechang@...
May 22, 2012 7:16 pm
I should mention that ImagineStereoDemo(8,0,1) gives me the same bug. Thanks again, Evan...
13982
evanechang
evanechang@...
May 22, 2012 7:18 pm
Hi, I'm hoping someone can help me out. I'm trying to write a movie to disk, but my code bugs up even when I run these two lines: [windowPtr rect] =...
Hi, We want to do psychophysics experiments in which we want to accurately record reaction times (rapid RT so time precision is important). I didn't find any...
13984
evanechang
evanechang@...
May 22, 2012 8:22 pm
Ok, for some reason I got more output on a different machine: PTB-ERROR: Tried to startup GStreamer. This didn't work, PTB-ERROR: because one of the required...
13985
evanechang
evanechang@...
May 22, 2012 8:23 pm
Update: I downloaded GStreamer (x86), but no success there, even after using Screen('Preference', 'DefaultVideocaptureEngine', 3); % GStreamer=3, Quicktime=0 ...
Sebastien, I've had decent success with Xkeys. http://www.piengineering.com/xkeys.php Specifically, I've used the foot pedal version as a "big button" response...
13987
evanechang
evanechang@...
May 22, 2012 10:09 pm
All right, another update: I'm not too sure if GStreamer (vs QuickTime) is the route I want to go, but I uninstalled and reinstalled it and got a new set of...
... Yep. You probably just installed a wrong version of GStreamer, which doesn't contain the needed codec plugins. You'll need the GPL version, not the LGPL...
Hi everybody, again, I have to apologize for a very long delay since my last post on this topic. However, this was merely due to the fact, that the pre-warping...
Thanks very much Jurnell for your answer. Finally, we will probably get the response time box (http://lobes.usc.edu/RTbox/). It seems to be the best...
... ok, this is fixed. keith's machine had 888 1912 in /proc/sys/dev/parport/parport0/base-addr whereas my machines always have 0 for the second number. i...
13992
evanechang
evanechang@...
May 24, 2012 9:09 pm
woops. You're right! Thanks for the help, though, I'll make sure to read the help docs more closely next time....
Hi, I don't know about the specific code and everything behind this, but note the "file not found" error. Does the file exist and does matlab have access ...
Hi, i'm looking for someone to point me in the right direction. I would like to create a basic oscillating circle using PsychToolbox. Currently I have a code...
Hi guys, I am running a script that is emulating the old PTB. I was able to run it last week but it seems to have failed after the latest update. Please help...
Oops, i think that's a bug introduced in one of the recent betas. Add this ... Screen('Preference','ConserveVRAM', 2^24); ... to the top of your script, where...
Hi, I am running PTB on both windows and Mac. I built my scripts using Windows, but it the stimuli is arranged differently on the screen when it is run on a...
You are providing seriously too little information here for us to say anything about your issue. What are the differences? Please describe in detail. Are you...
Hi, Thanks for the reply. I've been using FillOval however I am not sure how I can adapt this to make the circle oscillate. I presume I may need to use a for...
Hi, I've been getting errors while trying to use 'getchar' in psychtoolbox which I believe is common when your java is not fully updated. So I attempted to...
Alan, That is essentially what you want to do. It is also best to pace the oscillations. Otherwise, it'll appear too fast. So maybe adjust the rect every other...
Psychtoolbox will not update JAVA for you. On a mac JAVA is currently updated through the standard MAC software update mechanism, so you are at Apples whim as...
Hi Peter, Thank you for the reply that's cleared up everything in my head anyway. I'll give everything you suggested a go and see how I get on. cheers, Alan...