eduardolundgren / tracking.js

A modern approach for Computer Vision on the web
http://trackingjs.com
Other
9.44k stars 1.45k forks source link

How to track just a light source, not a color? #190

Open ltsally opened 7 years ago

ltsally commented 7 years ago

Is it possible to track a light source (not a color) in a dark room using tracking.js? If so how? And would there be any restrictions concerning the light source used (LED, light bulb, ...) Is there a something like var colors = new tracking.ColorTracker(['magenta', 'cyan', 'yellow']); which would apply just for light, not a color?

newsbubbles commented 6 years ago

Just get your data directly from the fast tracker, and skip the rest.