-
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
D435 camera disconnected during update #8500
Comments
Hi @echapp It is a positive sign that your camera is able to be recognised. Have you tried updating the firmware in the Viewer by going to the More option near the top of the Viewer's side-panel and selecting the Install Recommended Firmware option from its drop-down menu, please? If the update is able to be performed then the firmware should start updating automatically. |
Hello, thank you so much for the quick response. Started Firmware Update process ERROR: UNKNOWN in rs2_update_firmware_cpp(device:0000026019638A50, fw_image:0000026020ADA060): I'm now trying to update the firmware in an other way, as it seems that it's the problem. Also, someone explained me how to update from github. It was not as hard as I tought ! |
There was a past case of this error that apparently resulted from an unsigned firmware driver trying to be used with the camera. If this is the cause of your problem, I am uncertain why the firmware file used by the Recommended Firmware option would be regarded as being unsigned. Let's try a manual firmware installation.
https://dev.intelrealsense.com/docs/firmware-releases#section-d400-series-firmware-downloads
|
No, sorry there is always the same error ... |
https://zupimages.net/up/21/09/ffcb.jpg Here is the only informations I have. It's not working anymore, I can't stream anything, and even with my code (which lauches streams) it's not working. |
In most cases a camera that is in recovery mode is recoverable. In case the failure to update is related to a corrupted calibration table inside the camera, let's try resetting its calibration to factory defaults in the RealSense Viewer. Go to the More option and select the Calibration Data option from its menu. On the pop-up window that appears, left-click the box next to I know what I'm doing to highlight it. Highlighting this box causes an option called Restore Factory on the top of the pop-up window to become usable. Left-click on it. The window may briefly flash as it updates. Then go back to the More menu and select Install Recommendd Firmware again to see if the firmware can now update. |
I can't access the whole menu from the viewer unfortunately (see picture) I don't have much choise in the viewer, maybe there's an other tool I can use ? |
Aside from the Viewer, the other official method of updating firmware with the SDK is the tool rs-fw-update. This can be run from the Windows command prompt interface (go to the text box at the bottom of the Windows screen, next to the corner button where you shut down, and type command into the box to find the Command Prompt). When the Command Prompt window is opened, input the command below to navigate to the RealSense SDK Tools folder that the rs-fw-update tool is located in.
Then input the rs-fw-update launch command. The link below has instructions for using the recovery mode of rs-fw-update. |
It's working ! Edit : I may have spoken too soon, don't close the topic right now I'm still having errors... |
You are very welcome @echapp - thanks very much for the updates! |
Case closed due to no further comments received. |
Hello,
So, I messed up. Today, I launched the intel Realsense viewer, which was working fine before (a month or two ago), and it kept crashing. I figured that it was because it was only the 2.40 version, and not the 2.42 : they asked if I wanted to update, I said yes. An then, because it was still crashing, I disconnected the camera. But I didn't see that it was written not to disconnect the camera.
So, I know, I'm an idiot. Now, I've tried to solve the problem for the past hours, but it seems that I only made is worse. Here's what happened/what I did :
Small update : it's now recognizing my camera, but apparently the firmware is not up to date ? When I try to update it, I got eh error :
Started Firmware Update process
Recovery device connected, starting update
ERROR: UNKNOWN in rs2_update_firmware_cpp(device:000001EED2CEF120, fw_image:000001EF193EF060):
Device: 045323020527 failed to download firmware
Please verify that no other librealsense application is running
I'm ready to give you any informations you need, but I don't really know what you'll need. And yes, I'm on a USB3 port, that worked fine before.
Again, I'm sorry for being like this. Can anyone help me making my camera work again like it used to do ? Also, if it involve downloading stuff from github, you may want to be very specific about the commands things I need to do. As I said, my github abilities is neer the jellyfish ones.
I will thank the good souls that'll help me for a thousand year !
PS : I don't know how to put tags on issues I'm sorry
The text was updated successfully, but these errors were encountered: