3D wayponts with real distances and real height in order to simulate a flight...
I'm a rookie programmer , I'm trying to develop a tool with processing that receive in input a series of 3D waypoint (distance, range and angle) and than connect all this point and draw the 3D flight...
View ArticleWhy does it work this way? Need help for a schoolproject
Hey Guys, first of all, sorry if my englisch isnt perfect , because im from Germany but i will try my best :D Im working on a school project and i need to create a Musicvisualizer in 3D. Now ive wrote...
View ArticleHow can I load images from internet without knowing its URL?
Is there any way to parse links from html and load images from html? or Shoud I use any library? For example, I want to get images searched by google when I use a specific word. I saw proHtml library....
View ArticleSkip lines between and inside glyphs, perhaps with Geomerative
I need to "separate" glyphs, and also glyphs into sub-glyphs. When one glyph's done I want to skip a line, Also some glyphs that contaion "holes" will need additional skips % Just having all the points...
View ArticleUsing PShape Group with Menger Sponge
Hello all, I have this little code from the forum and I thought it would be faster to add all boxes to a group PShape instead of storing all boxes in an ArrayList. It works up to 2 but when I go to...
View ArticleHow Smooth out Noisy Video
I am reading from a camera (640 x 480 / RGB) and would like to smooth out the noise in the video so the analysis is not so jittery and rough. Is a "moving average" a wise approach if it needs to be...
View ArticleNo sound on iMac using the video library
When I play the loop example from the video library and use a video with sound then I can hear the sound playing on my macbook pro. When I play the same script with the same video on an iMac (late...
View ArticleRecognize a snare drum sound ?
Hello guys, I am doing an project where I am displaying information on a snare drum only (not a all drum kit!). My goal is to give simple feedbacks to the user using a microphone as detection tool. My...
View ArticleWhy does it work this way? Need help for a schoolproject
Hey Guys, first of all, sorry if my englisch isnt perfect , because im from Germany but i will try my best :D Im working on a school project and i need to create a Musicvisualizer in 3D. Now ive wrote...
View ArticleLINUX Combining Video and Audio - Video won't play anymore
Hello! I have been working with video and audio during a project, and when they both seemed to work properly I decided to put them together. After searching for the problem in my code, I found that...
View Articleerror when adding sound
hi, i got this error when i added the sound file stuff and i get this error: RtApiAlsa::getDeviceInfo: snd_pcm_open error for device (hw:0,3), Device or resource busy. terminate called after throwing...
View ArticleDefining Frequency Bands w/ Minim
I'm using minim BeatDetect object to analyze the incoming microphone signal. BeatDetect uses FFT. In the BeatDetect class, there are 4 functions of interest. isHat(), isKick(), isSnare() and...
View ArticleWhere do I find the net library
Hello. I feel like I'm being stupid, but I can't find the Network library. I tried looking for it everywhere on the internet and then I also thought, that it is already built in Processing and I tried...
View ArticleMinim FFT returning zero for some files
Hello, I'm writing a program which takes the FFT of various files in a folder and then writes the FFT data to a text file for a machine learning algorithim. However, for many of the files I process, I...
View ArticleHow do i disable this error showing up in console? (Don't know the ID3 code TBP)
Hi I'm using eclipse IDE and the minim library. This error message keeps showing up, is there a way to disable it? It doesn't affect my program anyways.
View ArticleQueuing Theory in Processing IDE
Have anyone attempted to build a library for Queueing Manager to do realtime animation; for example patches will continue to run and keep on updating within a period of 12hours cycle, without sound of...
View ArticleHow can I optimize Box drawing ?
Hi, I've tried to make a program that shows a 2D image in 3D, using the brightness of each pixel. So I draw a box at each x and y, the z is the birghtness. Unfortunately, the only way I've found to see...
View ArticleLine between a 2D and 3D point
Dear all, I as a part of a 3D interface that I'm working on, I would like to be able to create a line between a 2D point and 3D point. In order to understand my question better, here is a simplified...
View ArticleImage Capture
I have a usb 3.0 5MP camera with drivers Device Manager says it is working properly and I can grab images with it using the suppliers utility software so it is working properly. When I get a list of...
View ArticleCatch exception with SQL Library
Hi everyone, I'm using the Bezier SQL library, and have trouble handling exceptions. In the below code, I'm trying to connect to a database using bad credentials, which throws the exception:...
View Article