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

https://github.com/habbes/opencv-web-video

Basic video processing demo on the browser using OpenCv.js
https://github.com/habbes/opencv-web-video

htm5-video html5-canvas javascript opencv video-processing web-video

Last synced: 6 months ago
JSON representation

Basic video processing demo on the browser using OpenCv.js

Awesome Lists containing this project

README

        

# Video processing demo using OpenCV.js

This demo contains simple examples of video processing using OpenCV by converting
a video stream to gray scale in real time.

- `camera.html` uses video stream from a camera device
- `video.html` uses a video loaded from file

The video used in the demo is the [Sintel trailer](https://media.w3.org/2010/05/sintel/trailer.mp4).