Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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