Closed dolhasz closed 7 years ago
Hello, I believe that I have the same problem. From what I understand, there has been a change in the original librealsense folder. /usr/local/include/librealsense2 <- as the original code looks for /usr/local/include/librealsense
if you can get the older version of librealsense, it will work. Tried and tested for pip install pyrealsense
this is correct, pyrealsense
supports only librealsense
v1.x.
If you are using librealsense
v2, there is a python wrapper already included in the library,
see https://github.com/IntelRealSense/librealsense/tree/master/wrappers/python.
Hi there, I have been trying to install pyrealsense 2.2 from source and pip but keep getting following error. Followed the installation guide and added all required paths (I think, at least).
Getting following error:
What am I missing here?
Thanks