-
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
on-chip calibration via Intel realsense viewer v2.34.0" is not responding. #6231
Comments
There is currently a known issue with the RealSense Viewer in 2.34.0 and the error that you quoted. |
I am trying, but it is not finished yet. Don't know what to do next |
I just tested the On-Chip Calibration with 2.34.0 and experienced the same freezing problem (as the get_device_time_ms error in 2.34.0 is not yet fixed). I tested On-Chip Calibration in the Viewer with the previous SDK version 2.33.1 and it worked perfectly. So the only suggestion I can offer is to use SDK 2.33.1 for now if you need to perform an On-Chip Calibration. |
I need to use C and C ++ to implement the self-calibration function under the Linux system, but I do n’t know how to call the calibration function. I have been stuck for some time now, and I have not found any practical examples,Do you have any implementation examples ?Thank you . |
The appendices of Intel's white paper document about on-chip self calibration provide code in C, C++ , Python and LabVIEW for running the calibration. |
Thank you very much .I have read the document .I hope I can realize the function |
I also encountered problems when using Intel.RealSense.Viewer-2.34.exe. When applying new calibration parameters, the software crashed |
The Viewer is having a freeze problem at the moment with on-chip calibration in 2.34.0. Myself and another RealSense user have also experienced it. I tested on-chip calibration with the previous SDK 2.33.1 yesterday and it worked perfectly, so my recommendation is to use 2.33.1 until the problems are fixed. |
Thank you, your suggestions are very valuable to me |
May I know how to downgrade realsense-viewer into 2.33.1? |
@songshan0321 If you are using Windows, it is simple to download an earlier version of the RealSense Viewer. Go to the 'Assets' file list at the bottom of the details for SDK 2.33.1 on the SDK 'Releases' page and click on the link titled 'Intel.RealSense.Viewer.exe' to download this version of the Viewer. https://github.com/IntelRealSense/librealsense/releases/tag/v2.33.1 You should launch the Viewer from the folder location that you downloaded it to, as the desktop shortcut icon will still point to the 2.34.0 version of the Viewer. If you are using Linux though, I would think that you would have to download the source code for the 2.33.1 SDK from the asset list above and compile the entire 2.33.1 SDK to install the 2.33.1 Viewer. |
Case closed due to no further comments received. |
Issue Description
Intel realsense viewer : When I try to use on-Chip Calibration(Very fast /fast/Medium/Slow/White Wall)/Tare Calibration, after a while,it says " Intel realsense viewer v2.34.0" is not responding.
Output:
types.h:307 " get_device_time_ms() took too long(more then 2mSecs)";
synthetic-stream.cpp:48 "Exception was thrown during user processing callback";
The text was updated successfully, but these errors were encountered: