Quantcast
Channel: Processing Forum
Browsing all 1768 articles
Browse latest View live
↧

Can't play video with my webcam on.

Hello,For my school project I need to create an exhibition. My exhibition is about spinal hernia. I want my visitors to see themself lifting up a box(a light one) in the correct way. If they lift it...

View Article


Re : Can't play video with my webcam on.

In draw() you need to place different states. So you have the interaction state and the show movie state. In your example the show movie starts but gets in the interaction state right away. Anyway, you...

View Article


Re : Controlling Video

Have you looked at the the processing.movie library?  http://processing.org/reference/libraries/video/index.htmlThis simple example loads a video and pauses it when the mouse is pressed which can be...

View Article

GLModel() support in 2.0b7? (Newbie Question)

I'm porting a Sketch that used Andres' OpenGL implementation in Processing 1.5.  This sketch used the GLModel() call (cut/paste below) using TRIANGLE_FAN mode and DYNAMIC usage.  Is there core support...

View Article

Low Level GL Example - 2.0b7

I'm looking for an example that uses the core OpenGL support.  I started trying to use the LowLevelGL example on the code.google site (link at the bottom), but it seems to have some issues with 2.0b7....

View Article


Decent Pitch Detector

Hey guys,I'm trying to make a pitch detector for acoustic guitars on processing.I'm very new at audio and having a little trouble for detecting the pitch of each strings of the guitar. I'm using minim...

View Article

Re : Decent Pitch Detector

Do you mean that you want to get the notes from a audio file? Because i tried to look for such a program for a long time, but it seems that it is impossible. Or do you mean the BPM?

View Article

Re : Decent Pitch Detector

gidday,Perhaps this can help, LiveSpectrogram_window example in these forums is good start.I have used it to make a level trigger and also to detect at particular frequencies.This example may help ,...

View Article


Re : Controlling Video

Ahhhh great thank you Richard, that helped out a lot with getting started, and the video library link you provided helped too :)Since then I have decided to take it a step further and use Osculator and...

View Article


OpenGL doesnt work

Hello,the codeimport processing.opengl.*;void setup(){  size( 640, 480, OPENGL );}produce messageno framebuffer objects available how to fix it?

View Article

displaying text from serial port

hey guyz... i am a bit new with processing so i am a bit stuck in a not much hard situation, so here it goes.      i am getting data from a serial port char by char(done that part) . i have to show a...

View Article

Re : displaying text from serial port

I'm not sure if I understand what you want to do,however, I'm quite sure that if you want to "hold"a value, you have to store it somewhere, and thatplace would be an array or a list.Can you show us...

View Article

Re : displaying text from serial port

If you show some code, perhaps we can grasp better your goal.

View Article


Audio

I've created a video displayer in processing, and when you press a number on the keyboard it changes the video, so 1 = video1, 2 = video2, 3 = video3 etc.This switch works fine, however, the problem...

View Article

Re : displaying text from serial port

e.g this is my code, the problem is that the function writetext in Draw would display text with every new value in new line(which is fine), but i want to keep displaying all the values i get instead of...

View Article


Re : Audio

I suppose you use the core library for video, so I moved the topic here. Showing some code might help in understanding your problem...

View Article

Re : displaying text from serial port

You should take a look at ArrayList.With it, you can cumulate all the successive values you receive, and with a for loop, you can display they all.

View Article


Re : Audio

I'm actually using the GSVideo library, but I assumed they functioned the same.The problem is the audio, not the video. The video changes fine the keyPress but the audio carries on playing.Here's my...

View Article

Need some help with left to right/experiments with slitscan (Beginner's...

HiI am very new to this but find processing a fun and experimental experience. I am currently interested in the slit scan processing by Golan Levin.I have been spending hours trying to figure out how...

View Article

Image may be NSFW.
Clik here to view.

Re : Need some help with left to right/experiments with slitscan (Beginner's...

I'll try to explain the math reason behind those mysterious calcs.video = new Capture(this, 320, 240); makes your video screen w/ width = 320 & height = 240.width/2 is the horizontal center of the...

View Article
Browsing all 1768 articles
Browse latest View live