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

Error of opening k4aviewer #88

Open
wangxiaoyi111 opened this issue Aug 27, 2024 · 2 comments
Open

Error of opening k4aviewer #88

wangxiaoyi111 opened this issue Aug 27, 2024 · 2 comments

Comments

@wangxiaoyi111
Copy link

When I tried to open k4aviewer, report this error:
./k4aviewer: error while loading shared libraries: libsoundio.so.1: cannot open shared object file: No such file or directory
I checked my system. The results were as follows:
ldconfig -p | grep libsoundio
libsoundio.so.2 (libc6,x86-64) => /usr/local/lib/libsoundio.so.2
libsoundio.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoundio.so.2
libsoundio.so (libc6,x86-64) => /usr/local/lib/libsoundio.so
libsoundio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoundio.so
How can I solve the problem?
Also, for MultiDeviceSync, is it that I can only check the multiple devices by using k4aviewer, but not OrbbecViewer?

@zzuliys
Copy link
Collaborator

zzuliys commented Sep 4, 2024

I did not reproduce your issue. You can check if you have used administrator privileges to run the program, or try updating libsoundio and other operations. In addition, if you use OrbbecSDK_K4A_Wrapper, it is recommended to use k4viewer for related operations.

@zhonghong322
Copy link

sudo apt-get update
sudo apt-get install libsoundio-dev

When I tried to open k4aviewer, report this error: ./k4aviewer: error while loading shared libraries: libsoundio.so.1: cannot open shared object file: No such file or directory I checked my system. The results were as follows: ldconfig -p | grep libsoundio libsoundio.so.2 (libc6,x86-64) => /usr/local/lib/libsoundio.so.2 libsoundio.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoundio.so.2 libsoundio.so (libc6,x86-64) => /usr/local/lib/libsoundio.so libsoundio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoundio.so How can I solve the problem? Also, for MultiDeviceSync, is it that I can only check the multiple devices by using k4aviewer, but not OrbbecViewer?

The required library is missing. Please install libsoundio using the following method:
sudo apt-get update
sudo apt-get install libsoundio-dev

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

3 participants