android-gpuimage-plus icon indicating copy to clipboard operation
android-gpuimage-plus copied to clipboard

ImageGLSurfaceView setFilterWithConfig not working

Open mym0404 opened this issue 5 years ago • 1 comments

I use ImageGLSurfaceView as camera preview view.

I get Camera byte array with setPreviewCallbackWithBuffer method, and convert NV21 -> RGB, create bitmap and use setImageBitmap of ImageGLSurfaceView.

Although i used setFilterWithConfig with my custom filter, the preview result is not applied filter.

mym0404 avatar Feb 28 '19 08:02 mym0404

Are you trying to set the filter at on create? or on a button click?

Sp4Rx avatar Apr 06 '19 13:04 Sp4Rx