Problem about my network pong
Hello everyone, First, i want to apologies if i make mistakes with my english, i'm french. So, here is my question : when i lunch my " server program " everything is ok, but when I lunch the " client...
View ArticleReliably send images over net
Hello, I’m trying to transfer images over net between Processing-sketches on different computers. I’ve been making making some small test sketches to test this out. I’m using built-in java library to...
View ArticleHow to fix this? Split function
Hi, I'm new with Processing and I have a problem when I try to split the data that I receive from the Serial Port from Arduino. I want to upload the data received into a database but the code doesn´t...
View ArticleControlP5 ListBox problem in Processing V3
Hello I'm new to Processing and I am using V3.2.4. I need to display a ListBox from the ControlP5 library with several text entries in the list and depending on which list item is selected I need to...
View Articlehow to draw a waveform for an entire sound file ?
Hello, I would like to draw the waveform of an entire sound file. I have seen the example from the documentation, but this is an osciloscope, which works with a buffer, whereas I would like to draw for...
View ArticleAnimated Gradient Colour Responder
This project needs an animated gradient, responding to an ambient colour every 5 seconds. I am having difficulty getting the gradient animation to respond to color as seen by the laptop camera. The...
View ArticleWhere is toxi.geom? I can not find it anyware.
I am trying to install Processing for the MPU6050 and MPUTeapot. MPUTeapot uses the library toxi.geom. But I can not even find the library.
View ArticleInstalling processing 3 with Maven
Hi. It's my first time with Maven. I searched for tutorials on installing Processing with Maven and I saw a couple but they are like outdated. What I'm trying to do, is adding this dependency to my...
View ArticleMySQL, - Please let me know why I get an error.
Code : /** * MySQL example 1 * github.com/fjenett/sql-library-processing * * created 2005-05-10 by fjenett * updated fjenett 20130718 * tested with Processing 2.0.x */ import de.bezier.data.sql.*;...
View ArticleIs there a more effective way to send coordinates than through split() or...
So I'm trying to send coordinates between four players through a server using the networking library, and currently it seems like the easiest way to do that is to send a string such as: positions= 0 +...
View ArticleFlickering of graphics drawn over video
I'm having trouble with some code that I've patched together. I've managed to get this to mostly work, but when it runs the toplayer graphics over the video flicker, I think while the video updates. Is...
View ArticleI'm trying to attach music files to text, but my .txt file isn't populating...
I have dragged it and it has the same exact name file.
View ArticleNET/SERVER/CLIENT - DATA transmission
Hi, Are you all well? I wish you all good things. I am really curious. I want you to help me. NET library (or something) → I created a server. Message communication between server and client works...
View ArticleG4P dropList
Is there a way to dynamically populate the G4P dropList control ? I would like to populate it with the Serial.list() function rather than using a text file. Also, I'm using the gold color scheme and...
View ArticleTUIO library on processing with mac
Hello there, I started a new little project and got stuck right at the beginning. I downloaded the zip file of TUIO, decompressed it and then i copied the folder and put it inside the libraries...
View Articleprocessing.org-site / libraries
The "most pixels ever" library is represented two times on the library page. Here shown on an iPhone. Just thought I would let you know :)
View ArticleError with any sketch using sound library
Hi all, I'm new to processing, I've done a few tutorials, and it was working fine, but then when I tried to use the sound library none of the sketches run. I'm using processing specifically with the...
View ArticleRecreate G4P gui element to resize
I recently started using the G4P library and the GUI builder tool and they're working great. However I have encountered a problem with resizing elements in the GUI when the window gets resized....
View Articlestreaming from ip camera issue
Dear team, We have an IP-camera (foscam C1). (cgi cmds=http://www.foscam.es/descarga/Foscam-IPCamera-CGI-User-Guide-AllPlatforms-2015.11.06.pdf) we try to access the stream with Processing 3. we used...
View ArticleAnalyse a Sound File Without Playback
I read up on examples of how to use FFT functions to create an audio visualiser as the audio is being played backed. Just wondering, is there a way to analyse a sound file without playing back? For...
View Article