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 330 forks source link

DidOutputSampleBuffer it's not called on GPUVideoCamera #104

Open edenilsonfe opened 3 years ago

edenilsonfe commented 3 years ago

DidOutputSampleBuffer(from AVCaptureVideoDataOutputSampleBufferDelegate) method is called when a frame is available on the output, so I can use this frame to do something that I can. This method is called normally when I use GPUImageStillCamera but not when I use GPUImageVideoCamera. This method is called just two times when I use GPUImageVideoCamera so I can't get a frame on the output. Is there any way to force the call to this method?