You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
DidOutputSampleBuffer
(fromAVCaptureVideoDataOutputSampleBufferDelegate
) 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 useGPUImageStillCamera
but not when I useGPUImageVideoCamera
. This method is called just two times when I useGPUImageVideoCamera
so I can't get a frame on the output. Is there any way to force the call to this method?The text was updated successfully, but these errors were encountered: