Xamarin.Essentials Screenshot.CaptureAsync() not working for video view
Torit Schneider
1
Reputation point
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
5,381 questions
Sign in to answer