orbbec / OrbbecSDK-K4A-Wrapper

This repo is forked from Azure-kinect-Sensor-SDK,contain the K4A wrapper for OrbbecSDK.
https://www.orbbec.com/
MIT License
33 stars 7 forks source link

Error of opening k4aviewer #88

Open wangxiaoyi111 opened 3 weeks ago

wangxiaoyi111 commented 3 weeks ago

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 commented 2 weeks ago

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.