You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Short question: how can we verify if RealSense SDK is using RSUSB or (patched) kernel drivers?
I am trying to compare the performance between the two, compiling the realsense SDK from source on Linux.
Is there a reliable way (sanity-check) to see which of the two is currently being used- rsusb or kernel drivers?
The text was updated successfully, but these errors were encountered:
jurc192
changed the title
Question: how to confirm that you are using RSUSB or a patched kernel module
Question: how to check if you are using RSUSB or a patched kernel module
Jul 15, 2020
Hi @jurc192
We've been planning dedicated API for this for a while, but for now you can look at Physical Port camera info. For V4L2 it would be something...v4l2... while for RSUSB it would be 1-2-3.
With V4L2, you can check if its patched by checking timestamp domain property of a frame.
Issue Description
Short question: how can we verify if RealSense SDK is using RSUSB or (patched) kernel drivers?
I am trying to compare the performance between the two, compiling the realsense SDK from source on Linux.
Is there a reliable way (sanity-check) to see which of the two is currently being used- rsusb or kernel drivers?
The text was updated successfully, but these errors were encountered: