-
Notifications
You must be signed in to change notification settings - Fork 4.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
Help reviving a bricked Intel RealSense L515 #10954
Comments
Hi @ferrolho Please try unplugging the micro-sized end of the USB cable from the base of the L515 camera, turning the connector around the opposite way and re-inserting it into the base of the camera (USB-C cables are two-way insertion at the micro-sized end). Can the camera and the depth stream be detected after reversing the direction of the connector? |
Hi, Marty. Thank you for your prompt reply. Unfortunately, the camera seems to be completely bricked now, and I can't get the computer to detect it no matter which way I insert the cable. But I should've mentioned in my original post that I did try to insert the camera using more than one USB 3.1 cable, and I did try to plug the end that plugs into the camera both ways ─ it did not make a difference. |
Is the camera being plugged into a USB 3 port on the computer? Originally at launch the L515 was USB3 only. USB 2 support was added in a later firmware update. If the firmware was downgraded to one that only had USB 3 support, then the camera would need to be inserted in a USB port that detected the camera as being on a USB 3 connection in order to recognize the camera and be able to upgrade the firmware to one that supports a USB 2 connection. |
Yes, it is. |
A camera connection may sometimes be mis-detected as USB 2 even when plugged into a USB 3 port. Do you recall please whether the number beside the camera name in the Viewer was 2.1 or 3.2 when the camera was able to be detected in the Viewer, please? If it was 2.1 then this would indicate that the USB connection was being mis-detected as USB 2. This could occur if the USB micro connector was inserted a certain way around of the two orientations available. |
When the camera was able to connect to the RealSense Viewer, the USB connection was showing as version 3.2, not 2.1. |
I note that you were able to use another L515 on the same computer with no problems, suggesting that the detection issue is specific to the specific camera affected rather than a problem with the computer. In regard to enabling RGB, depth and RGB, there is a known issue where enabling these three streams in the Viewer at the same time can cause data on one of the streams to cease being received. The trigger for that problem is the enabling of the Motion Module. A hardware reset does not correct this and a power-off and power-on of the computer is required to clear the problem. It is unlikely that this issue would prevent the camera from being detected though. Is the camera still undetectable if you download for Windows the 2.41.0 version of Intel.RealSense.Viewer.exe, as this SDK version matches to L515 firmware version 1.5.3.0. https://github.com/IntelRealSense/librealsense/releases/tag/v2.41.0 Also, please check the USB categories of the Windows Device Manager to see whether the RGB and Depth drivers are listed there instead of in the usual 'Cameras' category. |
You have tested the affected camera thoroughly enough to demonstrate that the camera is likely unrecoverable. If you purchased the camera within the past 12 months then please contact the retailer that you purchased it from to enquire about a return. |
Okay. Thank you for your help, Marty. |
I am looking for help regarding a broken Intel RealSense L515.
1.5.8.1
,1.5.5.0
,1.5.4.1
,1.5.3.0
5.15.0
2.51.1
,2.49.0
,2.48.0
realsense-viewer
Issue Description
It's a bit of a long story, so let's start!
I was using Ubuntu 20.04 and the RealSense Viewer (librealsense
v2.51.1
) when the issues started to show up. Suddenly, I was no longer able to use any of therealsense
tools to talk to the camera. This is the error I would get:At this point, I thought: is it my Ubuntu installation acting up? Perhaps even the cable? Or is it really the L515? To understand this, I plugged another L515 camera to the same computer and using the same cable; this time, no errors showed up. So the issue must have really been with that first L515 camera.
I decided to look into the issue a bit further, and so I switched over to my Windows 10 installation, where I have multiple Intel.RealSense.Viewer.exe and Intel.RealSense.FW.Update.exe using different versions of librealsense (which I downloaded from the GitHub Releases assets.
I started by plugging the camera to the computer running Windows 10, and then confirmed the camera was being detected by Windows. I opened the Device Manager and, under Cameras, I could indeed see the L515 listed as:
Knowing that Windows was recognising the camera, I started launching different versions of the RealSense Viewer, trying one at a time, starting from the most recent version (
v2.51.1
) and making my way to the older versions. Suddenly, when I reached (v2.48.0
), the camera started being detected again. I tried it multiple times just to double-check, and I can confirm:At this point, I launched the RealSense Viewer to check the firmware running on the camera: it was
v1.5.8.1
. Still within the RealSense Viewer, I enabled the "Motion Module" to see the accel and gyro streams: they were working, and showing plausible values. I tried enabling also the "RGB Camera", and sure enough the color stream showed up and working well. Finally, I tried to enable the "L500 Depth Sensor", but this failed to launch and none of the depth, infrared, or confidence streams managed to show up. I tried to use the RealSense Viewer option for doing a "Hardware Reset", but this did not solve the problem.At this point, I thought maybe the problem would go away if I were to reinstall the camera firmware, so I used
rs-fw-update
to reinstall the firmware version1.5.8.1
. The terminal output showed 100% success, and I decided to give the camera another go, this time using again the latest version of the RealSense Viewer available to date. However, no joy there; all versionsv2.49.0
–v2.51.1
were still not detecting the camera. So I launched RealSense Viewerv2.48.0
and the camera was there, with the rgb and motion streams working, but still no luck with the depth streams.Then, I decided to try installing older versions of the camera firmware. My approach was similar to the one I had used for the viewer: I started by installing the most recent firmware, and then going back one version at a time. I downgraded to
v1.5.5.0
but nothing changed. Then I downgraded to1.5.4.1
, and still nothing changed. Finally, I installed firmware1.5.3.0
, and something did change ─ unfortunately, for the worst.After downgrading the camera firmware to version
1.5.3.0
, I was no longer able to detect the camera in RealSense Viewer (not even in the older version2.48.0
that had worked before). I opened up the Windows Device Manager again, and to my surprise, the L515 was no longer being detected. I went back to Ubuntu, where I usedlsusb
to confirm it: the camera was no longer being detected at all.So, that's the story about this problematic L515. In summary, it was being detected by different OS (windows and ubuntu), but not by the latest realsense tools. Then, after trying an older version of the realsense tools, the camera was detected (where the rgb and motion modules were working, but the depth module was not). Finally, after downgrading the camera firmware, the camera became completely unreachable: not even windows or ubuntu could detect its USB interface.
Is there anything that I can do to try to bring the camera back to life? Thank you in advance.
The text was updated successfully, but these errors were encountered: