How to capture screenshot of VideoView when streaming video in Android [duplicate]
问题 This question already has an answer here : How to capture screenshot or video frame of VideoView in Android (1 answer) Closed 4 years ago . I was able to figure out how to capture a video frame from a VideoView that is playing a video stored locally on the phone. However , when the video is being streamed over IP in the VideoView, it appears very difficult to capture a screenshot/image/video frame. I would appreciate a solution to this problem. Here is a similar question which has not