You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
that performs the exact same image processing algorithm (debayer) using either image or buffer.
Using latest version of Neo driver, with buffer, I get a correct result (3 channel colour image).
With opencl image, I get the wrong result (mono image: all three channels are equal).
Here is the ocl buffer result:
and here is the ocl image result:
This used to work correctly with older driver versions.