augcog / OpenARK

OpenARK is an open-source wearable augmented reality (AR) system founded at UC Berkeley in 2016. The C++ based software offers innovative core functionalities to power a wide range of off-the-shelf AR components, including see-through glasses, depth cameras, and IMUs.
https://vivecenter.berkeley.edu/research1/openark/
Apache License 2.0
303 stars 115 forks source link

Fail to build since lacking SampleReader.h #34

Open ylshie opened 5 years ago

ylshie commented 5 years ago

I try to build code, it fail and stop at Convert.h because of lacking RealSense/SampleReader.h. I also cannot find it at Real Sense SDK 2. Where can I found it ?

Arthur

akhalili commented 5 years ago

have you install real sense sdk 2.0?

Senwang98 commented 5 years ago

have you install real sense sdk 2.0? You mean 'C:\Program Files (x86)\Intel RealSense SDK 2.0' ? I also couldn't find this header file .