lmf12 / SimpleCam

基于 GPUImage 实现的简单相机。
MIT License
217 stars 58 forks source link

GPUImageTwoInputFilter #7

Open MysteryRan opened 2 years ago

MysteryRan commented 2 years ago

使用GPUImageTwoInputFilter,添加两个输入,后一个输入的大小无法根据自身宽高比自适应GPUImageView的大小. GPUImageTwoInputFilter中 [super newFrameReadyAtTime:passOnFrameTime atIndex:0]; // Bugfix when trying to record: always use time from first input (unless indefinite, in which case use the second input)。 使用GPUImageTwoPassFilter,可以根据自身宽高比自适应GPUImageView的大小,但是画面会闪烁。 请问下有什么好的解决方法么?