Quantcast
Channel: Library Questions - Processing 2.x and 3.x Forum
Browsing all 2896 articles
Browse latest View live
↧

Problem with "Sound" library

I'm trying to run the example in the documentation for the "Sound" library (https://processing.org/reference/libraries/sound/SoundFile.html) but I'm getting an error. I'm running v1.3.2 of the library,...

View Article


Using camera within eclipse

Im using Camera class from video library in an eclipse project, while it works fine within that particoular project when i try to invoke camera functions from within my framework i get the warning...

View Article


Unexpected token: void()

Hi, I'm (really) new with processing. Can anyone help me with this code? please :) I cannot find why I get unexpected token: void() in this code: import processing.video.*; Capture webcam; int w=400;...

View Article

Problem with "Sound" library

I'm trying to run the example in the documentation for the "Sound" library (https://processing.org/reference/libraries/sound/SoundFile.html) but I'm getting an error. I'm running v1.3.2 of the library,...

View Article

What's wrong with this 'if/if else' statement?

I am using the ControLP5 library to create a list box and each item in the list box has an assigned value (0.0, 1.0, 2.0, 3.0 etc). As you can see in the if statement below, when the user clicks on an...

View Article


Video library only working with one example

I'm having massive problems with the Video library, somehow the only example that works is the Mirror, not Mirror2 nor GettingStartedCapture. I'm using the latest version of Processing 3 and video...

View Article

How to trigger video based on time

Hi all, So I've been using Processing for the last couple of weeks, and have been trying to incorporate it in to my final project for University. I've so far created a working clock based on the...

View Article

Change properties of every controller of a group at once in controlP5

Is there an option to change properties of every controller of a Group at once? Say for example setLabelVisible(false) for every controller of a group by calling the method within the function invoked...

View Article


Is mouse over sphere in 3D?

I have a sphere somewhere, and its location is known. However, I'm also using PeasyCam, so a problem remains - I don't know the camera vectors. So, how to check if the mouse (or any other vector for...

View Article


record past 15 seconds of microphone with Minim

Hi everyone, I'd like to be able to record from the microphone using minim, but with a caveat. When the user presses the record button I want to be able to save the past 15 seconds (before the user...

View Article

running teapot.pde on windows 10

while trying to run mputeapot i receive the error toxi.geom and toxi.processing not found thank you

View Article

Problem with my network pong

Hello everyone, I want to make a pong in network but I can't understand why it doesn't work ? My architecture is : I will send the position of the bot paddle and the ball by the server to the client...

View Article

Union of algorithms from the EyeTribeProcessing library

How do I join the EyeTribeProcessing library's Calibration and WeightedGrid codes to a single screen

View Article


Concurrent Modification Exception trying to add objects on OSC event

I'm designing this generative visuals system that uses OSC data from a musician to produce these kind of abstract "asteroids" in real time. I'm running into this Concurrent Modification Exception which...

View Article

Use a video as a texture and map it to squares/cubes

Hello to the Forum! I've been using Processing for quite a while and i really love it. So far i was able to do anything that came up my mind without having to ask here. But now I cannot figure out how...

View Article


Problem with Sound Library

Hey, II have this error message when I use the current processing sound library. java.lang.UnsatisfiedLinkError: no LIBWINPTHREAD-1 in java.library.path at...

View Article

Geomerative | Text question

I am trying to modify an example script that uses geomerative as well as fisica to have letters with dynamic properties. The issue I am having is that it currently only works with single letters and I...

View Article


hi everyone. guys helpme. i want to scan from 100 to 380 of my video.height

import processing.video.*; Capture video; void setup() { size(640, 480); // Uses the default video input, see the reference if this causes an error video = new Capture(this, width, height);...

View Article

Image may be NSFW.
Clik here to view.

How to listen to system audio with minim

Hello! I'd like to analyse systemsound. Until now i have done this with a cable from lineOut to lineIn. But in future I'd like to use the internal "Stereomix", because the way with the cable reduces...

View Article

Image may be NSFW.
Clik here to view.

Hemesh: Create mesh from points (or alternative to HEC_ConvexHull)

Hi there, I am currently working on a project that creates a 3D mesh from a set of points. These points have been translated from latitude/longitude coordinates and a depth. I have used a HEC_Geodesic...

View Article
Browsing all 2896 articles
Browse latest View live