-
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
Frame didn't arrived within 5000 with RS-D435 on Ubuntu14.04 #927
Comments
Hello @ytzhao, do you see the same behavior with RealSense samples/tools such as realsense-viewer or rs-depth-quality? There is also a possibility that your camera hangs up while streaming. In order to ensure it doesn't happen please try to monitoring the USB connect/disconnect events by doing the following:
If the camera hangs up you will see output from udevadm. |
Hello @icarpis , firstly, thanks for your reply. :-)
- librealsense version: 2.8.2
- Intel RealSense 435 was selected as a default device
- Incomplete frame detected!
Size 328712 out of 614655 bytes (53%)
And I also tried realsense-viewer running for about 3 hours, the USB monitor outputs the following information:
|
Thank you for the detailed outputs.
|
Hi, I had this issue now and then.
Do you mean, it has power issues (not enough power for the device)? do you mean the controller has not enough bandwidth to transfer the full frames ? |
@mjscosta, Sorry for delay, the partial frames issue usually indicate that the @ytzhao do you still see the problem? Could you please provide the information recommended by @icarpis ? |
[Realsense Customer Engineering Team Comment] |
Fell free to close it on my side. I've got this under a VM, either using vmware or virtualbox. Best. |
Hi everyone, I developed a project with RealSense D435 under Qt5.9. I read the color frame and depth frame data by rs2 api default function.
The core code segment is as followed:
The program could run correctly for several minutes, but each time it will terminate unexpectly with error message :
terminate called after throwing an instance of 'rs2::error'
what(): Frame didn't arrived within 5000
The text was updated successfully, but these errors were encountered: