Using HTML5/Canvas/JavaScript to take in-browser screenshots

后端 未结 5 2245
遇见更好的自我
遇见更好的自我 2020-11-21 04:23

Google\'s "Report a Bug" or "Feedback Tool" lets you select an area of your browser window to create a screenshot that is submitted with your feedback ab

5条回答
  •  我在风中等你
    2020-11-21 05:00

    Your web app can now take a 'native' screenshot of the client's entire desktop using getUserMedia():

    Have a look at this example:

    https://www.webrtc-experiment.com/Pluginfree-Screen-Sharing/

    The client will have to be using chrome (for now) and will need to enable screen capture support under chrome://flags.

提交回复
热议问题