-
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
realsense-viewer warnings and out of date udev rules #4990
Comments
kjacks21
changed the title
realsense-viewer warnings, depth no longer working, and out of date udev rules
realsense-viewer warnings and out of date udev rules
Oct 27, 2019
Updated title to show that updating pyrealsense2 resolved a portion of the issue. |
Hi @kjacks21,
|
@RealSenseCustomerSupport thanks for the response! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue Description
I've commented on other issues that seemed relevant, but now I'm not so sure. Hence, I'm bringing everything here. Realsense-viewer and depth capture previously worked fine, but as of a month or so ago (I don't recall exactly because I noticed the problem only a few days ago) it no longer does. My main issue is that I am unable to extract depth data from the .bag files that I've generated recently, and I suspect it has to do with the following warnings and errors. Could it be that my kernel version is unsupported?
Related
Potentially related #4971, #4951; however I have a newer kernel version. #4957 has the closest specs as me and as I mentioned there, I tested the camera with the new firmware version on a different computer that was previously working with an old SDK and it doesn't work there.
Trace
Upon starting up
realsense-viewer
without a camera plugged in, I get the following warnings:Plugging the camera in, I get the following:
In addition, I am given the following warning in the viewer GUI:
which does not resolve itself when upgrading and installing librealsense2-udev-rules. See console output below:
In the viewer, when I turn on the Stereo module, I can see the stream but get the following:
Similarly, when I turn on the RGB Camera, I get the following:
When I select record, I get the following:
EDIT: The below portion was resolved by updating pyrealsense2.
I am able to view both streams from the recorded .bag file in the viewer; however, when I try to access the depth frames from the .bag file using the API, I get an error. For example, the trace below:
Please let me know if this needs to be broken up into multiple issues. Thanks for the support!
The text was updated successfully, but these errors were encountered: