luxonis / depthai-core

DepthAI C++ Library
MIT License
235 stars 127 forks source link

[WIP] Disable tests with old API, add superblob tests #1057

Closed lnotspotl closed 4 months ago

lnotspotl commented 4 months ago

Multiple tests were no longer valid on the v3_develop branch due to their usage of v2 API. This PR disables those tests (just commented out, many of them are good, they just need to be modified a bit to comply with the v3 API) and adds test for superblobs.

image