Convert YUVj420p pixel format to RGB888 using gstreamer
问题 im using gstreamer 1.2 to feed frames from my IP camera to opencv program the stream is (640*368 YUVj420p) and i want to convert it to RBG888 to be able to use it in my opencv program so is there a way to use gstreamer to do that conversion ? or do i have to do it by myself? if so please give me the equation that do this conversion 回答1: After some trials with gstreamer i decided to do the conversion myself and it worked First we have to understand the YUVj420p pixel format As shown in the