Video Recording with webcam on a webpage [closed]

2019-04-07 17:26发布

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

3条回答
做自己的国王
2楼-- · 2019-04-07 18:00

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楼-- · 2019-04-07 18:17

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/

查看更多
手持菜刀,她持情操
4楼-- · 2019-04-07 18:18

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

查看更多
登录 后发表回答