Hi,
I have a video in planar YUV format (Three planes in three different arrays) and I want to convert this into RGB and display it using shaders. Normally if it was packed (interleaved) format I...
Type: Posts; User: mikecarlos
Hi,
I have a video in planar YUV format (Three planes in three different arrays) and I want to convert this into RGB and display it using shaders. Normally if it was packed (interleaved) format I...
Hi,
I have modified the PBO unpack code supplied in here, to have multiple textures all connected to its individual PBO. However when I test the code with and without PBO it turns out that...