I'm using Psychtoolbox to run a continuous manual tracking
experiment. The input device is a WACOM Intuos tablet, and the
task is to chase a target across the screen, using the tablet to
control the cursor. I've had more than a few headaches working
out all the details.
The biggest problem is getting a high enough sampling rate.
Ideally, we'd like it to be 120 Hz or better. However, the sampling
rate of the tablet seems to top out at 60 Hz, probably because it's
a serial tablet we are connecting with a Keyspan USB-serial
adapter. Does anyone know if a USB tablet, like the Intuos2
which WACOM claims does 200 samples per second, would
really work? I have read rumors about USB timing that make me
wonder if the sampling of any USB device can go that high.
On the other end, I also need to display the target, which follows
pre-programmed paths, as a dot moving on the screen. Of
course this will be fastest if I make a movie for playback, but
since each screen is so large, and our trials are on the order of
tens of seconds, I need a ton of memory.
I'd like to reduce the memory used per screen, by using 2 or 4-bit
mode. But I get this error:
??? pixelSize/depthMode 4 unavailable in display mode 21540.
for any modes below 8-bit. I'm afraid I don't know what display
mode 21540 is, or if it can be changed to allow me to display
fewer than 256 colors. Can someone help me out?
Many thanks,
tj
experiment. The input device is a WACOM Intuos tablet, and the
task is to chase a target across the screen, using the tablet to
control the cursor. I've had more than a few headaches working
out all the details.
The biggest problem is getting a high enough sampling rate.
Ideally, we'd like it to be 120 Hz or better. However, the sampling
rate of the tablet seems to top out at 60 Hz, probably because it's
a serial tablet we are connecting with a Keyspan USB-serial
adapter. Does anyone know if a USB tablet, like the Intuos2
which WACOM claims does 200 samples per second, would
really work? I have read rumors about USB timing that make me
wonder if the sampling of any USB device can go that high.
On the other end, I also need to display the target, which follows
pre-programmed paths, as a dot moving on the screen. Of
course this will be fastest if I make a movie for playback, but
since each screen is so large, and our trials are on the order of
tens of seconds, I need a ton of memory.
I'd like to reduce the memory used per screen, by using 2 or 4-bit
mode. But I get this error:
??? pixelSize/depthMode 4 unavailable in display mode 21540.
for any modes below 8-bit. I'm afraid I don't know what display
mode 21540 is, or if it can be changed to allow me to display
fewer than 256 colors. Can someone help me out?
Many thanks,
tj