Re : problem with data transmission
problem solved. i've tried to changhe the readStringUntil(10) with a simple readString and now it's perfect, but i still don't understand why it wasn't working properly also with readStringUntil(10)....
View ArticleRe : problem with data transmission
ok, i m happy for you...but read this http://www.processing.org/discourse/beta/num_1263838688.html
View ArticleRe : Null pointer exception
Appreciatte the help bud. Im pretty certain its something to do with the collision as the boolean i set to true when a collision occurs very rarely does that. Mot of the time when an element in the...
View ArticlePShape() - significant performance issues
I've implemented a class called drums, which receives an array of values (via OSC) from Max. The values are extracted and used to resize one of 8 corresponding ellipses a few times a second.When...
View ArticleRe : PShape() - significant performance issues
You should do createShape in setup, otherwise there is not much point to using it. You can translate it rotate it in draw if required.
View ArticleRe : PShape() - significant performance issues
You mean do the create shapes in the main method and then pass them into the class?
View ArticleRe : PShape() - significant performance issues
No!!!There is setup and draw....draw loops continuously so if you put createShape there you are creating it on every loop!!!
View ArticleRe : PShape() - significant performance issues
The code above is a class, not the main method (notice the lack of setup() and draw()). I've called the createShape method in setup() of the main method and pass the PShape objects into the class....
View ArticleRe : PShape() - significant performance issues
You call createShape in display unless I'm very much mistaken.......
View ArticleRe : PShape() - significant performance issues
In the code above, yes, but I'm rewriting the code as per your suggestion. Now my main method looks like this:PShape kick;float kickx = 60;float kicky = 60;Drums drums;void setup(){ size(960,540,P2D);...
View ArticleRe : OutOfMemoryError with minim
Nobody has any idea ? :(I think I get this error because I load all the files in the setup, but how can I only load one of them, and when it finishes, load another one ?
View ArticleDrawing on video captured by webcam
Hi, I know I ask a lot of question but this one really irritating me. I have googled a lot but couldn't find any solution.Question isI got a code from somewhere which can track any color picked from...
View ArticleRe : Drawing on video captured by webcam
Those who wants ...http://www.youtube.com/watch?v=krTF8m7lG8MI have done it successfully ....
View ArticleRe : Color Tracking and createGraphics issue
Do you want this ?http://www.youtube.com/watch?v=krTF8m7lG8M
View ArticleRe : How do I make the white square stay over the webcam?
Do you want this ?http://www.youtube.com/watch?v=krTF8m7lG8M
View ArticleRe : how to get processing on Linux to communicate via rfcomm
After searching high and low, I have made this work.The key issue is that processing uses the rxtx java library (RXTX-2.1-7) for serial communications.The RXTX wiki says:"rxtx tries to detect ports on...
View Articlewatch spring breakers movie free
Watch Spring Breakers Movie Online Fast Streaming. You Can Download Spring Breakers Movie Without any chargeswatch spring breakers online
View ArticleRe : Null pointer exception
Appreciatte the help bud. Im pretty certain its something to do with the collision as the boolean i set to true when a collision occurs very rarely does that. Mot of the time when an element in the...
View ArticleMotion detection in specific areas
Im trying to check for motion in specific areas. The code below doesnt work but Im unsure why, any help would be greatly appreciated. Basically Im comparing the live video to a still image. If there is...
View Article