Tagged Questions

Processing is an open source programming language and environment for people who want to create images, animations, and interactions.

learn more… | top users | synonyms

10
votes
1answer
2k views

how to extrude a path in 3d?

I'm trying to extrude a path in 3d. Nothing fancy yet, just following some points and using a regular polygon for 'tubing'. I'm using Processing for now to quickly prototype, but will later turn the ...
8
votes
3answers
467 views

Extract human sound from a wav file using java

I am working on a project where I have to extract the human sound from a audio .wav file using java. The audio .wav file may have 3 to 4 sounds like dog, cat, music and human. I will have to ...
6
votes
2answers
294 views

Save a Processing sketch to a PNG file, server-side with no GUI/display

I'd like to use Processing to render a visualization on the server side (headlessly, with no GUI). The Processing sketch is static (i.e. does not animate), so I only need to grab the first frame, and ...
6
votes
10answers
3k views

Best book to learn the Processing programming language? [closed]

I am a programmer interested in learning Processing (the programming language). The main Processing site is obviously the primary resource. Indeed they have much great information. They even ...
5
votes
2answers
29 views

How do I append metadata to an image in Matlab?

In writing some image processing routines in Matlab, I found that I don't know how to write metadata in to a newly processed and saved image. To keep it simple, my flow is as follows: image = ...
5
votes
1answer
83 views

Data analysis for inconsistent string formatting

I have this task that I've been working on, but am having extreme misgivings about my methodology. So the problem is that I have a ton of excel files that are formatted strangely (and not ...
5
votes
3answers
105 views

Best way for Processing to display graphics on a custom built remote display?

The goal is to use Processing as a scripting environment for creating graphics and to have the output display on a custom display device that is something like an LED light panel. The server running ...
5
votes
1answer
63 views

Is there a .net framework to assist in this scenario?

I have a requirement to process a lot of data on nightly basis. I have a network of semi trusted PC's, intranet - nothing external, mostly desktops - but also some servers. My initial thought was use ...
5
votes
2answers
178 views

replace elements in a matrix according to the coordinates in matlab

I am curious about what is the best way to do this: assume I have a 10x10 zero matrix and I want to replace the zeros with ones with the known coordinates, in the beginning I am thing about write a ...
5
votes
1answer
687 views

Processing Android camera frames in real time

I'm trying to create an Android application that will process camera frames in real time. To start off with, I just want to display a grayscale version of what the camera sees. I've managed to extract ...
5
votes
2answers
931 views

implementing Image stabilization opencv, c++

Today, I have lots of question and I need any kind of help, even in some parts of my question. These questions are really urgent to be answered so please try the best with me. I'm working on Image ...
5
votes
3answers
418 views

signal processing: C++ vs C#

I would like to build my own signal processing library, and possibly another one about graphs algorithm. I find C# very useful and robust in regards of possible bugs associated with memory allocation, ...
5
votes
5answers
633 views

Best dynamic languages for OpenGL/general graphics

Which are the most mature and well supported solutions for writing graphical programs? I have been using C++ with OpenGL/GLUT, but would like to try a more flexible and expressive approach. Ruby and ...
5
votes
3answers
180 views

Processing / .NET interop?

I'd like to call into a .NET assembly for some data and library functions from a Processing user interface. What's the best way to achieve this? Expose a web service? A RESTful API? Some godforsaken ...
4
votes
1answer
58 views

R Methodology: Control and I/O between laptop R and large computational servers

This is a general methodology question regarding R as means to: set up and start jobs on remote computational platforms for various intensive modeling tasks, then acquire data from these remote ...
4
votes
1answer
57 views

Reading data from 4 static CSV files in Android : Best Approach?

I have 4 static CSV files containing data. Each file is around 1.1 to 1.5 M each . I want to read the data from these files and let the user select which file and what information he needs from that ...
4
votes
1answer
781 views

c# Detect Rectangles in Image

