Skip to content

idontlikelongname/zed-oculus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zed-oculus

This sample is designed to work with the ZED stereo camera only and requires the ZED SDK. For more information: https://www.stereolabs.com

It demonstrates how to grab stereo images with the ZED SDK and display the results in a Oculus Rift headset.

Prerequisites

For more information on this sample, please read our tutorial Using the ZED Camera with Oculus Rift.

OpenGL GPU Interoperability

/!\ You must have NVIDIA GPU Computing Toolkit installed on your computer.

To enable Opengl GPU Interoperability (which increases performance):

  • add the preprocessor definition OPENGL_GPU_INTEROP;
  • link the CUDA library cudart_static.lib (commonly at "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v7.0\lib\x64\cudart_static.lib").

##Keyboard shortcuts

           Main Hotkeys              |

---------------------------------------- | 'q' : Exit the application | 'c' : Pause/Unpause the rendering | 'r' : Reset HIT to zero | 'Mouse wheel' : Increase/Decrease HIT |

About

ZED Viewer for Oculus Rift

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 88.8%
  • CMake 11.2%