orbbec / OrbbecSDK

Orbbec SDK v1&v2 Pre-Compiled Repo
https://www.orbbec3d.com/
Other
115 stars 16 forks source link

Failed to load depth engine plugin,init depth engine failed. #33

Open sally-203 opened 11 months ago

sally-203 commented 11 months ago

Get such depth engine initialization error when developing driver in my own project. Fina....lly, it finds out that lacking the 'libdepthengine.so'. Though worked out, why not throw the error in cmake process?

zhonghong322 commented 10 months ago

The depth engine is loaded using dynamic loading, and it does not throw an error during compilation. This is similar to Microsoft Azure Kinect.

xiaobai123-cell commented 1 month ago

May I ask how to solve this problem with PyCharm on Windows 11 system?