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.
- Host: GitHub
- URL: https://github.com/sebavan/babylonjsvideoprocessingsample
- Owner: sebavan
- License: mit
- Created: 2019-10-10T13:18:40.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-22T07:49:30.000Z (almost 2 years ago)
- Last Synced: 2025-03-18T07:21:19.876Z (over 1 year ago)
- Language: TypeScript
- Size: 1.04 MB
- Stars: 14
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Babylon.js Video Processing DEMO
[](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)