-
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
Warnings while starting realsense-viewer (patch for fourcc code RW16, relevant metadata params are missing, Invalid md size) #8318
Comments
Hi @HartmannSa I have seen a small cluster of cases involving an Invalid md size: bytes used = 0 ,start offset=10 with the RealSense Viewer program during the past month and they have only occured on SDK 2.41.0. An example of such a case that matches closely to your particular set of errors is in the link below. So I would suggest trying to build librealsense 2.40.0 from source code and if it works, see whether or not the problem still occurs in the upcoming SDK version that follows after 2.41.0. |
Okay thanks. Or is there an easy/ better way to downgrade? |
It would make logical sense to me to download the source code folder for 2.40.0 and go through the usual process of mkdir build && cd build to create the Build folder. And then run the full instruction for uninstall, clean-up and install as stated by the source-code installation documentation: sudo make uninstall && make clean && make && sudo make install https://github.com/IntelRealSense/librealsense/blob/master/doc/installation.md |
okay, thanks again for your fast reply! The warning Invalid md size: bytes used = 0 ,start offset=10 doesnt show up with version 2.40.0. The other warnings still occur (whereby the second warning only occurs when the depth stream is activated):
Do you know something about them? |
When the fourcc code RW16! message occurs, it would suggest a conflict with the Linux kernel. You could test this possibility by building librealsense from source code using the RSUSB installation method, which is not dependent on Linux versions or kernel versions and does not require patching. |
Can you explain what the implications of this warning are if I don't fix it? |
RealSense team member @ev-mp can provide a better technical explanation of fourcc code RW16! than I can. Below are links to a couple of previous comments by @ev-mp that make reference to the kernel patching topic though. #4971 (comment) It is of course your choice whether you build again or not. It may come down to how much the error affects your use of librealsense overall. |
Thanks, I have read the comments. But they did not really help me. |
The two links - which also feature fourcc code errors - were intended to be a general example of the problems that kernel conflicts can cause if they are not fixed. This was in reply to your question above of "Can you explain what the implications of this warning are if I don't fix it?" @ev-mp would be better able than myself to provide information that relates specifically to the fourcc code error in your own case. |
Hi @HartmannSa Do you require further assistance with this case, please? Thanks! |
Hi, since the warnings do not currently interfere with my program, I simply ignore them.
|
@HartmannSa Given that the RealSense user in the recent case that was the closest match to your set of errors in #8154 (comment) was given the advice that the next librealsense version after 2.41.0 should fix that case's errors, I would recommend waiting for the next SDK version to see if the changes in that version resolve your problem too. |
Issue Description
I get the following warnings when starting the realsense-viewer:
I found a similar issue #4971, however I do not use Kernel 4.16.
I have built the package from source.
What do these warnings mean?
What causes them?
And how can I fix them?
Before I completely uninstalled and reinstalled librealsense, these error messages never appeared.
The text was updated successfully, but these errors were encountered: