100% CPU utilisation when playing multiple videos using the video library
Hi, I'm trying to play some movies and sound in a processing sketch; there are 10 movies and 1 sound file - all the movies are fairly small [<=5MB]; I create them in setup and call .play() on them,...
View ArticleHTTP POST request problem
Hi everyone! I have a problem with HTTP request library. I use this code: import http.requests.*; import java.net.*; import java.io.*; import java.util.*; String API="myApi"; // Api code String...
View ArticlebRigid library for Processing 3?
I see BRigid 1.1 (http://www.lab-eds.org/bRigid) is available for Processing 2, but not Processing 3.0 yet. It is listed in the contribution manager, but it is greyed out and not available to download....
View ArticleProcessing used as an external UDP server?
I have a Processing sketch/game that I want to make multiplayer over the internet. I'm using the UDP library and it works well over the local network. I can get it to work in peer to peer communication...
View ArticleIssue with Video Export
I installed the library found here and I have ffmpeg installed- Running e.g this code a .mp4 file is created and it has an expected size. However I am not able to run the exported movie using VLC etc...
View ArticleDetecting speed of movement using a webcam
Hi guys, I'm experimenting on a webcam processing project where it detects the audience speed movement of say a hand or body. I read about optical flow. Does it allow you to capture the speed and pass...
View ArticleSVG Export library ?
Hello, Is there any good library for Processing 3 to export as .svg file like the PDF Export one ? Cheers, D
View ArticleRandom video select code.
Hi everyone! I have run into a problem with some code. The code is made so when the user presses A, S or D it will load one of three files assigned for each letter. However, when I press play it comes...
View ArticleServer - Client Sound
Hello. I want to establish a Server - Client model in Processing so that when the Server clikcs the mouse, the sound will be played in the Client window. Is it possible to do, and if it is, how can I...
View ArticleHow to remove green background from video in processing 3 ?
i want to remove green background to make my video transparent. thanks for help. Smit
View ArticleVideo Playback - Audio Dropout
Hello I have an almost finished sketch where I try to play back several HD videos in a playlist function. Everything is working just fin except hat I have audio dropouts. They are not always at the...
View ArticleAssign a list of words to a graphic?
Hello, I'm struggling to come up with a solution for the following problem: I am creating points at random locations using a for loop. The number of points created is equal to the number of tweets...
View ArticleCamera / video image slow
Hi there, I am looking into accessing the camera built into my laptop and have that feed back into Processing. I have downloaded the Video library and copied the code from the Capture Class and when I...
View ArticleHow to get a sound file to play if the amp goes above or below a certain level
Hello, I am trying to get a sound file to play if the microphone registered amplitude either above or below a certain level. I do not have any code for this and any help would be appreciated! Thanks in...
View ArticleHelp with active and static modes
import ddf.minim.*; //AudioPlayer player; //AudioInput input; Minim minim; AudioPlayer song; import com.temboo.core.*; import com.temboo.Library.Twitter.Tweets.*; // Create a session using your Temboo...
View ArticleHow to call a .jar file
Hello i would like know how can i load a .jar in .pde I know laod(mouse.png) work bur i don't if i can write load(java_t.jar) .jar is runtime version of my programe ps : sorry if i did some spelling...
View ArticleHow to upload pictures taken on webcam via processing directly to website as...
The question already kinda describes what I'm going for. I need a code to use on Processing that can upload my pictures directly to a domain automatically upon the picture being taken. The code I have...
View Articlehow to make video play till the end of its duration even if other video is...
Hello everybody, here I am again, turning to your society with a call for help. I want to make this video installation which incorporates webcam light tracking according to which I want to play certain...
View Articleproblem with the midi bus library and multiple devices
hi , i use processing 2.2.1 the midibus library and live ableton as a midi output (using loopmidi for the virtual midi connecting) i want to trigger different image in processing with different...
View ArticleHow can I make a loop inside a toggle button!
In this picture, I want that If I toggle ON the Expert Button, the up, down, left, right keys will start working and if I toggle OFF it then these keys will not work and It will be a loop so that...
View Article