-
Notifications
You must be signed in to change notification settings - Fork 263
Correct image capture time #501
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
Conversation
`Timer.getFPGATimesptamp()` returns the current time in _seconds_, but `res.getLatencyMillis()` is in _miliseconds_.
|
How does this commit fix the issue? Don't you need to multiply one or divide the other by 1000? |
|
Yikes, I don't know how I managed to get that wrong. It's fixed now. |
gerth2
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yup
|
Nitpick - |
Can you explain? I'm fine just using an integer or using |
|
|
Timer.getFPGATimesptamp()returns the current time in seconds, butres.getLatencyMillis()is in miliseconds.Fixes #498