After many searches and days of experimentation, I did not find a direct solution.
I am developing an application that the user will interact with the pet on the screen, and I want him to save it as a video.
Is there any “simple” way to capture the screen of the application itself?
I found a workaround (to save some bitmaps every second and then pass them to the encoder), but it seems too heavy. I will be happy even with a frame rate of 15 frames per second
It seems perhaps i.e. there is a similar application that does this, it is called "Talking Tom"
android screen-capture
Devn
source share