Skip to content

Bump stm32-mw-isp to v1.2.0 #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 15 additions & 13 deletions isp_wrapper/inc/imx335_isp_param_conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
******************************************************************************
* @attention
*
* Copyright (c) 2024 STMicroelectronics.
* Copyright (c) 2025 STMicroelectronics.
* All rights reserved.
*
* This software is licensed under SLA0044 terms that can be found here:
* https://www.st.com/resource/en/license_agreement/SLA0044.txt
*
* THIS FILE WAS GENERATED BY THE IQ TUNING TOOL ON 2023-10-11 15:25:40
* THIS FILE WAS GENERATED BY THE STM32 ISP IQTune ON 2025-01-28 11:45:25
*
******************************************************************************
*/
Expand Down Expand Up @@ -73,16 +73,16 @@ static const ISP_IQParamTypeDef ISP_IQParamCacheInit_IMX335 = {
},
.AWBAlgo = {
.enable = 1,
.id = { "A", "TL84", "D50", "D65", "Free slot", },
.referenceColorTemp = { 2856, 4000, 5000, 6500, 0, },
.ispGainR = { 140000000, 177000000, 220000000, 245000000, 0, },
.ispGainG = { 100000000, 100000000, 100000000, 100000000, 0, },
.ispGainB = { 275000000, 235000000, 180000000, 155000000, 0, },
.id = { "JudgeII-A", "JudgeII-TL84", "JudgeII-DAY", "Free Slot", "Free Slot", },
.referenceColorTemp = { 2810, 4015, 6650, 0, 0, },
.ispGainR = { 137000000, 182000000, 244000000, 0, 0, },
.ispGainG = { 100000000, 100000000, 100000000, 0, 0, },
.ispGainB = { 287000000, 212000000, 143000000, 0, 0, },
.coeff = {
{ { 151460000, -102340000, 50892000, }, { -85991000, 210980000, -24984000, }, { 25000000, -261000000, 341000000, }, },
{ { 155134500, -69370000, 13106000, }, { -38671000, 167689800, -33936000, }, { 5546200, -66770000, 159944200, }, },
{ { 180080000, -64840000, -15230000, }, { -35550000, 169920000, -34380000, }, { 9770000, -95700000, 185940000, }, },
{ { 180080000, -64840000, -15230000, }, { -35550000, 169920000, -34380000, }, { 9770000, -95700000, 185940000, }, },
{ { 159760000, -9780000, -49990000, }, { -45530000, 171540000, -26000000, }, { -3300000, -110120000, 213430000, }, },
{ { 164670000, -20970000, -43700000, }, { -51330000, 178670000, -27339999, }, { -12490000, -48170000, 160670000, }, },
{ { 150570000, 2440000, -53010000, }, { -37350000, 193760000, -56420000, }, { -11100000, -35490000, 146590000, }, },
{ { 0, 0, 0, }, { 0, 0, 0, }, { 0, 0, 0, }, },
{ { 0, 0, 0, }, { 0, 0, 0, }, { 0, 0, 0, }, },
},
},
Expand All @@ -105,8 +105,10 @@ static const ISP_IQParamTypeDef ISP_IQParamCacheInit_IMX335 = {
.YSize = 972,
},
.gamma = {
.enablePipe1 = 1,
.enablePipe2 = 1,
.enable = 1,
},
.sensorDelay = {
.delay = 3,
},
};

Expand Down