simpleOpenNi body tracking doesn't work on mavericks!
Hi, everybody, I was very surprised when I detected that upgrading to mavericks osx has not been a good idea. The collateral damage is, by the moment, the fact that when I try to run a sketch based on...
View ArticlePS3 controller on Macbook does not show up in the Game Control Plus library
Hi guys! I am trying to control an Arduino based rescue robot with a playstation 3 controller through processing, but somehow processing is not able to 'see' the ps3 controller. I did manage to link...
View ArticleVideo Library, not playing mkv files...
hi everybody, i have some big mkv files on my pc and i want to play them with processing video library, but there seems to a problem as nothing happens! i can open them with my players, so i don't...
View ArticleProcessing tts (Text to speech) with google
Hi, I am working at the Moment on a Kind of siri Software. So is it possible to use the Google api with processing for tts? I found that: https://amnonp5.wordpress.com/2011/11/26/text-to-speech/ but it...
View ArticleUsing the google calendar api
Is it possible to use the Google calender api in processig? I mean usig ical/ics in Processing.
View ArticleDoes anyone knows how can Processing compare two frequencies?
Hello I´m developing a project for my university called "The color of music". And I was wondering if there is a tool in processing that can compare the frequency of a song (that already exists) and the...
View Articlecp5 textArea multiline
Hello. I wants to show text in the Textarea ouput in mode multiline: every time I press Return on TextField input shows a different line but don't work! any solution? please : ) import controlP5.*;...
View ArticleControlP5 Library Slider
Hii, i am using the ControlP5 library with Sliders, does anyone know how can i Only show the Current Value ? i mean i want to see the Values right near the Silder only when i move the slider, and not...
View Articlehow replace the box by a text (InteractionBox)
import com.leapmotion.leap.*; int width = 800; int height = 600; color canvasColor = 0x000000; float turns = radians(360); float xRotation = 0; float yRotation = 0; Controller leap = new Controller();...
View ArticleGButton doesn't fire events in eclipse (G4P)
Hi, i'm new to this forum as well as to processing. When i try to run the G4P example "G4P_Sketchpad" in eclipse the "btnClear"-Button won't fire an event when clicked. The same code in the...
View ArticleHI, after exporting Sketch to .exe , all the stuff from G4P is not visible ???
after exporting the sketch and run the exe. All the stuff i made with the g4p is not visible in the main window. But the text and Images i wrote alone are showen. Have i had to add an extra lib or jar...
View ArticleCapturing movement in recorded video
Hi! I would like to capture movement in a recorded (not captured) video. I tried to transform a code from Learning Processing site as to match it to the recorded video - but it doesnt work, I have some...
View ArticleMarker not getting detected to display my digital box
hello everyone. i m new to processing. i need help with below code. what i m trying is that when my camera starts running it should show box as soon as the marker is shown by me for detection. But it...
View Articlesound / FFT tutorial?
Hi, I'm new to processing so please excuse the newbie question. I'm trying to work with the FFT function of the sound library, and I've looked for tutorial information but all I've found is what looks...
View ArticleHow to call an instance of an object in a new class in an IDE?
I was wondering how I would be able to call an instance of a class from the main sketch in on of the classes i have created. For example here how would I call the instance of WETriangleMesh "cave" in...
View Articlehow to find blob in processing 3X version ?
how to find blob size and width and number of blob in current version if processing ? Blob[] blobs = opencv.blobs( 100, w*h/3, 20, true ); this code works only on processing version 1.5.1. sketch link...
View Articlehow to cross-fade music
How would I go about cross-fading music in Processing? As in one piece of music slowly fades out as the next one fades in. Can this be done (somewhat) easily in Processing's Sound library, Minim, or...
View ArticleG4P Events Have Stopped working in 4+ And Processing 3
I recently upgraded a project to Processing 3 (latest), and upgraded G4P to 4.1 (latest). Now all my event handlers that are added with calls to addEventHandler have stopped working. I tried adding the...
View ArticleJava API wrapper/library
I want to use this APIs from Algorithmia but I can't find anything related in the libraries. They have documentation for Java in...
View ArticleMirroring Capture help
How do you flip/mirror a video? Below is my code, where I am trying to get the video to play a mirrored image on processing using "int loc = (cam.width - i - 1) + j*cam.width;" Where I translate the...
View Article