/ofxZED

Implementation of StereoLab's ZED camera for openFrameworks

Primary LanguageC++

ofxZED

Implementation of StereoLab's ZED camera for openFrameworks

#Requirements:

#Installation:

  • Put into apps/myApps
  • Open ZED-Viewer.vcxproj and alter these to lines to link to your ZED & Cuda directories:
    <ZED_SDK_DIR>D:\Program Files (x86)\ZED SDK</ZED_SDK_DIR>

<CUDA_DIR>D:\Program Files\NVidia\Cuda 7.0</CUDA_DIR>

#Credits Put together for openFrameworks by Design & Systems / Stefan Wagner (andsynchrony)

Some functionalities extended by Mithru Vigneshwara.