Video capture in HTML 5

雨燕双飞 提交于 2019-11-29 04:02:37

问题


How to capture video from a video device and make that video available in HTML5 canvas ?


回答1:


Perhaps you should use HTML5 Video Capturing feature.

This way instead of installing any plugins tell users to upgrade their browser ;)




回答2:


Currently, the HTML5 standard doesn't offer microphone and camera capabilities.
But, there's a jQuery plugin that offers just that using a small flash utility



来源:https://stackoverflow.com/questions/7386675/video-capture-in-html-5

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!