gongye

Results 12 comments of gongye

@CloudMW Hi, The closed-source OrbbecSDK (v1.x.x) does not support Astra Mini Pro devices. To use Astra Mini Pro, please switch to the open-source OrbbecSDK (pyorbbecsdk v2.x.x) Thanks for your understanding.

@theWoogle Hi, Thank you for your feedback! Could you please let us know which NumPy version you are using? This will help us investigate the issue more accurately.

> I have to use 2.3.3 or higher and am currently using 2.3.4 Support for NumPy ≥ 2.0.0 will be included in the next release scheduled for next week.

You could configure it like this. The full-scale range depends on the device type, while the sample rate must be set for both the accelerometer and the gyroscope and they...

Please follow these steps to ensure the build targets the correct Python environment: 1.Make sure your virtual environment is fully set up, especially pybind11. 2.Activate the virtual environment. 3.Update the...

At the moment, our project only supports NumPy versions below 2.0. Could you please install a version

You could try something like this: self.device = self.device_list.get_device_by_index(device_index) By changing the device index, you can run different devices in different programs on the same PC. By default, get_device_by_index(0) always...

@SudoIndividual Hi, Thanks for reporting this issue. The reason you are seeing that frameset does not have the get_point_cloud method is that the API has changed in the latest versions...

@GDelCorso Hi, Thanks for reporting this! The issue occurs because depth_frame is a Python object representing the frame, not the raw pixel data itself.To display the aligned depth frame correctly,...

@seogjub576-beep Hi, Thank you for your detailed description. To help us investigate the issue, could you please provide the version of the Orbbec SDK you have installed and the specific...