Newbie, Making different gestures on leap motion
Hey, Can anybody help me to write a new gesture for the leap motion library. or at least give me some direction for writing a new library. :)
View ArticleDeprecated Method In Unfolding Maps - What does this mean?
In my own sketch and in examples that come with Unfolding Maps, the method "ZoomAndPanTP (...)" generates a comment that the method is deprecated which I take to mean should not be used but its not...
View ArticlePress a key to make a video glitch.
Hello, So I am very new to processing (I started doing stuff a couple of weeks ago) and I am trying to work on an art project. It is super simple, really...All I need to do is have the webcam running,...
View ArticleUnfolding Maps Example Not Working - Why?
The example that I am using is listed below. Its the second example in learning Unfolding Maps. The program compiles (Processing 3.2.3) without error and loads with the following messages: Unfolding...
View ArticleMy screen in choosing mess up
I dunno why when the user finish the game and will be at the score screen then suddenly when going back to choose menu screen it mess up and somehow it will skip the game it is Logic problem? import...
View ArticleCan Minim play more than one song at the same time?
Hi everyone! I was wondering if you guys know if minim could play more than one song at a time? I am trying to use an fsr sensor to detect when someone is pressing on a certain area of a mouse pad...
View ArticleUsing Minim to create 3 playlists to play based on input from arduino
import ddf.minim.*; import ddf.minim.analysis.*; import ddf.minim.effects.*; import ddf.minim.signals.*; import ddf.minim.spi.*; import ddf.minim.ugens.*; import processing.serial.*; Serial myPort; int...
View ArticleProblems with saving every frame from videostream with dropping framerate
I got a sketch like below. I want to save every frame from the video but the framerate is dropping and processing only process every fourth frame from the videostream and saves it with saveFrame. How...
View ArticleImporting .java library
I am trying to import a library: https://github.com/jotform/jotform-api-java It is clearly not made for processing. Right now I am placing all my 3rd party libraries in a code/ folder because: 1)I will...
View ArticleHow to visualize agent's movement from GPS trajectories
Hi I have a dataset of 10 cars each with its own GPS trajectory in Melbourne. Each trajectory is the set of spatio-temporal points where each point is associated with X,Y and time stamp. X, Y are...
View ArticleMisterious missing curly bracket, or array initializing issue?
Hi guys, I'm new to programming and I've been trying to figure out my mistakes on my own, but I couldn't quite understand this one. It seems that I'm having a problem to initialize a PVector Array...
View Articlemap knobs and buttons from a midi controller to parameters
I'm trying to map a midi controller to change parameters in my sketches. I've installed the ControlP5 library. It seems to have everything I need to make gui buttons and knobs, but how do I map midi to...
View ArticleHow to make a generative visual react to sound
Hello, I am kind of new to Processing. What I am trying to do is to make this generative visual react to sound. For now the visual is reacting to the mouse movements, but I would like it to take input...
View ArticleTrying to create multiple arms, with differente segments size, using...
Trying to create multiple arms, with different segments size, using controlP5 Library to create a easy 'robot arm drive simulator', but the code only work if all arm are equal in segment size. If not...
View ArticleHow to make a music visualization ?
Hello, I want to know how to make a music visualization that has lines moving along with the beat that looks like a heart-monitor movement. I also want to know too if the song name appearing on the...
View ArticleError waited 5000ms
Hello I quite often have this error for quite a while since I'm using the librairy Beads (wich is up on date). Here is the error I get java.lang.RuntimeException: Waited 5000ms for: <439eac3d,...
View ArticleHow can I (quickly) retrieve video frames one at a time, indexed by...
I am trying to synchronize an animation and video and save the output as a new video. The animation is based on data collected at arbitrary times, roughly at 20 fps (but not close enough to look right...
View ArticleSerialize audio input
Im sending video frames over a network as compressed pixel raster, i would like to add audio information too, im using minim and for now i can record a wav file and send it, but i would like to...
View ArticleSubscribe ZeroMQ?
Hi. I would like to read as subscriber data published using ZeroMQ. Is there any stripped down example to do this? Thanks for any hint.
View ArticleProcessing + Spout - Error - Unknown Code: glCheckFramebufferStatusEXT...
Dear Community, I have been using processing 3.3, Spout for processing 2.0.6.0 . All my code was working well until my system did a n unto update. Now when I run my code and try to spout - I get an...
View Article