OpenCV and track motion (moving)camera.
Hello there, Im trying to build a kind of track motion camera which moves in tilt and pan (using two servos), for a University project. Is there any possibility to do this in OpenCV? I found several...
View ArticleButton with ControlP5
Hello guys, I have a "small problem", I will try to explain ... In short, I have a (Back) button, which closes the current frame, and returns to the previous one, until the window closes, but gives...
View ArticleAudio
Como faço para comparar audioFile e audioInput? Quero gerar um grau de compatibilidade. How do I compare paragraph AudioFile and audioInput ? I want to generate hum degree of compatibility .
View ArticleUpdate data SQLite
Hello guys, Continuing with the testing database, I'm using SQLite, I now have the "next step", that is to update. How to get the code to update the data? I have this example: import...
View ArticleP8gGraphicsSVG for Processing 3?
I'm running Processing 3.0.1 and installed the P8gGraphicsSVG library. I tried executing the code given by Andreas Schlegel in this post:...
View ArticleMissing Library "javax.media"
I downloaded a code on OpenProcessing, however, cannot run it on my computer. It seems that I'm missing "javax.media" How do I solve this problem? I'm a starter in Processing. Really need to figure...
View ArticleUsing several 2D primitives as mask when masking one video out of another
Hi there, I am trying to use different moving 2D primitives to mask out a video and play it on top of another video. Here is how far I have gotten until now: import processing.video.*; Movie myMovie;...
View ArticleHow to link an sphere to a vector
Hey guys, I'm pretty new at coding and at processing so my question is a very basic one. I'm working on an algorithm to simulate the behaviour of microalgae unicellular reproduction. So first of all if...
View ArticleAndroid studio as an IDE to develop processing libraries?
Hello, maybe is a silly question. I used to work in eclipse IDE to develop my library, I'm wondering if I could use android studio to develop and continue working in my library. My library is not...
View ArticleRandom Polygons on sphere (mesh- ToxicLibs)
hi, i had saved this sketch from the old forum (this is in processing-2 but it works with processing-3 as well) import toxi.geom.*; import toxi.geom.mesh2d.*; import toxi.geom.mesh.*; import...
View Articlelego nxt lcd
Hi, is there a way to use the nxt lcd using the NXTComm library? I've been searching the documentation but I can't find anything... http://jorgecardoso.eu/processing/NXTComm/
View ArticleG4P text size
I just learning about G4P, plus, a neophyte programmer. Is there a way to change the text size withing a control, specifically, the "Textfield" control. Thank You
View ArticleProblem with P3D Processing Sketch in Processing 3 written with Processing 2
I am trying to modify a sketch, originally written in Processing 2, to be compatible with Processing 3. All of the issues that the "Errors" tab complained about have been resolved, and I am now trying...
View ArticleHow to execute an HTTP PUT
I found a couple examples of how to do an HTTP GET but nothing on how to do a PUT even in the precessing.net reference. Can anybody shed some light or point me in the right direction? Gordie.
View ArticleG4P ImageToggleButton resize?
Hi Peter, I made some nice drawings to use as ImageToggleButton, but then I realized I wanted to use them with different scaling. is there a way to resize them as you do with the normal ImageButtons?
View Articlehow to read videos .mov with alpha channel. Which compression?
hello there! I am currently trying to integrate in my sketch a series of videos with alpha channel, but I cannot really succeed. I already tried with different compressions, like Animation, Apple...
View ArticleEvents with two windows using ControlP5 + Processing 3
Hi. I have a project wich runs in two windows. One is intended to control the other. So, in the first one I'm drawing CP5 controls. But I'n not being able to handle the events in the second window. I...
View ArticleExporting an app problem in 3.03b
I'm using the gamecontrolplus library. When I export from 2.1.1 it works fine but hangs up when I export from 3.03b. Is there an easy fix for this or do we need to wait for the library to be updated?
View ArticleGood xml library?
What is a good xml library? I'm really done with the one from processing. It can't read big files. Other files take ages to load.
View ArticleProcessing 3.0.1 and usage of the SoundFile
Hi. I am working my way through "Make: Getting Started with Processing 2nd Ed". Example 13.1 involves import processing.sound.*; For me this is not working. I get "Library used ... not properly...
View Article