I'm looking to detect and get a array of Rects, one for each rectangle, in the image linked below. How might I do this in c#? Basically I'm trying to scan the image taken of the screen and parse the ...
4
votes
1answer
180 views

How could I program a spider's walking movements?

I'm programming a spider that should have realistic movement. Currently I'm using this site as reference for how the legs should move, but I'm unsure how to implement it. ...
4
votes
1answer
79 views

CPU Utilization and threads

We have a transaction intensive process at one customer site running on a quad core server with four processors. The process is designed to take advantage of every core available. So in this ...
4
votes
2answers
494 views

Processing & OpenGL - Changing the camera position?

I'm doing a small project where I plot data sets onto a world. I've got the plotting done. Now I want to implement camera movement. I have some code where if a user holds down c and drags the mouse, ...
4
votes
4answers
525 views

Processing vs. (plain) Java

A lot of people in my lab use Processing. Certainly their work is cool, but I wonder what is the advantage to using Processing over plain old Java? Does it let me do things that I otherwise would be ...
4
votes
4answers
907 views

Empty an array in Java / processing

(Warning - possible n00b question alert!) Other than looping through each element in an array and setting each one to null, is there a native function in Java / processing to simply empty an array ...
4
votes
5answers
1k views

How is 'processing credit card data' defined (PCI)?

If i have a web application and i receive credit card data transmitted via a POST request by a web browser over HTTPS and instantly open a socket (SSL) to a remote PCI compilant card processor to ...
4
votes
2answers
312 views

open source language recognition library?

hy, im searching for a lib which can recognize the human language of a .txt document i already found http://www.google.com/uds/samples/language/detect.html but im more interested in source code which ...
4
votes
3answers
190 views

Designing file processing that handles many file formats, parsing, validation, and persistence

If you had to design a file processing component/system, that could take in a wide variety of file formats (including proprietary formats such as Excel), parse/validate and store this information to a ...
4
votes
2answers
577 views

When to use Processing language?

When it comes to online or desktop presentation we've options like actionscript, java, picolo, flare, prefuse. Now choosing a perfect language for needs is subjective and depends on project. But if ...
4
votes
4answers
1k views

Is there an equivilent of C# Anonymous Delegates in Java?

In C#, you can define small pieces of code called delegates anonymously (even though they are nothing more than syntactic sugar). So, or example, I can do this: public string ...
4
votes
4answers
3k views

HTML5 canvas with Processing vs. Pure Javascript

I have some data visualization animations I want to do in a webapp I have and am considering different alternatives I have. It will basically just be moving around text strings in a pretty way. I am ...
4
votes
1answer
255 views

How to animate a window with Processing?

I am using Processing to learn programming and wondered if there is a way to make an OS window grow, shrink, make it transparent or give it round edges. As far as I know Processing uses Java's Frame ...
4
votes
4answers
1k views

Proper way of cancelling accept and closing a Python processing/multiprocessing Listener connection

