BradLarson / GPUImage3

GPUImage 3 is a BSD-licensed Swift framework for GPU-accelerated video and image processing using Metal.
BSD 3-Clause "New" or "Revised" License
2.68k stars 334 forks source link

How to save camera output? #19

Closed junjielu closed 5 years ago

junjielu commented 5 years ago

Hi there,

Thanks for your great job. I'm new to GPUImage, and I'm wondering if there is something like 'output'? Since we use Camera as input, there is reasonable to be a output. However, I cannot find something like this.

Looking forward to your reply~

BradLarson commented 5 years ago

Many of the outputs are not yet functional in this version of the project. In the meantime, you can look at GPUImage2 that has all of these implemented using OpenGL under the hood.

When the outputs become functional here, you can switch to this project and use the same API, only Metal under the hood.

junjielu commented 5 years ago

Thanks for your reply~