EZFilter icon indicating copy to clipboard operation
EZFilter copied to clipboard

A lightweight (<180KB), easy-to-extend Android filter and dynamic sticker framework for adding filters and stickers for camera, video, bitmap and view.(一个轻量级(<180KB)、易扩展的Android滤镜和动态...

Results 15 EZFilter issues
Sort by recently updated
recently updated
newest added

Hi,it is a amazing library! I want get the camera frame to do some image detectoin(example, detect face position then and dynamic sticker),but I have a confuse now,how to get...

Hello, thank for amazing package. ``` private void changeBitmap() { if (mCurrentBitmap == mBitmap1) { mCurrentBitmap = mBitmap2; } else { mCurrentBitmap = mBitmap1; } mRenderPipeline = EZFilter.input(mCurrentBitmap) .addFilter(new LookupRender(RecordBitmapActivity.this,...

Hi, EZFilter is nice project, I want to know that it is posible with EZFilter to add effect on specific place of video?

In some devices when save video and play video then video display like blank. and also after stop recording video directly not access , in cases if we access then...

when we click stop recording after few seconds only it stopped the recording.sometimes black screen only appears in recorded video. ![Screenshot from 2019-04-16 11-14-11](https://user-images.githubusercontent.com/26079468/56184740-cc16eb80-6038-11e9-980e-fc78254ef2e2.png)

My problem is that when I am using SurfaceFitView to fill my entire screen and changing the size to the size of the screen, the camera gives a vertically stretched...

Hi, I want to add a watermark to the videos that I am recording or on the images which I am capturing. But there is no way to add the...