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

how to clear or remove methods after draw when press button?

Hi all, I'm trying to clear or remove methods after draw when I press button. Help me please.

View Article


ControlP5 Textfield

Hey! What I want to do using the ControlP5 library: create an input textfield, where I can write limited amount of characters, e.g. minimum 1 and maximum 10 and after pressing Enter to save the String...

View Article


Inconsistant behaviour of Capture & PGraphics

Hi, I have a strange behaviour when i play with Capture and PGraphics in processing 3. Here is the description: when using the Capture more then 1 time per draw, the image "freeze" at display when...

View Article

Processing to WebSite

Hi, I am trying to send a value from processing to an online website, but i cant. To send a value from a website to processing is easy using this command: value =loadStrings("site"); But I wanna read...

View Article

how to have a live speech recognition?

Hi Processers! I'm making my BA final project and I wish to have a sort of voice to text converter, I've tried working out TTS through websocket however it stopped working after first two...

View Article


Image may be NSFW.
Clik here to view.

Piano Using Processing

Hi! I need help writing this code on Processing for a functioning piano. This is the instructions I was given. (It's due March 1st) Please help! I am genuinely lost...

View Article

Generative 3D in processing?

Hi, I am about to start a personal project that involves generating 3D forms and then changing them in real time. I have played around with the HeMesh library using sliders to change the appearance of...

View Article

how to connect processing with madmapper

if anyone know how to stream this into Madmapper as video? import processing.sound.*; AudioIn input; Amplitude vol; Icosahedron ico1; Icosahedron ico2; Icosahedron ico3; Icosahedron ico4; Icosahedron...

View Article


angle of rotation using raw data from android phone

I recieve rotation vector data from Samsung Galaxy phone using Sensors2OSC app: https://github.com/SensorApps/Sensors2OSC I have used toxiclibs to converts the quaternion (ROTATION VECTOR) into a float...

View Article


Compositing videos

I'm just wondering if it is possible to composite one video over another? Say I have two videos: video1 and video2. Video1 has a blue or green screen backdrop, and video2 does not. Is it possible to...

View Article

Error - function does not exist - controlP5

///////////////////////////////////////// Imports/////////////////////////////// import org.gicentre.utils.gui.TextPopup; // for warning window import org.gicentre.utils.stat.*; // For chart classes....

View Article

Gifs In Processing 3

I've been working in processing 2.0 to build a small 2d game, but when updating my processing version to 3 I realized my gif libraries no longer worked. I've attempted to load the out of date library,...

View Article

listview don't load images

Hi, the below code don't load images in listview. Why? Thanks in advice import controlP5.*; import java.util.*; ControlP5 cp5; void setup() { size(1024, 768, P3D); cp5 = new ControlP5(this);...

View Article


export application doesn't work for video library

Hello, I have problems with exporting application in processing 3.0.2 on windows 7 (32-bit). I use video library and everything is ok when I run the sketch in processing, but starting exe files after...

View Article

playing multiple videos when keys are pressed/alternating videos

Hi, I am trying to use processing to show 6 videos in total. The screen is split into 3 even sections where when keys are pressed, 3 videos appear, then when additional keys are pressed another 3...

View Article


Change Transparency with mouse

Hello, I am trying to fade in and out a video in relationship to mouse position. There are two videos playing: one on top of the other. When I get close to the y-axis, the video stalls and gets...

View Article

How to get box2d to work over 3D surfaces

This is more of a generic question. Is it possible to get box2d to work over 3D surfaces? I suppose it would involve making the 3D surfaces the boundaries but I have the feeling it is not possible to...

View Article


how do I get a list of bodies from box2D in Processing

I would have thought this is simple but the examples I have seen use. use world.GetBodyList I assume world is the instantiated box2d world I have created. I that is so, Processing doesn't seem to...

View Article

External camera not recognized by Capture in Video library

Is there any reason why the Processing Video library won't recognize certain external cameras? I'm trying to get Processing to read frames from a Optitrack V120:Slim. I have the Optitrack working in an...

View Article

Graphica time series

I am implementing a time series in a graph. I am using the graphica library and I want to x axis to show hours. My thought right now is to use the system epoch timestamp as the x value and then...

View Article
Browsing all 2896 articles
Browse latest View live