pull/31674/head
Comma Device 1 year ago
parent 66713cfea9
commit ad006c9281
  1. 2
      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;

Loading…
Cancel
Save