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

Re : using timer

Without answering fully your request, as I haven't played much with the Movie library, here are some generic advices:- Load help.png in setup(): if you load in the middle of a sketch, it will make a...

View Article


Re : video input with elements

Moved to Core Library section as it involves video.It is good you show your working code, but perhaps you can show also a version of one of your attempt to add a special effect: it will show us what...

View Article


Re : I am trying to create a sort of photoBooth In Processing

Since your question has nothing to do with video (although the presence of this library made me move it to this section), it is better to remove everything not related to video, ie. keep only the logic...

View Article

Re : compare measurement of "x color" pixels compared to background

Great! Let me give this a look over and try to incorporate. Thanks a bunch!

View Article

Re : compare measurement of "x color" pixels compared to background

Works like a charm!  Thanks so much.

View Article


Re : How to log sensor arduino data into a file.

Yes i do have something in the console but nothing in the file :(.

View Article

Re : I am trying to create a sort of photoBooth In Processing

How about this, is this better?The problem still stands because all buttons should display but they are not and also i tried some filters but they werent working properly so i took them out Also can...

View Article

Re : How to log sensor arduino data into a file.

Your code, once I removed the Serial stuff, works for me, so I don't know where your problem can be.

View Article


Re : I am trying to create a sort of photoBooth In Processing

I can't help you as I don't have a camera and don't do much video...I have no time to download, unzip and look at a file right now. If the code isn't too long and don't need special files, it is better...

View Article


Re : I am trying to create a sort of photoBooth In Processing

ok well Hopefully you can help with the button problem and maybe try the video anyway here is the codeimport processing.video.*;//opens up processing libraries//classCapture video;//class for...

View Article

Re : How to log sensor arduino data into a file.

Could you post your code here,so i could retry it.

View Article

Re : How to log sensor arduino data into a file.

The code works, but it does only write data once and then closes the output-stream. So any data beeing recieved after that point wont be in your logfile. Try to close the output-stream on keypressed or...

View Article

Re : How to log sensor arduino data into a file.

Same problem,no data written in the file.

View Article


Re : I am trying to create a sort of photoBooth In Processing

Instead of having four times almost the same function, why don't you put it in the class?You would need to specify which key is handled by which button.And you still read the video four times per...

View Article

Re : How to log sensor arduino data into a file.

As I wrote, it is just your code without the Serial stuff:PrintWriter output;void setup() {   output = createWriter( "newp.txt" );}void draw() {         String value = "Some stuff";         if ( value...

View Article


How to use pgl.drawElement ?

Hello !First of all, sorry if my english is not perfect, I'm from France and speak english approximately.I'm new in Processing / OpenGL (I discovered it one month ago) but I'm good enough in...

View Article

Re : How to use pgl.drawElement ?

Maybe I'm not in a good direction...In a perfect world, I would like to have a code similar to the "TextureQuad exemple" (in example/topic/texture) but with additional custom attributes that affect the...

View Article


pre-sales questions regarding Rochen’s range

Questions before you signup? If you have any pre-sales questions regarding Rochen’s range of hosting plans then please feel free to post in this sectionOlympiakos vs Arsenal live stream , Real Madrid...

View Article

Trying to trigger video Filters with a touch of several buttons Need Urgent Help

Hi,  I am a new programming student and for my school final I am trying to create a sort of Photo Booth using the camera on a mac or any kind of computer camera with different filters that are...

View Article

Processing core video:217): GStreamer-CRITICAL **

Never encountered this one before. After resolving my applications issues in this thread I decided to move the application bundle over to an installation computer hooked up to a large display in the...

View Article
Browsing all 1768 articles
Browse latest View live