Video Recording with webcam on a webpage [closed]

匿名 (未验证) 提交于 2019-12-03 03:08:02

问题:

I have a requirement of recording video via web cam, on my webpage. What are the available plugins for the same. My website is developed using Ruby on Rails framework

Regards, Pankaj

回答1:

If an HTML5 solution could be suitable for you, you can take a look to WebRTC (currently supported in Chrome, Firefox and Opera).

You can find a good tutorial here: http://www.html5rocks.com/en/tutorials/getusermedia/intro/



回答2:

The first hit on searching "webcam plugin": http://www.xarg.org/project/jquery-webcam-plugin/ As it is using JavaScript it is easy to include in Rails.

Many others appear in the results ...



回答3:

Another option is to use the Nimbb widget. There are a lot of tutorials showing how to embed it into a website.



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