-
Notifications
You must be signed in to change notification settings - Fork 1.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
Unstable performance when using filters=pointcloud in d435 #1047
Comments
I haven't met the problem you describe. I assume you launch the node using Can you run Are there any warning messages printed by realsense2_camera node? |
Hi @doronhi,
Here is output of when I listen to the average rate with point cloud;
and the output when alignment is enabled;
yes it prints out that;
and time to time it gives this ERROR;
As seen on logs, its performing very randomly |
what is your kernel version ?, I tried on another computer where environmental setup is the same except for the kernel version being and overall is there any recommended kernel version especially for Ubuntu 18.04 ? |
There is a problem with kernel 5.0.0-37-generic. The timestamps stop arriving after a random length of time. That causes issues with synchronizing depth and color images and hence the problems with aligning and pointcloud. I also encountered it a couple of days ago in 4.18.0-15-generic. |
Hello! My version is Ubuntu18.04 with kernel 5.0.0-37. |
Hi @lyubu , |
We are also experiencing the same issue here and have tried a number of different combinations of Ubuntu kernel, realsense firmware, and realsense sdk versions. One source of error seems to be related to firmware versions. Any additional help with this issue would be appreciated.
Unfortunately, our X399 motherboards have xHCI USB issues with Ubuntu kernels < 5.0, so we have not been able to test with kernel versions 4.15 or 4.18. |
Following up on the previous comment, it appears that issue 1024 is related in our case. Downgrading to librealsense Our stable configuration looks like this:
|
After testing various firmware versions including |
I have uninstalled my librealsense-2.31.0 and installed librealsense-2.30.0 and point cloud has been displayed. Beside this, I did nothing extra. So this means, the display problem is only librealsense-2.31.0. Thanks for your advice so much!! Ubuntu 18.04 LTS |
How to I download the prior version of librealsense? Do I have to do this from source? Can I use apt somehow? |
Hi @PeterJochem, Before you're downgrading to some specific version of LRS please make sure that you have uninstalled all the other versions of LRS. For instance: Please pay attention, that if you want to use, let's assume, downgraded version of utils package
@jediofgever, @lyubu, @ri-ceres ,@PeterJochem Please let us know whether IntelRealSense/librealsense#5751 have fixed the problem. Thank you! |
Do you need any additional help with this question? |
Hi,
When I start camera node with pointclouds enabled, I get very random performance. sometimes it can deliever a frame in 10 seconds and sometimes it performs as expected. I have built realsense with CUDA support and the computer specs are absolutely above required ones. I am using an additional usb cable to increase range to put camera on my robotic arm. I have checked the performance with and without this additional cable and I still have the same issue with original cable. Is there someone who met this problem ?
The text was updated successfully, but these errors were encountered: