I have a string say "1234".I need it to represent integer 1234.Any idea as to how can I convert it from string to an int like unstringing the number.Please let me know.
What if you could run the processing Apps and visualization on such a 99$ computer. It would be an over kill but it would be a great computer to run real time visualizations. I have seen several Processing based projects where data is collected and visualized in a catchy fashion. I was thinking what if we take large amounts of data that is being generated real time and visualize it in Processing using this 99$ super computer. In large amounts of data and especially in critical apps visualization and efficient UI to handle could mean everything. This board could be used to upgrade the current air traffic systems with a new 3D visualization which just does not over load the computer with the graphic and UI burden. Redundancy in hardware could mean that it could handle Graphics, UI and real time data mining very well. So all those public utility systems could be upgraded with Processing visualization (which are already cool) using this 99$ computer.
This could also mean a lot for architectural visualizations and design project.
This project needs 320,000$ in just 4 days. So people make this happen and help this chip support the future for cooler UIs and visualizations using processing.
I wanted to use a processing script to use my webcam in a browser but I am not able to. I get this error in the Java console:
Exception in thread "Animation Thread" java.lang.NoClassDefFoundError: Could not initialize class quicktime.QTSession
at processing.video.Capture.init(Capture.java:167)
at processing.video.Capture.<init>(Capture.java:154)
at processing.video.Capture.<init>(Capture.java:115)
at webcam.setup(webcam.java:48)
at processing.core.PApplet.handleDraw(PApplet.java:1571)
at processing.core.PApplet.run(PApplet.java:1496)
at java.lang.Thread.run(Unknown Source)
Could someone please let me know as to what could be the problem.