I need to record only specific view and child views inside that view but to exclude other views on the Activity/Screen. Currently I'm working on one project and a thought that I can solve the problem with MediaProjection API. As I said, I need to record a specific view inside the activity. I found an answer on similar thread: Capturing a part of the screen But it said that it is not possible with MediaProjection API.
Does the Google provide other solution or does someone has a similar issue or maybe even some solution to the problem?
Thanks