Xamarin.Essentials Screenshot.CaptureAsync() not working for video view

Torit Schneider 1 Reputation point
2021-12-09T12:59:09.427+00:00

I use this function to capture my video screen:

var screenshot = await Screenshot.CaptureAsync();

But the image created is not updated,
The view changes at runtime, and the image created is the initial image of the view.

How can I fix it?

Developer technologies | .NET | Xamarin
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.