jselbie / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is not active

About

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.


Languages

Language:Python 100.0%