ZoomableTextureView icon indicating copy to clipboard operation
ZoomableTextureView copied to clipboard

Adding zoom and scroll gestures to video playback on Android

Results 17 ZoomableTextureView issues
Sort by recently updated
recently updated
newest added

I have a custom exoplayback control view layout for my playerview. I use ZoomableExoPlayerView class. When I zoom video linear_layout_play_pause and linear_layout_bottom hide. This is my custom control view: `...

I'm able to zoom the image using this library but unable to capture zoomed image . when I capture it returned the default image (before zoomed preview) always. Please help...

Setting "minScale='1'" does not do it. You can still resize below the original TextureView size, which looks very odd and also glitches badly if you have a light theme background....

Hi bro! After calling matrix.postRotate(90) the image goes out of screen area. Can you share a solution for this case. Really need it but can't solve the problem. Thanks for...