createWriter() ouput based on time of the day
Hi I'm using the carnivore library/code to get some data of my network. I want to analyse and read as much packets as possible. For the moment I'm troubled with the ascii convertion and saving the...
View ArticleHow do I get the sound files in my sketch to loop? The sound only plays once
Hi forums, I'm needing a little guidance with a simple thing here. Not sure if it's a code problem or some of the problems I've been reading about sound files not looping. I have the most up to date...
View ArticleLive Streaming Video with recording options AND instant sampling options
Hey! My goal is to create a software tool which actively records live video, but upon clicking "Record" will segregate the video into a specific different file (the scenario is watching several...
View ArticleHow to connect IP camera with Processing?
Hi everybody. I'm trying to connect Ip camera of VISTALINE with processing but I can not get live image in sketch. Console always shows: Unable to open I/O streams: Server returned HTTP response code:...
View ArticleG4P: how to change size of a window
Hello I am using G4P's graphical builder tool to build GUI for my application. However, I can't change width and height properties of the window because the fields are fixed, thus non-mutable for...
View ArticleLibrary processing.video
How can I add the processing video library to my processing with out install using the IDE, PD: Windows I use
View ArticleHow to use P3d with contorl P5 GUI library?
****Hi, I am new to processing and am using processing 3.3.6 Wondering if anyone can help me make the GUI interface render in 2D ? The idea is to have a sphere in the middle (able to rotate with...
View Articleload multiple videos in openProcessing
I would like to make a program in OpenProcessing that can allow me to play a video, stop the video, then load an image, , and click with the mouse, either on the left or right of the screen and this...
View ArticleMedia.zip File
Make: Getting Started with Processing, 2ed page 89 refers to www.processing.org/learning/books/media.zip Are they still available; have they moved?
View ArticleHow to make my sketches react to beats?
Hi, For my performance, I created a couple sketches but I need them to visually react to music beats, how can I do that? I was after a general method to let me apply it to all my sketches like a screen...
View ArticleHow to change between sketches?
Hi, I have a long VJ performance to do and each song is fairly long and I'll need to be able to change between my sketches during it, how can I smoothly transition from one sketch to another? Thanks
View ArticleUsing a ControlP5 slider as video progress bar
Hi. I'm doing this videoplayer but I need to see the progress of the video and be able to change it or make jumps clicking on it. I tried to update the internal value of the slider in an external...
View ArticleVideo tracking for progress bar using movie and ControlP5
Hello, I have been coding a progress bar using some examples that I found. The bar is almost done but it doesn't constantly update. Can someone assist me in getting it to update while the video is...
View ArticleHow to improve sketch performance
I have a sketch that's using a few long arrays and image processing. Is there a way to make openGL render the sketch, or any other simple "trick" to improve performance?
View ArticleSound library crashing with std::bad_alloc
Hello all, I'm interested in using processing.sound.* in some projects, but the examples crash. I'm running Processing 3.3.6 on Windows 32 bit. I can include the library without error, but I get a...
View ArticleBeginRaw() - Exclude objects outside camera view
Hi, I'm exporting my 3D scene to PDF/DXF, but EVERYTHING in that scene is included in the output, including everything that is not visible to the camera. This makes sense I guess, but is there anyway...
View ArticleStrange overlapping of sprites with Sprite library, what's wrong?
Hello and good day. I work with the Sprite library by Peter Lager. My current project is a 2D platformer and I got a rly strange problem but I cant't find the exact source. I restricted the problem of...
View ArticleGreenScreen Effect for movie
I'm working on a greenscreen project right now and my task is to use a video with a greenscreen in the background. The green background should be replaced by an image. In the foreground, there is...
View Articleany method to be able to change the index in a ControlP5 ScrollableList ?
"setindex(int)" is no longer available but so usefull, is there any way to hack this important function in a scrollableList ? It is an essential tool. thank you . I would like to be able to...
View Article