简体   繁体   English

使用网络摄像头的Web应用程序...任何Rails插件/宝石?

[英]Web App that uses Webcam…any Rails plugins/gems?

I;ma developer looking to make an app similar to chat roulette. 我; ma开发人员希望制作类似于聊天轮盘的应用。 I'm pretty comfortable with Ruby on Rails as my platform and would like to program it in that. 我很熟悉Ruby on Rails作为我的平台,并希望对其进行编程。

The downside is I have no idea about how to do anything using webcams. 缺点是我不知道如何使用网络摄像头做任何事情。

Is there a plugin or gem for rails that integrates webcams easily? 是否有轻松集成网络摄像头的导轨插件或宝石?

Some quick browsing brought me to abobes site...but I haven't used it before, and though I dont mind learning new things, I'd like to get this out quickly so I'd rather stick to what I know. 一些快速浏览把我带到了abobes网站......但我之前没有使用它,虽然我不介意学习新东西,但我想快速解决这个问题,所以我宁愿坚持我所知道的。

What you do you use for webcams? 你用什么做网络摄像头?

You would have to use a third-party plug-in to interface the webcam with the site. 您必须使用第三方插件将网络摄像头与站点连接。 Rails takes care of things on the back-end (finding and connecting users) but you would need to use Flash or something similar to connect the web page with the camera. Rails负责后端的事情(查找和连接用户)但你需要使用Flash或类似的东西来连接网页和相机。

This question is pretty old, but we've been able to use headshot gem in one of our apps. 这个问题很老了,但我们已经能够在我们的一个应用程序中使用headshot gem。

https://github.com/diwadm/headshot https://github.com/diwadm/headshot

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 任何用于检测孤立记录的rails插件/ gem? - Any rails plugins/gems for detecting orphaned records? 为Rails 3创建插件或gem吗? - Create plugins or gems for Rails 3? 有没有办法告诉Rails进程在运行时加载哪些gem和插件? - Is there any way to tell which gems and plugins are loaded at runtime for a Rails process? 在Rails中进行电子邮件确认,无需使用任何现有的身份验证gem /插件 - Email confirmation in Rails without using any existing authentication gems/plugins 您会为Rails推荐任何选项卡式导航插件或gem吗? - Are there any tabbed navigation plugins or gems you would recommend for Rails? 是否有任何应用程序/框架/宝石/插件用于在Ruby on Rails中创建Webshop? - Are there any application/frameworks/gems/plugins for making a Webshop in Ruby on Rails? 如何比较应用程序和插件/宝石模型中的Rails模型? - How to compare Rails models from app vs plugins/gems models? Netbeans中的Rails gem和插件用法 - Rails gems and plugins usage in Netbeans 在Rails中指定插件会破坏宝石 - specifying plugins in rails breaks gems 是否有任何Ruby on Rails gems / jQuery插件/教程可以帮助我实现这个帮助系统? - Are there any Ruby on Rails gems/jQuery plugins/tutorials that might help me implement this help system?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM