Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rprieto/chroma-cam
Green screen effect in your webcam
https://github.com/rprieto/chroma-cam
Last synced: 15 days ago
JSON representation
Green screen effect in your webcam
- Host: GitHub
- URL: https://github.com/rprieto/chroma-cam
- Owner: rprieto
- Created: 2013-07-17T22:56:18.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-07-21T15:14:34.000Z (over 11 years ago)
- Last Synced: 2024-11-03T16:37:14.620Z (about 1 month ago)
- Language: JavaScript
- Size: 29.5 MB
- Stars: 8
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-web-effect - chroma-cam - Green screen effect in your webcam (🚀 A series of exquisite and compact web page cool effects / WebCam Effect)
- fucking-awesome-web-effect - chroma-cam - Green screen effect in your webcam (🚀 A series of exquisite and compact web page cool effects / WebCam Effect)
README
# chroma-cam
Real-time green-screen effect in the browser, using your webcam.
# demo
[chroma-cam.herokuapp.com](http://chroma-cam.herokuapp.com)
# local setup
Requires Node.js 0.8+
```
npm install
npm start
```# heroku
The project requires `ffmpeg` to create video thumbnails.
It uses a custom buildpack, so you need to specify it in your ENV config:```
heroku config:set BUILDPACK_URL=https://github.com/ddollar/heroku-buildpack-multi
```