eduardolundgren / tracking.js

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

Is it possible run tracking.js in background, not on browsers, but like opencv on system level? #125

Open xiongzhp opened 9 years ago

eduardolundgren commented 9 years ago

It can be run using Node.js, take a look on the tests for reference.

octameter commented 9 years ago

It would be very handy to have tracking 'node ready' on npm.

eduardolundgren commented 9 years ago

Indeed. That would be a good contribution.

felipegtx commented 8 years ago

Hi @eduardolundgren, is there anyone working on this?

eduardolundgren commented 8 years ago

@felipegtx Nobody is working on that currently. We plan for a new release in few months that can include that. Feel free to send earlier contributions.

hhertogh commented 8 years ago

Hi @eduardolundgren , is there any news around this? how to work with it in nodejs?

SimoneS93 commented 7 years ago

I use tracking on node with little modifications to the main file. Look here: https://github.com/SimoneS93/trackingjs. I just fake browser objects and export the module.

murat-aka commented 6 years ago

269