Difference between revisions of "Oculus Rift"

From REALab Wiki
Jump to navigation Jump to search
Line 3: Line 3:
==Functioning==
==Functioning==


The Oculus Rift images show a single screen split in half, with each half presented to each eye separately. Importantly, the left half of the screen is presented to the right eye, and vice versa.
The Oculus Rift images show a single screen split in half, with each half presented to each eye separately. This means you have to present two slightly different images on the two halves of the screen in order to render it three-dimensional. To render a two-dimensional image, copy what is on the left side of the screen to the corresponding position on the right side of the screen.


You can think of the images as being a second monitor attached to the screen. So you could use [http://www.psychopy.org PsychoPy], [http://osdoc.cogsci.nl OpenSesame], MATLAB, etc. to program your experiments with it.
You can think of the images as being a second monitor. So you could use [http://www.psychopy.org PsychoPy], [http://osdoc.cogsci.nl OpenSesame], MATLAB, etc. to program your experiments with it.

Revision as of 23:32, 30 March 2015

The Oculus Rift is a virtual reality headset.

Functioning

The Oculus Rift images show a single screen split in half, with each half presented to each eye separately. This means you have to present two slightly different images on the two halves of the screen in order to render it three-dimensional. To render a two-dimensional image, copy what is on the left side of the screen to the corresponding position on the right side of the screen.

You can think of the images as being a second monitor. So you could use PsychoPy, OpenSesame, MATLAB, etc. to program your experiments with it.