/yuv420_to_rgb888

My first attempt at converting YUV images from the Raspberry Pi camera to the RGB space. Ughh! This is too slow in pure Python without a native matrix or image library (or just run with PyPy). But it works. Useful reference.

Primary LanguagePython

This repository is not active