mmin18 / RealtimeBlurView

A realtime blurring overlay for Android (like iOS UIVisualEffectView)
Other
3.17k stars 343 forks source link

TextureView blur #17

Closed TooLazyy closed 6 years ago

TooLazyy commented 6 years ago

Why TextureView or SurfaceView are not supported?

tangxianqiang commented 6 years ago

@TooLazyy Because you can't get a bitmap from opengl view easily

tangxianqiang commented 6 years ago

@TooLazyy It always need a bitmap to blur,however you can't get a bitmap from opengl view easily

mmin18 commented 6 years ago

It draws on different canvas and different threads. So the implementation could be complicated and buggy.