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
使用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的大小,但是画面会闪烁。
请问下有什么好的解决方法么?
The text was updated successfully, but these errors were encountered:
使用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的大小,但是画面会闪烁。
请问下有什么好的解决方法么?
The text was updated successfully, but these errors were encountered: