-
Notifications
You must be signed in to change notification settings - Fork 66
Description
Hi Orbbec Team!
I burned through USB Burn Tool the Ubuntu ISO (https://www.dropbox.com/scl/fi/ppir4bat6t8t1jxmyjjex/A311D-AP6256-orbbec-persee2-Ubuntu-fan-Viewer-ncap-V1.0.7-20231221.zip?rlkey=6p64mrk46q3yhohgnknr57quo&e=1&dl=0) with the Orbbec Persee 2 camera to run Python based applications instead using Android. But the problem that I faced is that I can't able to execute the OrbbecViewer to preview the camera, when I execute this command I got:
$./OrbbecViewer #In the folder where the executable is located
./OrbbecViewer: error while loading shared libraries: /home/orbbec/Desktop/Orbbec Appliction/OrbbecViewer/libOrbbecSDK.so.1.8: file too short
and when I executed the install.sh:
$ sudo ./install.sh
./install.sh: 12: cd; can't cd to /home/orbbec/Desktop/Orbbec
cp: target '/etc/udev/rules.d/99-obsensor-libusb.rules' is not a diretory usb rules file install at /etc/udev/rules.d/99-obsensor-libusb.rules exit
After that, I burned the Android ISO and the OrbbecViewer opened normally and it looks like that the camera works there, but here in Ubuntu I am facing this issue, also, I was looking for if the SDK is included or not in this camera or should I install it? (I didn't find it) and how could I install it in Persee 2? Unfortunately I didn't find in the README the version for this camera.
Also, I am facing issues where sometimes the OS starts and stays with "greenish" screen or keeps blinking time by time. I executed sudo update and upgrade but it looks like that these issues didn't solve. Could you please check if there is any ISO update for this Persee 2?