luxonis / depthai

DepthAI Python API utilities, examples, and tutorials.
https://docs.luxonis.com
MIT License
938 stars 232 forks source link

[BUG] OpenVINO version does not change #1181

Open mahmad096 opened 5 months ago

mahmad096 commented 5 months ago

In blob_manager.py a method is defined: getBlob

In line 89 it changes the version back to 2021.4, regardless if the user has passed 2022.1 in function parameters

This can cause problems, I don't know why developers have put this if condition.