-
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
Negative frame latency. #431
Comments
It seems to be related to #419. |
I think this is related to #461. The reason for this is that on-device clock is inaccurate and almost always gains. |
@shuntaraw Yes, for sure. And also because current synchronization is done stupidly, giving 0 latency for the 1st frame, that leads to later latencies fluctuating around 0 even if there were no drift. |
[Please Ignore - RealSense system comment] |
Using D435 camera (firmware 5.9.14, librealsense 2.14.0) with ROS Kinetic (realsense2_camera 2.0.3)
I often get negative latency with command
rostopic delay /camera/infra1/image_rect_raw
.The text was updated successfully, but these errors were encountered: