rs-capture.cpp:5:10: fatal error: example.hpp: No such file or directory
#include "example.hpp" // Include short list of convenience functions for rendering
^~~~~~~~~~~~~
compilation terminated.
which is leads me to conclude that I'm not understanding the build process correct.
I have tried running a cmake . in the root of the project but that gives errors in few of the examples projects about the DESTINATION DIR as well.
Im not familiar with Cmake in general. If you're willing to help me out with steps to take to get the examples running, i appreciate it highly.
Issue Description
Hi There,
I'm having trouble running any other example than
hello-realsense
What I have tried:
https://github.com/IntelRealSense/librealsense.git
modinfo uvcvideo | grep "version:"
gives me:Which does not include the "librealsense" string as the documentation says it should..
If then navigate to the rs-capture example, and modify the
CMakeLists.txt
to (removed the if statement and hardcoded theRUNTIME DESTINATION
):and run a
cmake .
I see the following:which is leads me to conclude that I'm not understanding the build process correct.
I have tried running a
cmake .
in the root of the project but that gives errors in few of the examples projects about the DESTINATION DIR as well.Im not familiar with Cmake in general. If you're willing to help me out with steps to take to get the examples running, i appreciate it highly.