https://github.com/timbeyer/ambicolor
An experiment for using Web workers to create an ambilight-like effect based on the HTML5 video tag.
https://github.com/timbeyer/ambicolor
Last synced: 10 months ago
JSON representation
An experiment for using Web workers to create an ambilight-like effect based on the HTML5 video tag.
- Host: GitHub
- URL: https://github.com/timbeyer/ambicolor
- Owner: TimBeyer
- Created: 2011-01-16T20:07:00.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2012-07-25T11:56:43.000Z (almost 14 years ago)
- Last Synced: 2025-06-04T14:48:12.734Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 93.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Ambicolor
==============
This is an experiment for using *Web workers* to create
an ambilight-like effect based on the HTML5 video tag.
Each frame, it posts the imageData to the webworker, which
in turn calculates a color to be displayed.
Because of [a bug in chrome](http://code.google.com/p/chromium/issues/detail?id=68190) when working with imageData and webworkers,
Chrome will leak gigabytes of memory and then crash.
If you want to try this out, use firefox instead.