jraska / Falcon

Take Android screenshots with Falcons bright eye!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to take screenshot of textureview alongwith otherviews ?

KanwalKhan-20 opened this issue · comments

How to take screenshot of textureview alongwith otherviews ?

Hi @KanwalKhan-20 , thanks for reaching out.

The answer is very similar to this issue also the one with Google Maps or with Lottie

Falcon cannot take screenshot from TextureView or any other View based on drawing content stream or OpenGL(SurfaceView, maps) coming from native APIs.
These Views unfortunately draw nothing when you call draw(Canvas) on them, which is the API Falcon uses for capturing the screen contents.