auduno / headtrackr

Javascript library for headtracking via webcam and WebRTC/getUserMedia
3.69k stars 504 forks source link

Option to not output to canvas #36

Closed jonaslund closed 9 years ago

jonaslund commented 9 years ago

Would be great to add the option of not having to render the face tracking to the canvas element, in case you only need the data from the events.

for example

htracker.init(videoInput, false);
auduno commented 9 years ago

The video needs to be copied to a canvas element to be able to get pixels and do processing of the image, so you always need a canvas (unfortunately).

peepo commented 9 years ago

Audun,

not sure of your level of interest.

As we move into the IoT this dependency on a browser, window, desktop and even OS may become a hindrance.

~related to W3C standards being maintained by browser developers.

I believe I already raised this with W3C some years ago.

If you know of any related action group, (nodejs ?)

please keep me in touch

Jonathan Chetwynd