-
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
Support of hardware timestamps #1294
Comments
Hi @TheMikeyR , You can see how it's done for Ubuntu here : https://github.com/IntelRealSense/librealsense/blob/development/scripts/patch-realsense-ubuntu-xenial.sh#L71 Editing: |
@ev-mp so it should work out of box with my Ubuntu laptop right? The weird thing is that I still see "System Time" when looking through |
Hi @TheMikeyR , We provide kernel patches for Ubuntu LTS kernels, currently 4.4, 4.10 and 4.13 as part of the manual installation guide or DKMS. Nevertheless, porting from 4.13 to 4.14 should be relatively straight-forward. |
Hello @TheMikeyR , I'm closing it as answered. |
Issue Description
Currently I only have System Time available from the
realsense-viewer
, it might be due to wrong kernel on pc, but the Jetson have a correct kernel version (though tegra version). Can you tell about plans on supporting more kernels / platforms? So I'm able to know which devices I'm able to use as a host to retrieve hardware timestamps for more reliable sync purposes.The funny thing is that when running
rs-save-to-disk.cpp
I get a timestamp out for the color camera but not the depth stream, in therealsense-viewer
it shows system time when clicking on info when showing the color stream. I assume backend timestamp is hardware timestamp or am I wrong?I don't have any issues when following the installation guide for linux, no errors and all libraries installed.
The text was updated successfully, but these errors were encountered: