AVCaptureMultipeerVideoDataOutput icon indicating copy to clipboard operation
AVCaptureMultipeerVideoDataOutput copied to clipboard

Higher frame rates cause memory warnings & crashes

Open pj4533 opened this issue 12 years ago • 0 comments

When using higher rate rates (or lower frame rates on older devices), the number of frames "in flight" goes up, thus using more memory. Probably need some sort of memory buffer handling that limits sending frames when reaching a certain number in flight.

pj4533 avatar Jan 07 '14 15:01 pj4533