-
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
Pi4 & SR305: Frame didn't arrived within 5000 #6740
Comments
Hi @eldonaldo If you are not experiencing apparent performance loss from the frame didn't arrived within 50000 error then using try_wait_for_frames() instead might be a solution. Like wait_for_frames, it blocks until a frame is received. The difference though is that it does not throw on timeout but instead returns false. If it is an occasional error rather than a constant one, I would also check for the possibility of whether the Pi board is overheating. |
Hi @eldonaldo |
Hi @eldonaldo Do you still require assistance with this case, please or can it be closed? Thanks! |
Dear friends, thank you very much for your help and sorry for the delayed response. Since we had a hard deadline and couldn't add power supply so quickly we decided to add scheduled restarts which solved the problem temporarily. We didn't experience the issue again. However, @dorodnic answer sounds plausible and thus we will add a dedicated power supply for the SR305 to (hopefully) finally get rid of the issue for ever. |
Thanks so much for the update @eldonaldo Please let us know the results of your dedicated power supply testing when you have them. |
Hi again @eldonaldo Do you have test results from your dedicated power supply testing to provide yet? Thanks! |
Case closed due to no further comments received after 3 weeks. Please open a new issue if you wish to continue with support for your problem later. Thanks! |
Issue Description
Hi Intel Realsense team,
we are experiencing an issue with the SR305 which is mounted on an ethernet powered Raspberry Pi. We sometimes (bot not always) receive the following error message during the
pipeline.wait_for_frames()
call: Frame didn't arrived within 5000 issue and frames get dropped.Do you have any hints for us? We assume that it MIGHT be related to powering issues, i.e. that the Pi can't deliver the required watts over usb 3.0 to the SR305. We already checked all git issue related to 5000er errors and search nearly the entire web, but no proposed solution has worked for us so far :(
Thank you for your help!
Cheers
The text was updated successfully, but these errors were encountered: