BradLarson / GPUImage2

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

Filtering a video stream using GPUImage2 #281

Open aminiz opened 5 years ago

aminiz commented 5 years ago

Are we able to filter a live video stream using this library? I am so far only able to filter locally captured video.

I posted the following question on SO but figured I would ask here too.

https://stackoverflow.com/questions/52882822/filtering-a-video-stream-using-gpuimage2