This is an impressive demo however I usually move my face closer to the screen because the font is too small. It would be neat to see a demo of parallax using a webcam.
Realtime Responsive Typography Based on Viewing Distance via Webcam
31–40 of 61 posts
Re: Realtime Responsive Typography Based on Viewing Distance via Webcam
#32Re: Realtime Responsive Typography Based on Viewing Distance via Webcam
#33Neat, but this completely ignores the real reason people have trouble with small fonts: bad eyesight. The size the font needs to be is a factor of distance and eyesight. The real solution is to just use the default font size and have users adjust that to their preferences.
Re: Realtime Responsive Typography Based on Viewing Distance via Webcam
#34Neat, but this completely ignores the real reason people have trouble with small fonts: bad eyesight. The size the font needs to be is a factor of distance and eyesight. The real solution is to just use the default font size and have users adjust that to their preferences.
And the PPI of the monitor/viewing device.
Re: Realtime Responsive Typography Based on Viewing Distance via Webcam
#35The face tracking didn't work well at all for me. Maybe I have an odd face.
Re: Realtime Responsive Typography Based on Viewing Distance via Webcam
#36Neat, but this completely ignores the real reason people have trouble with small fonts: bad eyesight. The size the font needs to be is a factor of distance and eyesight. The real solution is to just use the default font size and have users adjust that to their preferences.
I wonder if, with a good enough camera, you could detect people with non-ideal vision by watching their eyes and "anti-blur" the screen in such a way that it's perfectly in focus for their eyes and head position?
Re: Realtime Responsive Typography Based on Viewing Distance via Webcam
#37Neat, but this completely ignores the real reason people have trouble with small fonts: bad eyesight. The size the font needs to be is a factor of distance and eyesight. The real solution is to just use the default font size and have users adjust that to their preferences.
> The size the font needs to be is a factor of distance and eyesight. And the PPI of the monitor/viewing device.
Re: Realtime Responsive Typography Based on Viewing Distance via Webcam
#38Neat, but this completely ignores the real reason people have trouble with small fonts: bad eyesight. The size the font needs to be is a factor of distance and eyesight. The real solution is to just use the default font size and have users adjust that to their preferences.
I wonder if, with a good enough camera, you could detect people with non-ideal vision by watching their eyes and "anti-blur" the screen in such a way that it's perfectly in focus for their eyes and head position?
Re: Realtime Responsive Typography Based on Viewing Distance via Webcam
#39Love the idea though!
Re: Realtime Responsive Typography Based on Viewing Distance via Webcam
#40Great idea, a couple of small improvements would make it even better: * Use a moving average, to avoid flickery transitions * Animate the text to the target size rather than changing in steps. This would mitigate the flickering problem too.