0.0
No commit activity in last 3 years
No release in over 3 years
ScriptCam, tastefully bundled for the Rails 4 asset pipeline. Sweet!
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.1
~> 0.9

Runtime

>= 3.1
 Project Readme

Gem Version

Scriptcam::Rails

ScriptCam is a popular JQuery plugin to manipulate webcams. Take snapshots, detect movement, faces, colors, QR and barcodes, record videoclips, show Augmented Reality 3D objects and organize videochats.

By the way, it's free for non-commercial use!

Usage

This gem vendors ScriptCam 1.6.0 for Rails 4 and greater. The files will be added to the asset pipeline and available for you to use.

To enable, add the following line to the file app/assets/javascripts/application.js (or other sprockets manifest):

//= require scriptcam

Installation

Add scriptcam-rails to your Gemfile, run bundle and enjoy!

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request