-
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
D415 RGB sensor issues #6845
Comments
Would it be possible to do a build of librealsense for Linux using the backend installation method please? It requires an internet connection but is not dependent on Linux versions or kernel versions and does not need patching, as dependencies are installed over the internet. This should help to deal with any problems that might be being caused by patching or kernel related issues. The first step if not already done is to download a source-code zip file from the "Assets" list at the bottom of the release page information: https://github.com/IntelRealSense/librealsense/releases Then please follow the installation instructions for the backend method in the link below: |
Thanks, that solved the issue ! |
Great news - thanks so much for the update! |
Issue Description
I discovered that both my D415's, one being new out of the box, have the same issue under Linux but not under Windows.
They show a single, partial line of green pixel's in the bottom right corner in both the Realsense-Viewer 2D streams, and the examples provided in the SDK. However those green pixels don't appear in the 3D view of the Realsense-Viewer.
Using the same cameras and the same examples, this issue did not occur on windows.
This person has the same exact pattern with a different camera model and reported it about two weeks ago, so I don't think this is an calibration or hardware issue, since both on-chip and dynamic calibration did not alleviate the issue, maybe something going wrong with reading or mapping the color buffer ?
Linux Screenshots
Realsense Viewer 3D view (Linux):
Pointcloud Example (Linux):
Multicam Example (Linux):
Windows Screenshots
Multicam Example(Windows):
Pointcloud Example(Windows):
The text was updated successfully, but these errors were encountered: