I have recently been working on a project that requires me to capture a screenshot of the clients machine at certain events (uncaught exception etc). Having explored html2canvas, I can tell you that I am NOT looking for a DOM reader/renderer library. (too many dirty canvas elements on page) I was wondering if it was possible to actually use the screen as a mediastream source in the new API, and capture images (for eg: in PNG format) Found no mention of it in : https://www.w3.org/TR/mediacapture-streams/#stream-api
Ideas anyone?