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

realsense-viewer not installed #3

Closed
Achllle opened this issue Dec 5, 2023 · 2 comments
Closed

realsense-viewer not installed #3

Achllle opened this issue Dec 5, 2023 · 2 comments

Comments

@Achllle
Copy link

Achllle commented Dec 5, 2023

In the main readme in section launching a reference is made to realsense-viewer but the installation instructions using binaries do not install librealsense-utils which has the realsense-viewer directive.

I can make a PR to add these, wanted to check first if they should be added to the default setup or as some optional tool, for example through multi-stage builds or docker compose config.

@Achllle
Copy link
Author

Achllle commented Dec 5, 2023

Adding sources for librealsense2-utils makes it install:

RUN mkdir -p /etc/apt/keyrings && curl -sSf https://librealsense.intel.com/Debian/librealsense.pgp | sudo tee /etc/apt/keyrings/librealsense.pgp > /dev/null
RUN echo "deb [signed-by=/etc/apt/keyrings/librealsense.pgp] https://librealsense.intel.com/Debian/apt-repo `lsb_release -cs` main" | sudo tee /etc/apt/sources.list.d/librealsense.list

This needs to be added before the apt-get install

@2b-t
Copy link
Owner

2b-t commented Dec 5, 2023

Hi @Achllle
Thanks for noticing and reporting it. Seems like I removed it by mistake back in August (see f459a56). I will add it again.

@2b-t 2b-t closed this as completed in 8e77a3f Feb 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants