I am trying to get a screenshot of a video on android 9 using standard command:
adb shell screencap -p /sdcard/printscreen.png
That works fine with any static content but just returns a black picture when trying to get screenshot of a video. I have seen quite a few similar questions, however do not seem to find an answer. Any suggestions?