cats-oss / android-gpuimage

Android filters based on OpenGL (idea from GPUImage for iOS)
9.01k stars 2.27k forks source link

VideoRenderer.I420Frame get preview from these frames #345

Open cubatertech opened 7 years ago

cubatertech commented 7 years ago

Hi, I want to generate preview from VideoRenderer.I420Frame in webRTC stream using some filters. Is it possible to we use GPUImage plus lib for this purpose please give me some tips for this. Because if we generate a bitmaps from the stream & apply filters or perform any other processing on stream then it will not sync with Audio. Feel much delay in frames. Thanks