Facing issue with camera L515
I am trying to connect to the camera through a python code using the pyrealsense2 library.
But upon execution I am always getting a Runtime error of device not connected, though the realsense viewer is able to detect the camera.
-
Hi Harshchandgotia27,
Could you try to re-install the Librealsense with the following commands:
cd librealsense mkdir build cd build cmake ../ -DFORCE_RSUSB_BACKEND=ON -DBUILD_PYTHON_BINDINGS:bool=true -DPYTHON_EXECUTABLE=/usr/bin/python3 -DCMAKE_BUILD_TYPE=release -DBUILD_EXAMPLES=true -DBUILD_GRAPHICAL_EXAMPLES=true -DBUILD_WITH_CUDA:bool=true make -j2 sudo make installRegards,
Yu-Chern
Please sign in to leave a comment.
Comments
2 comments