Shifftmans' box2d
Hello all, I'm new to processing thanks to Shifftman;'s tutorial and I got stuck on installing box2d for processing. Can anyone tell me exactly what should I do to install this lib? Thanks in advance,...
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 ArticleUsing IP CAMERA with processing 3 (IPCapture)
Please read the Update note below hi all , i want to receive video from ip camera , sadly i don't have ip camera , but what i have is old android device , so i installed an app called ip webcam for...
View ArticleHow to get osc5 ALL name of players variable ?
How to get osc5 ALL name of players variable ??
View Article[ControlP5] reset variables using Slider
is there a way to reset different variables values when changing a slider value? i mean, i have like a rectangle and have 5 different animations for it, the slider is the controller that changes it....
View ArticleHow to use gif as background
I loaded the gif but it freezes after the first frame PImage fightbg; void setup() { fullScreen(); fightbg = loadImage("fightbg.gif"); } void draw(){ background(fightbg); }
View ArticleTo create a real time graph
Hello all, I am writing a graphical representation of movement/rotations of a motion sensor. I am able to write the code to print the values and graphical representation of rotation of sensor. But now...
View ArticleLive Slitscannig with Webcam
Hi guys, I'm trying to do an interactive project involving a live Slitscanning using my Mac camera but I would like to stop the process and save/export the visual after each 15-20 seconds. Do you have...
View ArticleProcessing + Spout - Error - Unknown Code: glCheckFramebufferStatusEXT...
Dear Community, I have been using processing 3.3, Spout for processing 2.0.6.0 . All my code was working well until my system did a n unto update. Now when I run my code and try to spout - I get an...
View ArticleMachine Learning in processing?
Hi there! You hear about neural networks from almost everywhere now. Curiosity suggests me to try it. As I know processing, I thought I can for example write some simple game like arcanoid, and leave...
View ArticleSound library crash on Windows 10
Hi I'm working normaly on mac but I have to run one of my project on windows 10 and all the sound library part crash directly. Do yuou know why? even the simplest test crash... import...
View ArticleRandom video player freezes after two hours
Hi everybody For a project I programmed a random video player using the processing video library. If the space bar is pressed a random video is played. After that the player plays a video in a loop...
View ArticleMaxLink to oscP5 conversion (Comunicate from Max/MSP to Processing)
Hi to all, i've put this topic also in cycling74 forum because i don't know if it is a properly max/msp or processing question, anyway: I'm starting to learn how communicate with Max/MSP and...
View ArticleRedraw background with images
Hey guys :) I could use some help with the following code. It's basically a music visualizer. I want it to be on top of a background picture. The problem I have is, that if I want to "erase" the...
View ArticleWhat's happen with sound library?
I just install processing 3;3;6 on a brand new mac and on a brand new PC with the last version of java (8.144) and the last version of the sound library (1.4). Each time a launch a simple code using...
View ArticleLoading External PDE
Hi guys, I have written an application using processing and I'd like to enable it to read PDE files that a user copies in the sketch folder. I've read some threads on using the Java classloader and...
View ArticleFrame interpolation using motion vectors
Hi, have you maybe come across any libraries or code for frame interpolation using motion vectors? I want to increase the framerate of an offline 3D render, from which I have already output good...
View ArticleExporting a video of foreground pixels
Hi everyone, I am doing a project about person extraction and background subtraction. I am going to export a video of the foreground people. Learnt from Daniel Shiffman, now I could get the pixels of...
View Article2D on top of 3D
This seems like an easy question to answer but I can not figure it out. I am attempting to draw a 2D GUI on top of a 3D sketch. I am using PeasyCam in order to move around in 3d Space, so my position...
View ArticleMovie playback in Linux Ubuntu 16.04
Hello there. I'm trying to use the movie examples, but I can't get it to work. I had similar problems when using capture, but installing some libraries related and from gstreamer, I managed it to work....
View Article