orbbec / OrbbecSDK

Orbbec SDK C/C++ base core lib
https://www.orbbec3d.com/
Other
97 stars 17 forks source link

OrbbecViewer_v1.9.5 fails to startup when (10) Femto Bolt sensors are connected to the host PC #76

Closed ScatterCory closed 5 months ago

ScatterCory commented 6 months ago

When 10 Femto Bolt sensors are connected to my computer simultaneously, OrbbecViewer v1.9.5 fails to fully startup, and instead remains unresponsive with just the console and a white screen.

OrbbecViewer v1.8.3 does not have this issue, and is able to startup with all 10 sensors connected. Additionally, our Depthkit application for Windows is able to control and capture streams from all 10 sensors simultaneously.

I have experienced this issue with all sensors running firmware v1.1.0 , and also with all sensors running firmware v1.0.9.

I have attached the contents of the console here: OrbbecViewer_v1.9.5_202403051246_win_x64_release_10sensorErrorLog.txt

Screenshot 2024-04-02 145355

zhonghong322 commented 5 months ago

You can bypass the issue by setting the configuration file to AutoConnect=false. We will address it in future updates. image

ScatterCory commented 5 months ago

@zhonghong322 This change the the config.ini file appears to have resolved the issue, and I can launch Orbbec Viewer v1.9.5 with all 10 sensors connected. Thank you!