I am using Simple Osciloscope from the provided library (Processing v2)
I love it, thanks to the person who made it. However I got a problem. The sketch wont plot a value on the screen unless that value is changing with every serial send. So if a value stays constant I...
View ArticleHow Can I show image on GLabel or on GTextArea in G4P from MySQL database.
Hi All, I have a GUI where I want to display some information from MySQL database. I am able to display text on GTextArea from database. But I need to displaying flag of country on GLabel or GTextArea...
View ArticleTrying to get this example working (vector soundwaves)
Pretty neat idea I found at this link: https://issuu.com/iuritrombini/docs/remix_revealing_unintended_arrangem Basically using a soundwave to generate vector points which are then connected with lines....
View ArticleGUI assistance (G4P & CP5)
Hello everyone, I recently submitted a question about my CP5 library not exporting properly [LINK] So far no responses. I can see that this category has some regular contributors, so maybe no one knows...
View ArticleUnfolding Maps: Can't initialize a map and set the size/position
Hi All, I'm relatively new at this so please be kind, I'm sorry if this is a super dumb question. I am trying to make a basic map using the unfolding maps library (which I intend to incorporate into...
View ArticleRelated to New processing 3.3.5
can someone let me know why this library is not working with processing 3.3.5 and its working on 3.3.4 ?
View ArticleControlP5: How to make labels mixed case?
I am curious about how to make ControlP5 labels mixed case, e.g. "Running" or "Paused" instead of all-caps RUNNING or PAUSED. After searching through the forum and bouncing around CP5's Javadocs, I...
View Articleabout Video Library
Hello, I'm using the video library to loop a video. The video is playing well, but I'm having this error : 2017-08-01 14:22:45.855 java[1431:871990] 14:22:45.855 WARNING: 140: This application, or a...
View ArticleIGEO installation
Hey guys, I am trying to install IGeo library and I followed the instruction on **http://igeo.jp/tutorial/getting_started.html ** but it doesn't work and I receive Verify error: Bad type on operand...
View ArticlePlaying movie clips after after another at volume 0, there's sound for a...
Hi, i'm struggling to completely mute movie clips. Here's the code (I guess the problem lies in the new_movie() function at the bottom): import processing.video.*; Movie movie; String[] filenames; void...
View ArticleSetting searching scope problem _ google map api
I'm using unfolding library for processing to retrieve some lodging infos from google map. I set the program searching and displaying the data in 20km of the specific spot on the map. But it has a...
View ArticleCamera Capture not working with MPEG streams
Dear all, For a basic Truck-PC project, I use Processing as a general interface launching dedicated programs for GPS and display data such as speed, levels,... and rear camera. The rear-view camera is...
View ArticleIssue with video player
Hello, I wrote this class dedicated to a video player. I want to read videos when I click on 3d spheres in my main tab. How should I proceed to choose my videos inside the videoList, (they have the...
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 ArticleUnfolding Maps Tutorial (How To Use Unfolding)
I combined all 17 lines of code and, while the map appears, the mouse does not generate the lat/lon coordinates as shown in the tutorial. The code is as follows: import de.fhpotsdam.unfolding.*; import...
View ArticleMULTIPLAYER/ONLINE game with TCP
How i can make a multiplayer game with sanding 'x' and 'y' ? and id .. i test this multiplayer but... with errors and big latency :( :( ERRORS: StringOutOfBounds -1 ... i dont use "frameRate(5);" this...
View Articleabout Using Drop library
hello gentlemen, I'm new to processing. and can use C little a bit. Thanks for everyone who developing processing and libraries. Anyway, I'm trying to make a program for CNC based DIY printer. I tried...
View Articlestl file reading
how can i import an stl ASCII format file in processing? and how can i slice it??
View ArticleCurrent ray tracing method
I'm back after a couple of years hiatus and would like to get going with ray tracing again. Back in the day I used to use P5sunflowapiapi and Joons Renderer. What are the best current options, working...
View ArticleArray Index Out Of Bounds Exception:0
I am having a problem with the below code - it is happening at line 72: This is the line that gets highlighted when the patch crashes. Voronoi myVoronoi = new Voronoi( points ); Has anyone any ideas...
View Article