Drawing Video

Video capture data is array of BGR pixels

Can be draw in OpenGL using glDrawPixels

Image data runs from top to bottom - use glPixelZoom to flip

Probably want to disable depth buffer when drawing image


Example code: