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

Event catching of image filters?

Just want to know how to save an image just after applying a filter. I have this: capturaFoto = cam.get(); image(capturaFoto,0,0); filter(THRESHOLD); capturaFoto.save("fotoPrueba.tiff"); But the saved...

View Article


Triangulated surface & remove duplicate edges

Hi all! So, I have a new question. I have a triangulated 3D mesh consisting of vertices and faces. I have an arrayList that holds all the vertices and another one that holds all the faces. Now what I...

View Article


How do I create a library

I am starting to learn Processing. I have lots of experience with procedural languages but not much with OO ones. I have a noobie question about building a Processing library. I know I'm missing...

View Article

Extracting query parameters using SimpleHTTPServer?

Re: SimpleHTTPServer by Ramin Soleymani I want to extract the query parameters inside the DynamicResponseHandler, so I can return the appropriate data using the createContext method. The callback...

View Article

Get artwork from ID3 tag using minim (or other library)?

I've been looking through the minim library documentation for a way to extract the album jpg from id3 tag data on an mp3, but can't seem to find anything. Is there anyone that knows a way to get the...

View Article


FaceOSCSyphon

Hi, I'm extremely new to all of this so I apologise in advance. I'm trying to run the FaceOSCSyphon script on Processing 3.0.1 but it's saying "The function available() does not exist." Any ideas how...

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

How to crop a capture from a webcam

Hi i found no way to crop the capture of my webcam. How can i do this? Thanks for helping me :) Mysmaj

View Article


Prevent video in fullscreen to reduce frame rate i.e. get choppy

If I play a video (size 640x360) in fullscreen (using the Processing Video library) the video playback is extremely choppy as if the framerate is reduced to 12fps or less. If I play the video in...

View Article


Does serial.bufferUntil work with any character?

Every example I have seen uses either a newline or linefeed. Hoes it work with say *,#,% or ??

View Article

Capture image from a small portion of screen

Hi, I have created a large interface with a small portion dedicated to my webcam capture. The problem I am facing is that when ever I attempt to save an image for my webcam, the entirety of my...

View Article

Videos triggered by color tracking?

EDIT TO PREVIOUS QUESTION: Alright so I've sort of found answer to my previous question, but now a new one has been brought up. First off, I am in no way familiar with coding. I'm just an artist...

View Article

Twitter4J - streaming API - New search

Hello, I am using Twitter4J along with the Twitter streaming API in order to visualize tweets containing a specific word ( the user searches for a word and a stream is then opened using the search term...

View Article


Avergage Brightness of frames of video

How would I take the average brightness of a video file and whilst its playing back use that brightness level to control another part of the program e.g. the frequency of a sine wave? This is something...

View Article

How to add event for do something when I press button?

Hi, I want to do something when or after press button such as draw objects, change value etc. How to do? Code from SMT example. import vialab.SMT.*; void setup() { size(400, 400, SMT.RENDERER);...

View Article


shared canvas and coordinate capture and storage.

This is what I need to achieve: Client A places a red dot somewhere on her canvas. This dot is displayed on her canvas and the Canvas of Client B. Meanwhile, Client B places a green dot somewhere on...

View Article

Image may be NSFW.
Clik here to view.

Duplicate processed pixels

Hello everyone, I'm still getting confidence with processing and I had some tryouts about pixel processing. I'm on this sketch, my camera is cameras[3], yours could be different: import...

View Article


Switch between two videos

Hi everyone, i have used the Loop example of Video librarie of Processing. The idea is basic, i want to move the mouse around X or Y axis and switch between two or more videos which start at the same...

View Article

SQL library will not install into processing

whenever I try to install https://raw.github.com/fjenett/sql-library-processing/latest/release/BezierSQLib.zip into my sketch folder it says that the library is not compatible. Does anyone know why...

View Article

MIDIBus on 64-bit OSX 10.11.3: Errors

I am currently trying to run one of the example codes for MIDIBus on a 64-bit OS X machine, and I run across this error: "A library relies on native code that's not available. Or only works properly...

View Article
Browsing all 2896 articles
Browse latest View live