64
edits
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 10: | Line 10: | ||
For this project I want to visualize some of that “hidden data”, creating a generative image in real time using today’s web technologies. This so generated image should simulate the phones camera view in a lo fi way. | For this project I want to visualize some of that “hidden data”, creating a generative image in real time using today’s web technologies. This so generated image should simulate the phones camera view in a lo fi way. | ||
[[File:awaresense_concept.jpg]] | |||
=input= | =input= | ||
as input serves one or multiple mobile devices. on a simple one page they see what data they send. the following data is grabbed: | as input serves one or multiple mobile devices. on a simple one page they see what data they send. the following data is grabbed: | ||
* acceleration | |||
* light | |||
* weather data | |||
[[File:awaresense_input.jpg] | |||
=data transfer= | =data transfer= | ||
Through the websockets protocol, the data from the mobile devices is transfered in nearly realtime to the node.js server | Through the websockets protocol, the data from the mobile devices is transfered in nearly realtime to the node.js server | ||
[[File:awaresense_server.gif]] | |||
=output= | =output= | ||
Line 25: | Line 31: | ||
==overview== | ==overview== | ||
[[File:awaresense_overview.gif]] | |||
==single-device-view== | ==single-device-view== | ||
[[File:awaresense_single_device_view.gif]] |
edits