Sorry but I am a little new to processing. I am wondering if it is possible to represent a live feed of stock through processing.
What I want to do is have D.R. Horton Inc stock
http://finance.yahoo.com/q?s=DHI control and then have that control the opacity or brightness of a jpg.
Does anyone have any idea how this might be possible? Thanks!
I was wondering if it is possible to use webcam in a "texture", or if not live video, a quicktime file?
for example in the processing library, there is this texture:
/**
* Texture 1.
*
* Load an image and draw it onto a quad. The texture() function sets
* the texture image. The vertex() function maps the image to the geometry.
*/
I am using moviemaker to record video. I want the file to save to the users desktop? Is there a way to do this?
ps. How can I use the same key for two different commands (keypressed). For example, I want moviemaker to start recording when the space bar is hit, and stop recording when it is hit a second time.
I am trying to upload a sketch onto my personal website. I have signed my applets and everything. The sketch works if i drag the "index.html" into safari. But when I try and put the "index.html" page onto Dreamweaver, my sketch does not work online.
I am trying to upload a sketch I wrote onto my website as a java applet in Dreamweaver.
It won't work. I think part of the problem is that my sketch uses the computer's microphone and webcam, and for whatever reason Dreamweaver won't run it. Please let me know if you have any advice or suggestions