(I'm using the pyprocessing module in this example, but replacing processing with multiprocessing should probably work if you run python 2.6 or use the multiprocessing backport) I currently have a ...
4
votes
1answer
865 views

Weird random data being sent from Arduino to Processing

I'm trying to read data from a photocell resistor and my Arduino Decimila and then graph it in real-time with Processing. Should be painfully simple; but its growing into a little bit of a nightmare ...
4
votes
10answers
526 views

How would you approach this data processing task?

I have a file containing 250 million website URLs, each with an IP address, page title, country name, server banner (e.g. "Apache"), response time (in ms), number of images and so on. At the moment, ...
4
votes
4answers
217 views

Varying Colors in Processing

I've been working on porting some of my Processing code over to regular Java in NetBeans. So far so well, most everything works great, except for when I go to use non-grayscale colors. I have a ...
3
votes
0answers
70 views

Beginner - Programming Breakout in Processing for fun but not getting anywhere [closed]

I am trying to write the following game in processing for fun. But there are a couple of functions I just can't seem to do right. Would appreciate a fix for them. The functions in question are, ...
3
votes
1answer
94 views

How to access samples in an audio file

I'm making an iPhone app which lets the user design an audio filter and test it on some recorded sound. I try to do the following: I create two audio files called "recordeAudio.aiff" and ...
3
votes
1answer
119 views

How to capture video with audio from webcam in Processing

I'm trying to capture video with audio from a webcam using Processing. I'm able to capture video using Processing's video library but there's no way of capturing audio along the video with that ...
3
votes
2answers
108 views

How to wait for a thread to finish before another thread starts in Java/Android?

Let's say I've got this very simple code: for(int i = 0; i < 10; i++) { thread = new Thread(this); thread.start(); } However, in this code, the thread apparently starts 10 times at ...
3
votes
1answer
87 views

null pointer exception: scalar extension of a java class

I'm playing around with using Scala for my processing projects. I've extended the Rect class from ToxicLibs, but I'm getting a null pointer exception when I try to call rect(toxi.geom.Rect r) from ...
3
votes
2answers
99 views

How to calculate the statistical mode in Processing / Arduino

I'm a design teacher trying to help a student with a programming challenge, so I code for fun, but I'm no expert. She needs to find the mode (most frequent value) in a dataset built using data from ...
3
votes
1answer
159 views

Communicating serially through arduino xbeeshield

I have a ladyada xbee adapter on the computer side and an arduino xbeeshield which I am trying to communicate with over wireless. Both xbees are configured correctly in that I can receive data from ...
3
votes
2answers
76 views

Java int equality inconsistency? [closed]

This is driving me insane because it completely violates my attempts to de-buggify it: int k = keyCode; //keyCode being a variable declared by a keyPress //in the Processing library //k and keyCode ...
3
votes
1answer
1k views

Decoding and Rendering Video on Android

What I need to do is to decode video frames and render the frames on a trapezoidal surface. I'm using Android 2.2 as my development platform I'm not using the mediaplayer service since I need access ...
3
votes
4answers
172 views

bouncing balls never stay calm on the ground

I try to create a very simple physics engine for my study (processing used for a interactive installation). The target is to have a ground covered with balls that you can throw around with gestures ...
3
votes
4answers
291 views

Remap or Map function in Javascript

Of late, most of my programming experience has been in Processing, and more recently I have been wanting to branch out a little deeper in to some Javascript, since they are slightly related. I was ...
3
votes
4answers
436 views

Create Output file with multiple lines (Python)

I have an file with a specific data I would like to pull. The file looks like this: DS User ID 1 random garbage random garbage DS N user name 1 random garbage DS User ID 2 random ...
3
votes
2answers
198 views

Processing - interactive graphics editor

I'm involved in developing a free on line academic instructional tool which can be used by students of VLSI Engineering. I have decided to use Processing to develop the program. Central to the ...
3
votes
1answer
2k views

Image processing with Android Camera

I want to use the onPreviewFrame to post-process the image before displaying it to the user (i.e. apply a color tint, sepia, etc). As I understand, the byte[] data returned to the callback is encoded ...
3
votes
3answers
433 views

Processing: How can I improve the framerate in my program?

So I've been working in Processing for a few weeks now, and, though I'm not experienced in programming, I have moved on to more complex projects. I'm programming an evolution simulator, that spawns ...
3
votes
2answers
566 views

Collision Avoidance Example or Help

I have been trying to find a collision avoidance example that I can adapt and use for a game I am working on. It will be used to model a skier's movements to avoid trees on the hill. I am basing the ...
3
votes
2answers
728 views

Using the serial monitor in the Arduino IDE (why is this working?)

I have a peculiar problem with writing to serial on an Arduino. I recently changed boards in a project from the Duemilanove to the Mega2560. Part of my code does very simple serial reading from a ...

1 2 3 4 5 10