Skip to content
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

Install RS300 on Pop!_Os? #7868

Closed
Starslayerx opened this issue Nov 27, 2020 · 3 comments
Closed

Install RS300 on Pop!_Os? #7868

Starslayerx opened this issue Nov 27, 2020 · 3 comments

Comments

@Starslayerx
Copy link

Hello, I'm trying to install rs300 on my pop_os linux(ubuntu based).

  • I tried to install the ubuntu version but failed.
  • And I also tried a docker container found in issue. But I still got problems because of my nvidia gpu.
    Do you have solutions for other linux distributions?
    (I don't wanna to use VirtualMachines, it's slow.)
@MartyG-RealSense
Copy link
Collaborator

MartyG-RealSense commented Nov 27, 2020

Hi @Starslayerx You can build librealsense from source code with CMake using a method called RSUSB that is not dependent on Liux versions or kernel versions and does not require patching. It does require an internet connection for the installation process though. It involves adding the following customization flag to the CMake build instruction:

-DFORCE_RSUSB_BACKEND=true

#6368 (comment)

CUDA support to make use of your Nvidia GPU can be enabled in the build by adding this term to the build instruction:

-DBUILD_WITH_CUDA:bool=true

@Starslayerx
Copy link
Author

Thanks, I think I have installed successfully.

@MartyG-RealSense
Copy link
Collaborator

Great news - thanks for the update! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants