Skip to content

DepthAI SDK v1.1.1

Compare
Choose a tag to compare
@VanDavv VanDavv released this 11 Oct 10:25
· 1818 commits to main since this release
86670a4

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")