开发者

Video Recording with webcam on a webpage [closed]

开发者 https://www.devze.com 2023-03-26 19:57 出处:网络
Closed. This question is off-topic. It is not currently accepting answers. 开发者_如何学C Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed. This question is off-topic. It is not currently accepting answers.
开发者_如何学C

Want to improve this question? Update the question so it's on-topic for Stack Overflow.

Closed 10 years ago.

Improve this question

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


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/


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 ...


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

0

精彩评论

暂无评论...
验证码 换一张
取 消