https://github.com/rprieto/chroma-cam
Green screen effect in your webcam
https://github.com/rprieto/chroma-cam
Last synced: 8 months 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 12 years ago)
- Default Branch: master
- Last Pushed: 2013-07-21T15:14:34.000Z (over 12 years ago)
- Last Synced: 2025-03-27T18:49:53.684Z (9 months ago)
- Language: JavaScript
- Size: 29.5 MB
- Stars: 8
- Watchers: 2
- 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
```