BradLarson / GPUImage

An open source iOS framework for GPU-based image and video processing
http://www.sunsetlakesoftware.com/2012/02/12/introducing-gpuimage-framework
BSD 3-Clause "New" or "Revised" License
20.21k stars 4.61k forks source link

OutputFramesize = 0 #2558

Open galblank opened 6 years ago

galblank commented 6 years ago

Hi, I'm setting up GPUImageFilter for filtering live video stream from iPhone, and everything seems to be fine but filter doesn't work. I narrowed it down to GPUImageFilter.outputframsize is 0, as in width=0, height=0. Any ideas would help.

thank you