psychxr icon indicating copy to clipboard operation
psychxr copied to clipboard

Python extension library for interacting with eXtended Reality displays, intended for research in neuroscience and psychology.

Results 6 psychxr issues
Sort by recently updated
recently updated
newest added

I used libovr.shutdown() without any issues but I did not try using opengl - Let me know if you'd like me to test this to see if the crash has...

Hello, I just noticed that this project was created to support VR in Psychopy. But I have a question. Why there was a decision to limit yourselves to Oculus Rift...

enhancement

When `shutdown()` is called, the program exits with code -1073741819 (0xC0000005) indicating an access violation.

When calling getActualFrameRate on window, it throws an exception, an option might be to override the rift window with an equivalent frame rate test which is supported on the HMD....

When calling setAutoDraw(True) on grating stimulus, it is not added to the window for drawing on the next call to flip().

Hi, I have been working with this library and manage to do several things already. However, now I am in the process of getting inputs from the controller but it...