I have to make buttons on a 3D shape
Hello, I have a code with a 3D shape loaded, it's and obj file and I'm using peasy cam to move it, now I have to make some buttons on the 3D shape but this is going to be moved so I would need that the...
View ArticleHow to make spheres stay green?
Hello, I'm developing a program in which I have red spheres that when clicked they change their color to green but when you click in another place, they turn back to the original color. What I need to...
View ArticleI have a problem with 3D and 2D things using peasycam
Hello guys, with the help of Chrisir i'm developing a program that you have a 3D shape and it's allows you to click on the parts of the shape and each part shows you some information. The problem is...
View ArticleHow to make a button with relative position using G4P
As the title mentions, i need to change the position of a button when the size (width and height) changes. is this posible?
View ArticleHorizontal flip on Blob Detection library sketch
Hello, I am using the BlobDetection library for a project and I would like to be able to flip the resulting video horizontally (so that it is like a mirror). I have so far only been able to flip the...
View ArticlePixelFlow video frameRate
Hi, im using pixel flow to apply some effects in a video. The fps of the video is 24, when i saveframe the fps of processing is 1.2. and when i make a movie in 24 fps again, the video see like a lot of...
View ArticleWhere to start: Music Visualization, possibly from Spotify
Hi, I am new to programming. I have basic knowledge of processing. I am trying to create a music visualizer using minim library. Ideally, I want to pull random music from Spotify ("HTTP requests for...
View Articlecapturing video library
Hello, I tried to use this library https://processing.org/reference/libraries/video/index.html It says: "A library relies on native code that's not available. Or only works properly when the sketch is...
View ArticleImage Recognition
Hello guys! I'm looking for ways to make a new code for Image Recognition. The project will be as follows: There will be a camera which will be sent photos to the server from some kind of tubes. each...
View ArticleWant the minim sketch to follow or trace after mouse
Hello. I would like to have the centerX and Y to move after the mouse with a small delay. Not be fixed as it is now. This movement is independent of the sound file. I have tried to insert an if...
View ArticleHow to control size of drawn shape with controlP5
Hello, I'm new to the Processing and would love to know how to change width of the ellipse after it has been already drawn with a mouse, using slider from cp5. This is my current code which changes...
View Articleprocessing.video - Listed camera with Capture.list() but never available
Hi, I try to display an high res stream of a webcam. When I list all available cameras the result is : name=Lenovo EasyCamera,size=1280x720,fps=5 name=Lenovo EasyCamera,size=1280x720,fps=30 name=Lenovo...
View Articlelights and Shapes3D library
lights() adds light to the opposite side expected on the tubes I create with shapes3D. The box and sphere have the expected light. If I add scale(-1, 1, 1); to the tubes, the light appears correct...
View Articlehow to update an old twitter search api code if i havnt used it for three years
hi all, I really need help. I haven't used processing for three years and my mind is totally blank on how to update this old code i wrote and make it run on my new computer and with whatever changes...
View ArticleYAML in Processing?
Are there any example code / are there any recommended libraries for parsing YAML in Processing? I am aware of loadJSON() etc., in the reference / API, but would greatly prefer to add YAML headers to...
View ArticleNeed to test my mmo rpg fighting game for bugs
Hey guys i need to test my game that is using oscP5 library i really cant test it in my house because i dont have a second pc so can someone please test it with me using hamachi? thanks network name:...
View ArticleHow to capture image or footage from an online webcam
Hello all, I've seen lots of info about capturing from a local webcam but never from an online webcam. If anyone has any info on this, it would be much appreciated. Thanks!
View ArticleHow to Capture, Read, and Display a still image in a single program
Hello, I'm currently writing a program that begins with taking a still image with the program, and then loads the still image in the same program for a sketch utilizing the still image as a background....
View ArticleHow to make background, strokes, and fills change colors based on an audio...
I've been playing with this code for a cube morphing size and shape and I would like to have the colors of all the objects and backround, change based on an audio input. sort of like a music visualizer...
View ArticleTwitter Streaming API
Does anybody have experience with the Twitter Streaming API? I managed to use the Search API with twitter4j,but I can’t find any running examples or tutorials on how to use the Streaming API…
View Article