Skip to content
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

Timestamp: 1597937561226.082520 Severity: Error Description: RT IC2 Config error on 415 with latest firmware #7142

Closed
davidkinetisense opened this issue Aug 20, 2020 · 14 comments

Comments

@davidkinetisense
Copy link


Required Info
Camera Model D400 }
Firmware Version 010423022664
Operating System & Version {Win (10)
Kernel Version (Linux Only)
Platform
SDK Version
Language
Segment

Issue Description

Timestamp: 1597937561226.082520 Severity: Error Description: RT IC2 Config error on 415 with the latest firmware

When opening the realsense viewer this error is intermittent showing up.

@davidkinetisense
Copy link
Author

The software that we developed to use with the camera is hanging intermittently. I am wondering if this error would be causing the issue.

@MartyG-RealSense
Copy link
Collaborator

MartyG-RealSense commented Aug 20, 2020

Hi @davidkinetisense I researched past cases about the RT IC2 error being experienced when using the RealSense Viewer and sorted through the information provided in those cases. The evidence of users' tests suggested that the problem was not related to USB cables (since the problem occurred whether using the official 1 meter cable or an own choice of cable that was longer). The popular theory reached by users was that the USB chipset on some computer models may make them more likely to have an RT IC2 error than other computer models.

Here is an example comment from one of the cases that I reviewed:

#2612 (comment)

@davidkinetisense
Copy link
Author

We are seeing this on all new Lenovo and Dells. I am not sure if it is causing the freezing with our application. Has there been any investigation to see what usb chipsets cause this and is there any fix coming?

@MartyG-RealSense
Copy link
Collaborator

MartyG-RealSense commented Aug 20, 2020

I am not aware of an official position regarding a cause of the RT IC2 Config error. The suspicion of the USB chipset was based on the opinions of affected RealSense users who discussed the problem. I would therefore not make recommendations for products without having very high confidence that they would provide a solution.

Browsing through reports of RT IC2 Config on the RealSense forums, a noticeable trend through is that Windows 10 is the OS involved in most cases.

@MartyG-RealSense
Copy link
Collaborator

Hi @davidkinetisense Do you require further assistance with this case please? Thanks!

@davidkinetisense
Copy link
Author

davidkinetisense commented Sep 3, 2020 via email

@MartyG-RealSense
Copy link
Collaborator

Thank you very much for the update. Do you experience this memory issue only with librealsense in Unity, please? For example, if you create a new empty scene and press play in the editor and monitor memory, do you experience the same memory leak?

@davidkinetisense
Copy link
Author

davidkinetisense commented Sep 3, 2020 via email

@MartyG-RealSense
Copy link
Collaborator

Your image that you kindly provided by email was not displayed. Could you post the image into this case using the web-page please? Thanks!

I re-read your case from the start. Some error messages that appear in the RealSense Viewer can also appear in other applications that the camera is used with, such as the RealSense ROS wrapper's log. If you experience a RT IC2 Config error in the Viewer, there may be an underlying cause that causes your Unity project to freeze if the project is dependent on live camera data and the camera's operation is disrupted in some way.

How long has it been since the RealSense DLL files in your Unity project were updated, please? They would not get automatically updated when upgrading to a newer version of the RealSense SDK. So If you set up your Unity project a while ago, the RealSense DLLs in your project may have become outdated compared to the recent firmware driver version stored inside the camera.

@nanotuxi
Copy link

nanotuxi commented Sep 10, 2020

Hi, the same RT IC2 Config error here on a linux machine with latest librealsense installed from source and a D435i. Everything works fine (even the rs-server from a jetson nano. Thanks.) It doesn't seem to be a problem with the usb cable as I used the original one which is working o.k. with all other examples and realsense-viewer for the D435i.
After a hard reset the rs-motion app worked as it should again. Before that the movement has been displayed only in 2 directions (don't remember which axis did not respond).

@nanotuxi
Copy link

nanotuxi commented Sep 10, 2020

Got it working. Reading the Readme's helps:-) The Readme.md in the librealsense/tools/rs-imu-calibration/ folder says it all.
Instead saving the calibration data directly after having the calibration process finished I

  1. saved the data as accel_01.txt and gyro01.txt by answering the question, if to

save the calibration data with Y and entering 01
and if to
write the data to eeprom with N.

Then I restarted the rs-imu-calibration tool again with the -i parameter like this:

python rs-imu-calibration.py -i accel_01.txt gyro_01.txt

The tool answered with the expected behavior and said
`Would you like to write the results to the camera? (Y/N)Y
Writing calibration to device.
Device PID: 0B3A
Device name: Intel RealSense D435I
Serial number: XXXXXXXXXXXX
Firmware version: 05.12.07.100

SUCCESS: saved calibration to camera.`

@MartyG-RealSense
Copy link
Collaborator

I was just about to reply to your case. I'm very pleased to hear that you found a solution yourself. Thanks for the update and for sharing the details of how you did it!

@nanotuxi
Copy link

@MartyG-RealSense
Sorry for asking befor reading. Thank you.

@MartyG-RealSense
Copy link
Collaborator

Case closed due to solution found by customer and no further comments received.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants