From 0b8c5d374efc08b4bbb6f62b491aea167f1c89ba Mon Sep 17 00:00:00 2001 From: alex-luxonis Date: Thu, 6 Apr 2023 05:45:22 +0300 Subject: [PATCH 1/3] FW: support for IMX283, at almost full resolution: 5312x3692, FPS max 20, note: exposure control not working properly, and lower FPS would apply longer exposure --- cmake/Depthai/DepthaiDeviceSideConfig.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/Depthai/DepthaiDeviceSideConfig.cmake b/cmake/Depthai/DepthaiDeviceSideConfig.cmake index 4244d4727..69dae912f 100644 --- a/cmake/Depthai/DepthaiDeviceSideConfig.cmake +++ b/cmake/Depthai/DepthaiDeviceSideConfig.cmake @@ -2,7 +2,7 @@ set(DEPTHAI_DEVICE_SIDE_MATURITY "snapshot") # "full commit hash of device side binary" -set(DEPTHAI_DEVICE_SIDE_COMMIT "3575b77f20e796b4e79953bf3d2ba22f0416ee8b") +set(DEPTHAI_DEVICE_SIDE_COMMIT "b3e328001232436c27573f9d8d072e14f0624874") # "version if applicable" set(DEPTHAI_DEVICE_SIDE_VERSION "") From 0eca08e9b25c26e71abcee3a959de6de2a4f6529 Mon Sep 17 00:00:00 2001 From: alex-luxonis Date: Mon, 17 Apr 2023 16:20:55 +0300 Subject: [PATCH 2/3] Update FW: IMX283 exposure and ISO setting fixed, added 4K res (but has issues at higher FPS, about `> 19`), fixed a depthai crash with camera FPS set `< 0.5` --- cmake/Depthai/DepthaiDeviceSideConfig.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/Depthai/DepthaiDeviceSideConfig.cmake b/cmake/Depthai/DepthaiDeviceSideConfig.cmake index 69dae912f..6635b4236 100644 --- a/cmake/Depthai/DepthaiDeviceSideConfig.cmake +++ b/cmake/Depthai/DepthaiDeviceSideConfig.cmake @@ -2,7 +2,7 @@ set(DEPTHAI_DEVICE_SIDE_MATURITY "snapshot") # "full commit hash of device side binary" -set(DEPTHAI_DEVICE_SIDE_COMMIT "b3e328001232436c27573f9d8d072e14f0624874") +set(DEPTHAI_DEVICE_SIDE_COMMIT "1cc4a536f38b35697d31a3eac16ecee44ec73bac") # "version if applicable" set(DEPTHAI_DEVICE_SIDE_VERSION "") From ecfec82494f17cd4252c47a2425c5fba51f3e882 Mon Sep 17 00:00:00 2001 From: alex-luxonis Date: Tue, 31 Oct 2023 22:45:32 +0200 Subject: [PATCH 3/3] FW: multiple tunings to fix image quality issues, OV9782 tuning, IMX462 fix for ISO --- cmake/Depthai/DepthaiDeviceSideConfig.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/Depthai/DepthaiDeviceSideConfig.cmake b/cmake/Depthai/DepthaiDeviceSideConfig.cmake index add681a8e..554164f21 100644 --- a/cmake/Depthai/DepthaiDeviceSideConfig.cmake +++ b/cmake/Depthai/DepthaiDeviceSideConfig.cmake @@ -2,7 +2,7 @@ set(DEPTHAI_DEVICE_SIDE_MATURITY "snapshot") # "full commit hash of device side binary" -set(DEPTHAI_DEVICE_SIDE_COMMIT "7e834339d54869a99f7934aa952a6892323341e8") +set(DEPTHAI_DEVICE_SIDE_COMMIT "c9b6a2e0a4bdbf635914b80baa06efc2f76fa2bc") # "version if applicable" set(DEPTHAI_DEVICE_SIDE_VERSION "")