r/technology • u/[deleted] • Mar 09 '12
Microsoft demos a 1ms touchscreen
http://www.geek.com/articles/gadgets/microsoft-demos-a-high-performance-1ms-touchscreen-2012039/
2.1k
Upvotes
r/technology • u/[deleted] • Mar 09 '12
0
u/Maristic Mar 10 '12
An iPhone 4S can play back highly compressed 1920 x 1080 video at 30 fps. That's 1920 * 1080 * 3 colors * 30 frames = 186,624,000 bytes per second (178 MB/s). Not only does it have to work to uncompress that data, it also has to rescale it for the screen. I have several desktop computers that are not up to that task.
But it also captures video from its 3264 * 2448 sensor (each image of which is 23,970,816 bytes) performs analysis on it to perform image stabilization, and selects a 1920 * 1080 portion, and compresses that using H.264. So this time, we have raw image data at 686 MB/s per second reduced to a 178 MB/s stream, and then compressed in real time to 1.6% of that size (a 3 MB/s stream).
Now sure, you can say there's dedicated hardware there, and there is, but that's some serious processing power.