Difference between revisions of "Oculus Rift"

From REALab Wiki
Jump to navigation Jump to search
(Created page with "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. Yo...")
 
 
(2 intermediate revisions by the same user not shown)
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. 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.
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.
 
The Occulus Rift simply acts as a second monitor. So there are no drivers or accompanying software to program with it. You could use [http://www.psychopy.org PsychoPy], [http://osdoc.cogsci.nl OpenSesame], MATLAB, etc. to program your experiments, and then display them through the Rift instead of your monitor.

Latest revision as of 23:40, 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.

The Occulus Rift simply acts as a second monitor. So there are no drivers or accompanying software to program with it. You could use PsychoPy, OpenSesame, MATLAB, etc. to program your experiments, and then display them through the Rift instead of your monitor.