Hi everyone,
I'm using a Qt application alongside the video decode demo on a DM365, and I'm having color matching issues. I believe the problem stems from the fact that the decode demo (with h.264) converts video to YUV420, while Qt's RGB output gets converted to YUV422. What I would like to do is have Qt's output get converted to YUV420 instead of YUV422, to hopefully eliminate this problem. Does anyone know how to do this?
Thanks
Marlon