Orbbec Python SDK

I am trying to start with Python SDK on my Persee+ which is running Ubuntu 18.04.

After setting everything up as the readme.txt says, I am trying to run one of the samples and I am getting this error:

ImportError: /home/orbbec/Desktop/sdk/python/linux/python3.8/Samples/Version.so: cannot open shared object file: No such file or directory

Did anyone face the same error?

Hi, have you resolved the error? I got the same error and the solution was to copy all *.so from python_lib to Samples.

The current Orbbec SDK python wrapper doesn’t support arm arch device. Persee+ is the device with arm64 architecture.

just an extend question, do you flash ubuntu 18 image to your persee plus. How do you do that?
thanks