DepthAI SDK v1.1.1
Important - blobconverter update
During this weekend, we experienced issues with the current blobconverter infrastructure. After making it work again, the HTTP communication was disabled and blobconverter v1.2.2 was released that uses the updated HTTPS URL.
All previous versions of blobconverter will try to connect via HTTP and will throw an error
To mitigate this issue, we strongly recommend installing the latest version of both DepthAI SDK and blobconverter in particular.
For those who would not like to update or just can't, please use the code below to point blobconverter to a different URL
import blobconverter
blobconverter.set_defaults(url="https://blobconverter.luxonis.com")