Quantcast
Channel: Processing Forum
Browsing all 1768 articles
Browse latest View live

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 Article


Re : problem with data transmission

ok, i m happy for you...but read this http://www.processing.org/discourse/beta/num_1263838688.html

View Article


Re : 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 Article

Image may be NSFW.
Clik here to view.

PShape() - 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 Article

Re : 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 Article


Re : PShape() - significant performance issues

You mean do the create shapes in the main method and then pass them into the class?

View Article

Re : 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 Article

Re : 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 Article


Re : PShape() - significant performance issues

You call createShape in display unless I'm very much mistaken.......

View Article


Re : 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 Article

Re : 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 Article

Image may be NSFW.
Clik here to view.

Drawing 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 Article

Image may be NSFW.
Clik here to view.

Re : Drawing on video captured by webcam

Those who wants ...http://www.youtube.com/watch?v=krTF8m7lG8MI have done it successfully ....

View Article


Re : Color Tracking and createGraphics issue

Do you want this ?http://www.youtube.com/watch?v=krTF8m7lG8M 

View Article

Re : How do I make the white square stay over the webcam?

Do you want this ?http://www.youtube.com/watch?v=krTF8m7lG8M

View Article


Re : virtual drawing

Do you want this ?http://www.youtube.com/watch?v=krTF8m7lG8M

View Article

Re : 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 Article


watch spring breakers movie free

Watch Spring Breakers Movie Online Fast Streaming. You Can Download Spring Breakers Movie Without any chargeswatch spring breakers online

View Article

Re : 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 Article

Motion 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
Browsing all 1768 articles
Browse latest View live