Show image in a very short time

We are going to conduct some experiments with perceptual thresholds and want to show the image for a very short time. I'm talking about less than 10 ms (our screen supports 144 Hz, i.e. a new image every 6.94 ms).

But all our approaches have so far failed. We tried it with C #: WinForms were too slow, WPF was faster, but we could still see the image, and even displaying the texture with the XNA infrastructure did not work for us.

Do you have any suggestions for us? We are also allowed to use C ++, but we prefer to use C #, so if your suggestions work with C #, we really appreciate it.

+3
source share
1 answer

XNA Framework . , , , -, .

, , .

, , , .

: , XNA , .

0

All Articles