chrisbing / electorn-capture-screen

electron capture screen
MIT License
225 stars 65 forks source link

electorn v4.0.0 版本,截图时存在全黑的黑屏,且截下来的图也是黑的 #5

Open bai3 opened 5 years ago

changanluan commented 5 years ago

video.onloadedmetadata = () => { if (loaded) { return; } loaded = true; //add this video.play(); video.pause();
... it works for me

bai3 commented 5 years ago

@changanluan
Thank you very much。 It works for me too。

bingery commented 3 years ago

electron 12.0.0. 黑屏 为什么会跟electron版本有关