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

https://github.com/sebavan/babylonjsvideoprocessingsample

Quick Demo for setting up a Babylon.js real time video processing in a web page.
https://github.com/sebavan/babylonjsvideoprocessingsample

Last synced: over 1 year ago
JSON representation

Quick Demo for setting up a Babylon.js real time video processing in a web page.

Awesome Lists containing this project

README

          

# Babylon.js Video Processing DEMO

[![Twitter](https://img.shields.io/twitter/follow/babylonjs.svg?style=social&label=Follow)](https://twitter.com/intent/follow?screen_name=babylonjs)

**Any questions?** Here is our official [forum](https://forum.babylonjs.com/).

You can find documentation for the controls [here](https://doc.babylonjs.com/features/controls)

## Running locally

After cloning the repo, running locally during development is all the simplest:
```
npm install
npm start
```

For VSCode users, if you have installed the Chrome Debugging extension, you can start debugging within VSCode by using the appropriate launch menu.

## It does not work !

Please ensure you are running on a Chromium based browser and that your WebCam is plugged in :-)

## Live Demo

All available in the famous [Babylon.js website](https://www.babylonjs.com/demos/videoprocessing/).

And please have a read at the associated article on [Medium](https://medium.com/@babylonjs/web-video-processing-made-easy-714487f7443b)