Augmented Reality Holograms with Live Data Integration (4/5/2015)

Today I successfully parsed my sensor data frames from my Raspberry PI system into an array, so that I can assign individual values to specific parts of my 3D holographic interface.
I used .split(','); to parse my string into an array.
I also changed the URL to a public variable, so that I could easily edit the base within the GUI.
Now, when I look at the image target, I can control the specific data point I want to display!
In order to get individual data points displayed in individual locations, I had to create an array of components of the children of the parent object with the script, and then assign the correct block of the array to the correct child's text mesh.
Once I did that, I then created the children text meshes, and put them in unique locations.
Now, I can control where I want each live data point to be displayed!

Comments