-
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
L515 stops after few seconds #1804
Comments
Just to add something: using ubuntu on a standard desktop machine works like a charm. |
Hello, @MartyG-RealSense I do can't understand why the proces stops cleanly after few seconds. Or maybe you can point me to some directions to understand. Thank you, |
Sorry to tag you all @MartyG-RealSense @RealSenseCustomerSupport @RealSenseSupport |
We need to look at this further. You say that you're able to run the L515 rs-server and connect to the viewer it works fine. On the surface nothing looks out of the ordinary. It seems to be issue with building. |
Hi @RealSenseSupport @MartyG-RealSense @RealSenseCustomerSupport |
@mirkocomparetti-synesis Did you get the streaming stop issue if you run with rs-depth or rs-color ? |
@RealSenseSupport I didn't try rs-depth or rs-color, but rs-server works fine without stop. The problem lies in the python library that is not compiled and it is missing a loto of methods (like the pipeline method, see #1804 (comment))
|
@mirkocomparetti-synesis If you only use ROS instead of python, could you please try below build option to see if the issue still existing? Also please try with "align_depth:=false" and lower the resolution to see if any difference. cmake ../ -DCMAKE_BUILD_TYPE=Release -DBUILD_EXAMPLES:BOOL=ON -DBUILD_GRAPHICAL_EXAMPLES:BOOL=OFF -DFORCE_RSUSB_BACKEND:BOOL=ON |
@mirkocomparetti-synesis Did you get chance to try? Looking forward to your update. Thanks! |
I didn't have the chance to try in the last week. Anyway, the cmake flags you suggested are already active in my build set here #1804 (comment), so those will not make a difference. Our use case is the following RaspberryPi running a "server" application to stream the data over the network and a different computer running a python client application that will read those data and process them. What is your suggestion to achieve that? |
@mirkocomparetti-synesis You issue seems similar to #1758 (comment) Could you please try to configure pointcloud_texture_stream from RS_STREAM_COLOR (default) to RS_STREAM_ANY in the launch file? For your use case, not sure if you have checked our white paper in https://dev.intelrealsense.com/docs/open-source-ethernet-networking-for-intel-realsense-depth-cameras ? Please check if this helps. |
Sure, we read that white paper and this is what we found out
|
@RealSenseSupport as suggested we did test with the
|
@RealSenseSupport is this IntelRealSense/librealsense#9014 (comment) the case? Are you sure about that as rs-server works for me? |
@mirkocomparetti-synesis I didn't get L515 stop streaming issue with RealSenseViewer on Raspberry based on SDK v2.45. Could you please also check if you get issue when use RealSenseViewer? Next I'll try to setup ROS environment and test if the issue can be reproduced. |
Hello @RealSenseSupport, |
Hello @RealSenseSupport Thanks! |
@mirkocomparetti-synesis These days I checked some related github tickets and found that some users can run rs-server with L515. And did you check https://github.com/IntelRealSense/librealsense/tree/master/wrappers/python/examples/ethernet_client_server to see if this is what you're looking for? Thanks! |
Thank you @RealSenseSupport
which is far from our hardware and software (Ubuntu 20.04 on raspberry pi 4) |
So the example has some weird things
As expected, it fails to download the pyrealsense2, as it does not exist for arm and we built it manually. @RealSenseSupport can you comment on all this? |
@mirkocomparetti-synesis Sorry for the late response. After double check, L515 is not currently supported in rs-server. Team is working on this and any update will let you know. |
@mirkocomparetti-synesis Sorry to inform you that there's no plan to implement rs-server for L515 now. Any other question from your side? Thanks! |
@mirkocomparetti-synesis Any other questions about this ticket? Please note that the ticket will be closed in another 7 days if we don't get update from you. Thanks! |
@mirkocomparetti-synesis Sorry that we don't hear from you for weeks. This ticket will be closed at this point. Please create new ticket if you still have any other questions or issues. Thanks! |
Hello,
We have a raspberrypi 4 4GB connected to the camera with ubuntu and the libraries have been manually compiled. We installed ros noetic and we are trying the camera connection and this happens
As you can see, after reporting the control_transfer error few times, the process is terminated automatically.
When the process is running we can see some topics published
and they disappear when
[camera/realsense2_camera-2] process has finished cleanly
happens.From the log file reported, we have
Do you have a clue why the process is terminated after few seconds (<15s)?
Is there anything we are missing?
Thank you!
The text was updated successfully, but these errors were encountered: