-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
D435 keep faling and resetting #1192
Comments
It looks like a kernel related issue. You may have more success if you build Librealsense using the "bypass" method. It requires an internet connection to install but is not dependent on Linux versions, kernel versions or patches and so can help to correct problems that occur when using the usual Librealsense installation process. A typical CMake build command that uses the bypass, launched from the Build folder of the Librealsense root directory (Librealsense > Build), would look like this; cmake ../ -DFORCE_RSUSB_BACKEND=true -DCMAKE_BUILD_TYPE=release -DBUILD_EXAMPLES=true -DBUILD_GRAPHICAL_EXAMPLES=true |
Hello @MartyG-RealSense Today, I switch the old realsense with a newer one (same D435 model, but larger serial number) and the above problem is gone. .... |
I'm pleased to hear that a new camera helped! The link below discusses the advantages and disadvantages of the backend bypass method of installation, under the heading 'What are the advantages and disadvantages of using libuvc vs patched kernel modules?' |
Hello @MartyG-RealSense . |
Hello guys.
Currently my camera is having the following error when using in ROS.
I tried to switch into realsense-viewer. This time, the error message look different but the camera still isn't usable
Do you guys have any idea about this ?
The text was updated successfully, but these errors were encountered: