wcs-4038

  1. P

    frameDecoded writePixel yuv420 wrong colors

    Hello, we are using WCS to transfer frame data to OpenCV, process it there and then return the resulting frame to WCS in order to change pixels colours. The pixels we return are in either BGR or RGB pixel sequence. The generic formula we use is this: byte by = (byte) (r * .299000 + g * .587000...
Top