jsharp83 / MetalCamera

Swift, Metal based image and video processing on iOS
MIT License
154 stars 15 forks source link

YUV conversion #2

Open jsharp83 opened 4 years ago

jsharp83 commented 4 years ago

Currently, Pixelformat is kCVPixelFormatType_32BGRA

To reduce CPU usage and memory, YUV -> BGRA conversion is needed.