Live data from Hacker News

Realtime Responsive Typography Based on Viewing Distance via Webcam

webdesign.maratz.com

11–20 of 61 posts

Re: Realtime Responsive Typography Based on Viewing Distance via Webcam

#14
And this is the answer to the "race against the machine" - how will automation that is destroying jobs provide value no-one ever thought of.

Total "cat-flap" moment - its not something you ever think of, but once you see it, its obvious.

Re: Realtime Responsive Typography Based on Viewing Distance via Webcam

#17
Neat, clicking through the attributions, Headtrackr (https://github.com/auduno/headtrackr/) by auduno of Opera Software looks quite useful. That's in turn based on ccv (https://github.com/liuliu/ccv), which I knew about, but Headtrackr looks much nicer to use if you just want headtracking out of the box. It does some trigonometry, based on some assumptions about field of view, to provide the 3d coordinate estimates needed for demos like this, whereas ccv focuses on object identification/tracking within the 2d image (and is much more general, so more complex to use out of the box).

The Headtrackr guy also put up a demo of a game controlled using head movement: http://www.shinydemos.com/facekat/

Re: Realtime Responsive Typography Based on Viewing Distance via Webcam

#19
I'm mostly impressed by the image analysis. Performance and the fact that it runs on javascript. Well I've heard of ccv.js before but not seen it's capabilities for pixel analysis. Now I have even less excuses to reimplement that broken real time image analysis app that I made for my bachelor thesis.

Hmm, there are no explicit licence terms in the repositories of ccv or headtrackr though. :/

Re: Realtime Responsive Typography Based on Viewing Distance via Webcam

#20
post #3

Brilliant! Couldn't get it running in FF, but works like a dream in Chrome. Very useful for interfaces which may run on, say, a TV. Knowing the physical size, or the viewport dimensions, doesn't tell you how far away the user is.

I’m using Firefox Aurora and it worked fine, so it is at most 7 weeks away from release.
Post reply on HN