From ad006c9281e8209d44dbd72ca5fb742edca13f04 Mon Sep 17 00:00:00 2001 From: Comma Device Date: Sat, 24 Feb 2024 19:40:35 -0600 Subject: [PATCH] 0.7 --- system/camerad/cameras/real_debayer.cl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/camerad/cameras/real_debayer.cl b/system/camerad/cameras/real_debayer.cl index 753080ac0a..2a54c6f1a1 100644 --- a/system/camerad/cameras/real_debayer.cl +++ b/system/camerad/cameras/real_debayer.cl @@ -21,7 +21,7 @@ float3 color_correct(float3 rgb) { #if IS_OX return -0.507089*exp(-12.54124638*x)+0.9655*powr(x,0.5)-0.472597*x+0.507089; #elif IS_OS - return x; + return powr(x,0.7); #else // tone mapping params const float gamma_k = 0.75;