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
- Host: GitHub
- URL: https://github.com/habbes/opencv-web-video
- Owner: habbes
- Created: 2018-06-09T21:28:37.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-07-29T14:21:12.000Z (almost 4 years ago)
- Last Synced: 2024-04-14T20:23:21.108Z (about 1 year ago)
- Topics: htm5-video, html5-canvas, javascript, opencv, video-processing, web-video
- Language: HTML
- Homepage:
- Size: 5.46 MB
- Stars: 22
- Watchers: 4
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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 fileThe video used in the demo is the [Sintel trailer](https://media.w3.org/2010/05/sintel/trailer.mp4).