View my account

Facing issue with camera L515

Comments

2 comments

  • Yu-Chern Peh

    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 install

     

     

    Regards,

    Yu-Chern

    0
    Comment actions Permalink
  • Harshchandgotia27

    Hi Yu-Chern, 
    Thank you for the reply but I guess I have resolved the issue for now. I had to just use a different version of pyrealsense2. 

    Regards, 
    Harsh 

    0
    Comment actions Permalink

Please sign in to leave a comment.