pull/20012/head
ZwX1616 4 years ago
parent fb0856bbf0
commit 1bda06a092
  1. 2
      selfdrive/camerad/cameras/real_debayer.cl

@ -121,7 +121,7 @@ __kernel void debayer10(const __global uchar * in,
half3 rgb;
// main
// a simplified version of https://opensignalprocessingjournal.com/contents/volumes/V6/TOSIGPJ-6-1/TOSIGPJ-6-1.pdf
if (x_global % 2 == 0) {
if (y_global % 2 == 0) {
rgb.y = pv; // G1(R)

Loading…
Cancel
Save