All Projects → stereolabs → zed-oculus

stereolabs / zed-oculus

Licence: MIT License
ZED Viewer for Oculus Rift

Programming Languages

C++
36643 projects - #6 most used programming language
CMake
9771 projects

Projects that are alternatives of or similar to zed-oculus

zed-ros2-wrapper
ROS 2 wrapper beta for the ZED SDK
Stars: ✭ 61 (+125.93%)
Mutual labels:  stereo-vision, zed-camera
zed-matlab
ZED SDK interface sample for Matlab
Stars: ✭ 23 (-14.81%)
Mutual labels:  stereo-vision, zed-camera
zed-pytorch
3D Object detection using the ZED and Pytorch
Stars: ✭ 41 (+51.85%)
Mutual labels:  stereo-vision, zed-camera
zed-openpose
Real-time 3D multi-person with OpenPose and the ZED
Stars: ✭ 37 (+37.04%)
Mutual labels:  stereo-vision, zed-camera
Pandora
A stereo matching framework that will help you design your stereo matching pipeline with state of the art performances.
Stars: ✭ 31 (+14.81%)
Mutual labels:  stereo-vision
UAV-Stereo-Vision
A program for controlling a micro-UAV for obstacle detection and collision avoidance using disparity mapping
Stars: ✭ 30 (+11.11%)
Mutual labels:  stereo-vision
Structured-Light-Laser-Stripe-Reconstruction
Reconstructs a 3D stripe on the area of an object on which a laser falls as seen by the camera
Stars: ✭ 35 (+29.63%)
Mutual labels:  stereo-vision
3D60
Tools accompanying the 3D60 spherical panoramas dataset
Stars: ✭ 83 (+207.41%)
Mutual labels:  stereo-vision
MoonMotion
Moon Motion Toolkit - Free and open source toolkit for VR locomotion
Stars: ✭ 38 (+40.74%)
Mutual labels:  oculus-rift
StereoVisionforADAS
Stereo vision based object detection for ADAS, autonomous vehicle
Stars: ✭ 137 (+407.41%)
Mutual labels:  stereo-vision
stereo-vision-fpga
Real-time binocular stereo vision FPGA system with OV5640 cameras
Stars: ✭ 20 (-25.93%)
Mutual labels:  stereo-vision
DSGN
DSGN: Deep Stereo Geometry Network for 3D Object Detection (CVPR 2020)
Stars: ✭ 276 (+922.22%)
Mutual labels:  stereo-vision
jpp
Joint Perception and Planning For Efficient Obstacle Avoidance Using Stereo Vision
Stars: ✭ 42 (+55.56%)
Mutual labels:  stereo-vision
Calibration-Under Different-Resolution
Stereo Camera Calibration Under Different Resolution
Stars: ✭ 38 (+40.74%)
Mutual labels:  stereo-vision
ONNX-HITNET-Stereo-Depth-estimation
Python scripts form performing stereo depth estimation using the HITNET model in ONNX.
Stars: ✭ 21 (-22.22%)
Mutual labels:  stereo-vision
embedding
Embedding data into immersive environments
Stars: ✭ 26 (-3.7%)
Mutual labels:  oculus-rift
Comparison-of-Disparity-Estimation-Algorithms
Implementation of simple block matching, block matching with dynamic programming and Stereo Matching using Belief Propagation algorithm for stereo disparity estimation
Stars: ✭ 46 (+70.37%)
Mutual labels:  stereo-vision
ImsvGraphVis
Immersive Graph Visualization
Stars: ✭ 92 (+240.74%)
Mutual labels:  oculus-rift
Semantic-Mono-Depth
Geometry meets semantics for semi-supervised monocular depth estimation - ACCV 2018
Stars: ✭ 98 (+262.96%)
Mutual labels:  stereo-vision
Unsupervised-Adaptation-for-Deep-Stereo
Code for "Unsupervised Adaptation for Deep Stereo" - ICCV17
Stars: ✭ 59 (+118.52%)
Mutual labels:  stereo-vision

Stereolabs ZED - Oculus

Note : A ZED mini is required to fully enjoy this tutorial, the usage of a ZED will introduce visual discomfort due to wide baseline.

This sample shows how to capture stereo video from the ZED and display it in an Oculus Rift headset. Works with Oculus DK2 and CV1.

Getting started

Prerequisites

  • Windows 64 bits
  • ZED SDK 3.x and its dependencies (CUDA). Last tested with ZED SDK 3.2.2
  • Oculus SDK (1.17 or later)
  • GLEW included in the ZED SDK dependencies folder
  • SDL

Build the program

Download the sample and follow the instructions below: More

  • Create a folder called "build" in the source folder
  • Open cmake-gui and select the source and build folders
  • Generate the Visual Studio Win64 solution
  • Open the resulting solution and change configuration to Release. You may have to modify the path of the dependencies to match your configuration
  • Build solution

Features

This sample show how to render the ZED stereo images in a Rift. It uses the CUDA-OpenGL interoperability to send images through opengl in the most effective way (without going back to CPU)

Keyboard shortcuts

Main Hotkeys Description
'c' Pause/Unpause the rendering
'q' Quit the application.

Support

If you need assistance go to our Community site at https://community.stereolabs.com/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].