orbbec / OrbbecSDK

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

pyorbbecsdk.OBError: No required type sensor found! sensorType: OB_SENSOR_IR_LEFT #126

Closed xiaobai123-cell closed 2 months ago

xiaobai123-cell commented 2 months ago

image Hello, when running double_infrared-viewer.py in pycharm on Windows system, the program fails to find the required sensor when attempting to obtain the flow configuration list of the left infrared sensor. How can I solve this problem?

zhonghong322 commented 2 months ago

Your Femto Bolt device doesn't support double IR, next time, for the Python issue, please open an issue in the Python GitHub repository, https://github.com/orbbec/pyorbbecsdk ,thanks.

xiaobai123-cell commented 2 months ago

Thank you for your response. Are you saying that the next time you ask a question, it's not a new issue, but rather a question under someone else's issue? (Because this link is this place?)

zhonghong322 commented 2 months ago

Thank you for your response. Are you saying that the next time you ask a question, it's not a new issue, but rather a question under someone else's issue? (Because this link is this place?)

What I mean is that the Python GitHub repository is maintained separately from the C++ one. So, for Python issues, you should create an issue in the Python repository. This way, it can help more people.