From d13959beb7988b6bbaa4792ef5a1635d9d7c2131 Mon Sep 17 00:00:00 2001 From: alex-luxonis Date: Mon, 19 Jan 2026 11:40:31 +0200 Subject: [PATCH 1/5] RVC2 OV9282: fix blooming at low exp, reduce AE min exp to 9us, fix MessageGroup cache incoherency issue --- depthai-core | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/depthai-core b/depthai-core index a99f24151..78d037ab9 160000 --- a/depthai-core +++ b/depthai-core @@ -1 +1 @@ -Subproject commit a99f2415120b7900d7ee34f949fa651f0c2d4f88 +Subproject commit 78d037ab95e98ee7060aa7f64e79ebae10822d04 From 1f5bde3241554744d1d1177c2d76352b56233174 Mon Sep 17 00:00:00 2001 From: Matevz Morato Date: Wed, 21 Jan 2026 20:23:30 +0100 Subject: [PATCH 2/5] Remove :latest from the docker image (it will now be v3) --- .github/workflows/docker-hub.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/docker-hub.yml b/.github/workflows/docker-hub.yml index 7300376f7..e37415970 100644 --- a/.github/workflows/docker-hub.yml +++ b/.github/workflows/docker-hub.yml @@ -92,9 +92,3 @@ jobs: --amend luxonis/depthai-library:${{ steps.vars.outputs.short_ref }}-armv8 # Push docker manifest push luxonis/depthai-library:${{ steps.vars.outputs.short_ref }} - docker manifest create \ - luxonis/depthai-library:latest \ - --amend luxonis/depthai-library:${{ steps.vars.outputs.short_ref }}-amd64 \ - --amend luxonis/depthai-library:${{ steps.vars.outputs.short_ref }}-armv7 \ - --amend luxonis/depthai-library:${{ steps.vars.outputs.short_ref }}-armv8 - docker manifest push luxonis/depthai-library:latest From 9808bf51557c75541764aa6726741ea2f3f9a10a Mon Sep 17 00:00:00 2001 From: Matevz Morato Date: Wed, 21 Jan 2026 20:24:08 +0100 Subject: [PATCH 3/5] Remove the deprecated macos-13 runners --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2389e0a67..1f6bbe234 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -246,7 +246,7 @@ jobs: strategy: matrix: python-version: [3.9, '3.10', '3.11', '3.12', '3.13', '3.14'] - os: [macos-13, macos-14] # macos-13 is x64, macos-14 is arm64 + os: [macos-14] # macos-14 is arm64 (macos-15-intel could be added later, once compilation on clang that on that image is fixed)) runs-on: ${{ matrix.os }} steps: - name: Cache .hunter folder From c6a69bfc8264fb4264ec473e75848ee1e5d81bba Mon Sep 17 00:00:00 2001 From: Matevz Morato Date: Wed, 21 Jan 2026 20:24:16 +0100 Subject: [PATCH 4/5] Bump core --- depthai-core | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/depthai-core b/depthai-core index 78d037ab9..fdefcdf86 160000 --- a/depthai-core +++ b/depthai-core @@ -1 +1 @@ -Subproject commit 78d037ab95e98ee7060aa7f64e79ebae10822d04 +Subproject commit fdefcdf86ce3fd8a6075bf1b95114350dadf1911 From cc911c2c38e98e051506fd7edfda5229f09e8054 Mon Sep 17 00:00:00 2001 From: Matevz Morato Date: Fri, 23 Jan 2026 01:43:14 +0100 Subject: [PATCH 5/5] Bump core to v2.31.1 --- depthai-core | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/depthai-core b/depthai-core index fdefcdf86..1f36d9f90 160000 --- a/depthai-core +++ b/depthai-core @@ -1 +1 @@ -Subproject commit fdefcdf86ce3fd8a6075bf1b95114350dadf1911 +Subproject commit 1f36d9f90931c95bae56caa1f55400dc8f6c29a7