luxonis / depthai

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

[BUG] OpenVINO version does not change #1181

Open mahmad096 opened 1 week ago

mahmad096 commented 1 week 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.