-
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 has a problem with pixel formatting #8265
Comments
Hi @takijo0116 I would begin by clarifying that the installation process installs the librealsense SDK software for use with RealSense cameras. The RealSense Viewer is a program that is part of the librealsense SDK that enables easy use of the camera without requiring any programming knowledge. The RealSense SDK currently officially supports kernels up to 5.4. Results from using more recent kernels such as the 5.8 version that you are using cannot be guaranteed. Also, which type of computer are you installing librealsense on, please (PC, Mac, Raspberry Pi, Nvidia Jetson, etc). If you are installing on a computer / computing device with an Arm processor such as Pi or Jetson then the dkms package installation method in the link above would be incompatible with such machines, as these packages are designed for computers with x86 / x64 processors. If you are installing librealsense on Ubuntu 20.04 on a PC computer then you can use an installation method called RSUSB backend. This method requires an internet connection but is not dependent on Linux versions or kernel versions and does not require patching. https://github.com/IntelRealSense/librealsense/wiki/Release-Notes#release-2400 If you are installing on a Pi or a Jetson then I can direct you to dedicated installation instructions for those boards. |
Thank you for your answer. My computer is laptop. I will try RSUSB backend method. How do I set it up? Also, Is it possible to return to v4l2 backend ? |
You are not committed to a particular installation method permanently. I would recommend removing the previous installation before trying a different method, but otherwise it is fine. For example, removing a package-file installation of librealsense before building it from source code to avoid a 'Multiple realsense udev-rules were found' error. The link below has guidance for installing with RSUSB using the CMake flag -DFORCE_RSUSB_BACKEND=true |
I cannot find CMakeLists.txt in Librealsense root directory. Is it need to make the file? |
Yes, CMakeLists.txt is needed. Did you download the source code zip-file from the Assets file list at the bottom of the information listing for a particular SDK version on the SDK Releases page and extract the zip-file's contents to obtain the librealsense source-code folder, please? https://github.com/IntelRealSense/librealsense/releases Typically, the extracted source code folder's structure takes the form of librealsense > librealsense, with the files being in the sub-folder (the real 'parent' folder). CMakeLists.txt is within this sub-folder. |
Thank you for your response. |
Hi @takijo0116 Do you require further assistance with this case, please? Thanks! |
No. |
That's great news @takijo - thanks very much for the update! |
Issue Description
I installed realsense viewer as per the tutorial.
(https://github.com/IntelRealSense/librealsense/blob/master/doc/distribution_linux.md#installing-the-packages)
But, I command
I got the warning
How I can solve this warning?
The text was updated successfully, but these errors were encountered: