Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a Maui app which uses the MediaElement component to play a video. When I call the Screenshot.Default.CaptureAsync() method, the resulting screenshot contains all the page elements in the image apart from the video. Instead of the video screengrab I just have a black background. I presume it has something to do with the way the video is rendered and there isn't much I can do about it. Can anyone suggest any other way to achieve a full screenshot? If I use SkiaSharp would that just capture the skia canvas and not anything else that is rendered outside of it in the content page itself? Thoughts?
Beta Was this translation helpful? Give feedback.
All reactions