-
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
Error: Exception was thrown during user processing callback #10756
Comments
Hi @GHCK57 I note that you are using Viewer version 2.48.0. Do the errors still occur if you use version 2.50.0 of the Viewer, please? You can test this by going to the link below and downloading and running the file Intel.RealSense.Viewer.exe from the 'Assets' file list at the bottom of the page. https://github.com/IntelRealSense/librealsense/releases/tag/v2.50.0 |
Hi, I downloaded the 2.5 version of Realsense Viewer but nothing has changed. Note: I have D435 camera. It gives the same error too. |
Thank you for testing with 2.50.0. Have your D415 and D435 been placed unused in storage for a period of weeks / months since the last time when they were working without errors? Can the Viewer display streams correctly if the preset or the options are not changed? |
Have your D415 and D435 been placed unused in storage for a period of weeks / months since the last time when they were working without errors? No I was using D435 daily but in my own program. I bought a new D415 camera. It arrived to me yesterday. When I tried D415 camera on Realsense viewer I saw that error. After that I tried D435 camera , I faced with the same error. Can the Viewer display streams correctly if the preset or the options are not changed? No, sometimes the error is published to logger screen. |
Let's check whether the problem is limited to the Viewer only by running the example program rs-capture. A pre-made executable version of it should already be on your computer if you have installed the full RealSense SDK on Windows using the Intel.RealSense.SDK_WIN10 automated installer program in the Assets list. Once the full SDK is installed, you can find the rs-capture.exe executable quickly by right-clicking on the RealSense Viewer launch icon on the Windows desktop and select Open File Location from its menu.to open the SDK's Tools folder. rs-capture will display stream types supported by a particular camera model in multiple panels. |
The display of the RGB and Depth streams is correct, the rs-capture documentation indicates. https://github.com/IntelRealSense/librealsense/tree/master/examples/capture Let's next check whether there is a problem with your RGB and Depth camera drivers on Windows that is causing the errors in the Viewer by performing a complete uninstall and reinstall of the two drivers in the Windows Device Manager interface. https://support.intelrealsense.com/hc/en-us/community/posts/4419989666323/comments/4431239847443 |
I tried it. Still same.. |
Do the errors in the log continue if you disable the two GLSL options in the Viewer's settings interface using the instructions at #8110 (comment) |
Hi, Yes, The error in the log continue when the GLS options has disabled. |
Next, please download and run the Intel.RealSense.SDK-WIN10 SDK installer file again. This will completely overwrite the previous SDK installation on your Windows computer and should remove any hidden problems that there might have been in the previous installation. Then launch the Viewer with the launch shortcut icon on the Windows desktop. |
Hi, |
https://github.com/IntelRealSense/librealsense/releases/tag/v2.21.0 Thanks again for your patience! |
Hi @GHCK57 Do you require further assistance with this case, please? Thanks! |
Thanks for your support. No, I don't need assistance. Thanks a lot. |
Thanks very much @GHCK57 for the update. As you do not require further assistance, I will close this case. Thanks again! |
Issue Description
Hi to everyone,
I bought a new one realsense D415 camera. When I open it with intel realsense viewer, everything looks fine. But, there is an error occured in logger. Exception was thrown during user processing callback: Out of frame resources. This error comes frequently. Also there are lots of warning.
What is the reason of this error and warnings. I searched this problem on google and didn't found any solution related with this error.
This is not my first time using camera. I worked with it before. I didn't faced the error like this.
The error occurs when I try to change the the configurations just like "preset" configuration or the exposure, gain,laser power etc.
synthetic-stream.cpp:48 - Exception was thrown during user processing callback: Error occured during execution of the processing block! See the log for more info
synthetic-stream.cpp:48 - Exception was thrown during user processing callback: Out of frame resources!
Screen record is in link.
I need your support.
Best regards
screnrecord.mp4
The text was updated successfully, but these errors were encountered: