How to know that video play is over
I want to reset to the initial processing at the end of this video, however , there is no way to know when the video ends How should I want the end of the video to initialize all variables and to turn...
View Articlecarnivore unable to detect the devices
Hi, I have been trying to use the carinover library which I got from here - Library . Can anyone help me to fix this? Some relevant information - I am using ASUS X450J windows 10 64bit. Running the...
View ArticleSet a G4P TextField to not-editable
Hello, I have a very short question: Is it possible to set a G4P TextField to not-editable? Regards, Daantje
View ArticleHow to import javax.media.opengl in Processing 3.0 ?
Hey! I'm trying to run the example of MSAFluid "MSAFluidDemo" in Processing 3 and give me the error: The package "javax.media.opengl" does not exist. You might be missing a library. The same example...
View ArticleWhich video codec should I use, I need video to play at various speeds,...
.. and I have red that h264 is not good for playing backward. I am exporting material from Premiere Pro CS6, my source material is full HD, 1920x1080 59.97fps. mov. Please help.
View Article3D mesh or surface from point cloud
Hi, I'm trying to generate a surface from a point cloud in Processing that I generate using the point() function, how can I do that? Is there a processing library to do this?
View ArticleEmulate rotate.
Hello. I need to use the rotate of the Peasycam and/or Punktiert. Only that instead of the real mouse drag, I need to map the hand gestures read by a kinect. Ie, I move my hand, the kinect reads the...
View ArticleFramecount*i
Can someone explain this framecount*i,and how it is used in the sketch.Because when i put out i,from the equation the vertices dont move independently.Thanks in advance import peasy.*; import...
View ArticleHas anyone successfully exported a Processing app using Simple-OpenNI on Mac...
Has anyone been able to successfully export, then run, a Processing app using Simple-OpenNI on Mac OS X? I've tried essentially every trick and suggested fix that my Google search skills could find....
View ArticleCompiling and running an application using SimpleOpenNI library fails to...
I have a mac osx 10.8 and I am using SimpleOpenNI library that is giving trouble when compiling an application. When just running the processing sketch, it runs no problem. But it won't work with a...
View ArticleMost efficient way to simply display video?
I exported the Loop example I found in the examples of the Video library, and that ran quite smoothly on my old computer. However, I need the video to be fullscreen, so I increased the size of the...
View ArticleVHS Tape Distortion
I've been feeling really inspired by videos like this: Most of the elements in the video seem very straightforward to make; a bunch of lines / rectangles. The color distortion is the challenging part....
View ArticleImage generating code hangs up
Hi all, i have the following code which seems to me alright: import processing.pdf.*; import processing.serial.*; Serial myPort; // Create object from Serial class int layers=24; int switches; byte[]...
View ArticleHow can i use an image inside of an simple point marker
Hi Im really new in programming and im trying to use an image.png like a parameter of a draw() method of simplePointMarker (PGraphics pg, float x, float y) and i cant figure how i suppose to do it i...
View ArticleERROR on updating any library through contributions manager
Whenever I try t update a library through the contributions manager, it simply tells me this: Could not move contribution to backup folder. Now what the is supposed to mean? Honestly, can't you guys at...
View ArticleLooking for video tutorial for movie file
So I have seen a lot of tutorials with live web cap (the capture event) and a lot on how to play video files on processing. I am looking for a tutorial on how to manipulate video with processing....
View Articlereset position if inside shape
hello,again,i have made this code,with a 3d model,the model starts dismorph after 100 frames.I have a box shape that is moved with mouse,i want when ever the vertices be inside the box,to reset their...
View ArticletoString method not working in JSONObject to string conversion
Hello toString method not working in JSONObject to string conversion .can any one help me how to convert JSONObject to string.
View ArticleHow to convert filename to string, change it, then make it filename again?
I have video files in folder, they are named with numbers 1001.mov, 1002.mov, 1003.mov etc How can I extract the number part, then change it and make that new value filename again? I was reading about...
View ArticleMovie2Serial @#$#@$@#$ Errors!!
Get these same errors on different machines with variations on this code which leads me to believe there is something very basic that's wrong with our code!! ERROR / OUTPUT : Serial Ports List:...
View Article