Cnorton
- Total activity 25
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 1
Comments
Recent activity by Cnorton-
I still cannot find the pyrealsense2.so. I searched pyrealsense2 throughout the entire computer and got one folder that was in the libsense root folder and all it had was a init.py in it. I don't t...
-
I found librealsense2.so and added it to the examples folder. However I cannot find the pyrealsense2.so or pyrealsense2.cpython-35m-arm-linux-gnueabihf.so Am I able to find these files elsewhere? b...
-
Thanks MartyG, with that guide I got the realsense viewer to work! However, I am still getting a ModuleNotFoundError for pyrealsense2 when I run my code. Tried running one of the example python scr...
-
Went through everything in that link and changed the CMakeList files. Still have the same issue.
-
I am using a Pi 4 (4GB if that matters)
-
huh alright, well I ran cmake ../ -DFORCE_RSUSB_BACKEND=true -DBUILD_PYTHON_BINDINGS=bool:true -DCMAKE_BUILD_TYPE=release -DBUILD_EXAMPLES=true -DBUILD_GRAPHICAL_EXAMPLES=true and export PYTHONPATH...
-
Yeah when I run sudo make install I get: fatal error: config.h: No such file or directory#include "config.h"^~~~~~~~~~compilation terminated.make[5]: *** [CMakeFiles/usb.dir/build.make:63: CMakeFi...
-
sorry got a little ahead of myself. the cmake command you gave me worked, but then I just ran make -j4 and got this: [ 13%] Linking CXX static library librealsense-file.a[ 13%] Built target realsen...
-
Hi MartyG, Looks like that built: -- Configuring done-- Generating done-- Build files have been written to: /home/pi/Desktop/librealsense-master/librealsense-master/wrappers however when I try runn...