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

processing-video: trying to enable hardware acceleration on NVIDIA Jetson TK1

I have a project involving playback of multiple video files. I'd like to run this on an NVIDIA Jetson TK1 running Ubuntu 14.04, but the processing-video example code (playing transit.mov, custom...

View Article


Video library: codecs, containers, hardware-acceleration

A few general questions about video support in Processing. I couldn't find any documentation about this so decided to ask here in hope that someone can help me. What video and audio codecs are...

View Article


Why? - "ERROR: /node/set: Control input index 2 out of range for synth 1"

Using the example SineWave Oscillator code from the official library in Processing 3.2.3 always throws up the error: ERROR: /node/set: Control input index 2 out of range for synth 1. Interestingly, the...

View Article

IRC Bot in Processing or integrated platform

I need to create an IRC bot that will listen on a channel for certain words and send actions to Processing. I have tried to adapt a Java IRC library to processing but I am fairly noobish at...

View Article

OSC multiple clients

HI, I'm making a game with 3 computers (1 server en two clients). And when I use the following code i will get an error. And when I remove the float or the int, that one function will work, but when...

View Article


Error in Processing (key, keyPressed, map,... don“t exist)

Hello. I have to write a game for an essay like class test but now i got stuck. I have errors on every "key" or "keyPressed" and even more because they "don“t exist". Big thanks for every helpful idea.

View Article

Blur logic but i don't think its working );

import processing.video.*; Capture video; PImage frog; public static final int[][] mask = {{1, 1, 1}, {1, 1, 1}, {1, 1, 1} }; void setup() { size(640,480); video = new Capture(this,640,480);...

View Article

Voice recognition library

I'm looking for a library that allows voice recognition through procesing. I found this: https://code.google.com/p/mprocessinglibs/downloads/list But this library does not work well, a jar file without...

View Article


Do g4p ,,,?

Do g4p image button stays above the background? What I mean is that, If I am using an RPi Camera I want my image buttons above it while running in background?

View Article


images as a button for GUI that can be hide

are there libraries that can be used for images to be used as button? not the mouse click function. please reply ASAP...

View Article

2d stereo oscilloscope

Hi there, I created this simple oscilloscope with point, and i try without result to use line to merge points, i understand i have to store the x,y points of the two stereo channels into an array but i...

View Article

Making ellipses apear from outside the screen and go to the center.

Hi, I'm making an astroid shooting game. I have a fixed OSC driven turret in the center of the screen and I want astroids to randomly spawn out side the screen and move to the center. I'm stuck with...

View Article

Running PHP script via processing

Hi! I have this wordpress plugin that creates and verifies new software licenses. It does this by sending an array of data to the server. I'm trying to write a piece of processing code that creates a...

View Article


Collision detection - why not working properly?

PeasyCam library is required. I'm trying to detect a point-triangle collision using this tutorial: http://www.jeffreythompson.org/collision-detection/tri-point.php . But my sketch is 3d, so I...

View Article

Nyartoolkit: resize camera view independently of window size

Hello everyone! Nyartoolkit seems to automatically select the size of the camera view depending on the window size. This seems to be in the source code of the multimarker file and maybe others. Instead...

View Article


GLabel Background

Hello @quark is there a way to enclosed a GLabel to a box I see this https://forum.processing.org/one/topic/color-setting-for-glabel-components-of-gui4components.html but this seems obsolete, because...

View Article

Processing Camera while (!cam.available()) question

hi all, I've got a basic file to simply start the camera on Processing, I've made a gist here: https://gist.github.com/bodaz/a5ede0ea44b614e01d62edc6436135cd and these line of code confusing me a bit:...

View Article


live video editing

int[] xpos = new int[100]; int[] ypos = new int[100]; void setup() { size(600,600); smooth(); // Initialize for (int i = 0; i < xpos.length; i ++ ) { xpos[i] = 0; ypos[i] = 0; } } void draw() {...

View Article

How can I create a graph (pathfinder) on an image that doesn't entirely fit...

I am using this pathfinder library. I've tested with this a bit and have figured out how to add nodes and edges to a map image that fits within the screen. But the actual map I need to use is much...

View Article

How can I loop Sin0sc-generated audio?

I'm a beginner in Processing and I'm using the sound library for the first time. I have a sketch that has multiple dots flashing on and off at different frequencies, and I want a note to play every...

View Article
Browsing all 2896 articles
Browse latest View live