Cannot end GROUP shape
My code is way too long to fit in a single post, so I put the link below https://pastebin.com/XNrFMtyY So my problem is when I use "vector_construct()" it throws the error "Cannot end GROUP shape" I...
View ArticleOptimizing color tracker
Hello, I've made this color tracker based of the Simple Color Tracking code by Daniel Shiffman, although mine tracks quite a few neighboring pixels so the tracking is beter (see attachment) this is my...
View ArticleCan't figure out how to trigger two Objects at once.
I have a simple system where I am using midi (instead of sensors for now), that trigger a very simple animation in a grid made of an array of cell objects. I've set midi pitch to trigger a particular...
View ArticleInterfascia: Clear all all GUIComponents?
Is there any way to reset the GUIController? For instance, if you had a set of buttons for one screen, but then wanted to use to get rid of those buttons and then add new ones without manually removing...
View ArticleHow to Ray Cast in Box2DProcessing
I've been scouring the internet for ages looking for a good example/tutorial on how to use the rayCastCallback() function in Box2DProcessing. The only ones that I have found are for C++ or jBox2d and...
View Articlecontrolp5 - Textfield background colour.
Hello, I simply want text on a coloured background. I'm using the example ControlP5Textfield, and I think I've tried every method set*color*. myTextlabelB.setFont(Font1);...
View ArticleCan't trigger two instances of Objects simultaneously.
I have a simple system where I am using midi (instead of sensors for now), that trigger a very simple animation in a grid made of an array of cell objects. I've set midi pitch to trigger a particular...
View ArticleToxiclibs mesh clipping
Hey all! I'm trying to perform clipping on a WETriangle mesh and I'm not sure how to go about it. Basically I want to specify a plane i.e. y = 10 where the mesh below that point is clipped off or set...
View ArticleSave frames of background subtraction capture
Hi everyone, I am doing a background subtraction capture demo recently but I met with difficulties. I have already get the pixel of silhouette extraction and I intend to draw it into a buffer through...
View ArticleHow do I mute a SoundFile but still gets its current amplitude as if it was...
I'm overhauling a system to control lights, for Christmas and Halloween, it uses multiple audio tracks to control if the light is on or not based on its amplitude. But I don't want the control tracks...
View Articlehi I have a project where i need to follow an instagram hashtag and do something when new posts with said hashtag appear on instagram. All the examples i can find which are doing anything with...
View ArticleERROR: ColorConverter: size 2478080 is not a multiple of unit size 2464000
I am using camera for my processing file and I get this message on console: ColorConverter: size 2478080 is not a multiple of unit size 2464000 Along with this message, the camera screen doesn't appear...
View Article[live synthesis] generating sound while playing it
In processing I managed to generate sounds based on a float array. The way I do so is by converting the array into a WAV file, then play back the WAV file within processing. However, every time I want...
View Article(G4P tool) G4P image button gets overlapped by another while others g4p image...
1- I created in the exact order 4 images: first, a background. second, an eye. third, an image with the "3D" word in it with cyan background color.Finally an image with the "2D" word in it with the...
View ArticleHow to add an user interface to processing project
I have project which was implemented using processing. I want to add an user interface to this project. What can i use ?
View ArticleSTT or TTS library easy and simple on all language ?? ? ?
where i can download library STT or TTS ??? Becouse iam from czech republic i want to use CZ - CZECH library can you help me ?
View ArticleI can't control when the response in the textfield.
Hello everyone, I have a little problem with my programme. I would like to control if the text in the textfield is good or not but it doesn't work. I can get the text in the textfield but when I want...
View ArticleSet specific pixels fully transparent in PGraphics
Hi everyone, I am doing a demo about background subtraction and people extraction. I already picked the foreground pixels out of the whole pixels through comparing the different pixels between the...
View ArticleIs it possible to adjust tint on a movie?
I am interested in learning how to fade tint(255,255) to tint(255,0) with a key press, and then from tint(255,0) back to tint(255,255) with a key release on a movie. I can't figure out how to do this...
View Article