Re : Movie Maker Tool
Does anyone know how to call the moviemaker tool function through code? I want to make a program that will automatically make .mov from an image array without having to use a GUI.thanks!
View ArticleBackground shines through text?
Hi everyone,I need a little help in Processing color theory and/or overlaying graphics!In my sketch I have a half transparent text on a separat PGraphics. When I overlay this text onto an...
View ArticleRe : Processing 2.0b7 Serial.bufferUntil() not working?
Hi akseidel,Thanks for the response.I would agree with you, but I run the exact same code on Processing version 1.5.1 and it runs fine.Ā From this I infer that the '\n' is in fact being sent from my...
View ArticleRe : Wait for Arduino Before Sending Data Over Serial
They're stored in the serial buffer, which can store up to 64 bytes. To be on the safe side, I only send 32 bytes at a time (waiting==32). As soon as the arduino has processed those 32 bytes (which can...
View ArticleCOM port setup error
Hello All,My Arduino is on COM4.Ā In Processing "println (Serial.list()[1])" prints COM4 as expected.ButĀ "port = new Serial(this, Serial.list()[1], 9600);" I get a ton of errors, around "error inside...
View ArticleRe : Processing 2.0b7 Serial.bufferUntil() not working?
You are right. I have not tried my current project on Win XP. I think my previous project did not look for \n. I think I was using a scheme that bracketed all of the data from the Arduino with some...
View Articleattempting to compare live video to a saved picture
Hey guys, new to the processing world and have come to a big brick wall. Ā As the titles says, I am trying to compare a live video stream to a saved picture in a data file, then display a letter...
View ArticleHelp with Serial read
I'm using Arduino with Processing. So I wan't to do stuff with the Arduino on the processing program, like when it serial read such as "1" it do stuff like play a mp3 file.Here is the code I started...
View ArticleCould you grant me the access?
There will be a couple of Champion League and English Championship matches played tomorrow. A bunch of good ones, not to be missed! See them below: Porto vs Malaga Live Stream Arsenal vs Bayern Munchen...
View ArticleHow to solve the java.lang.NullPointerException?
When I run a program with serialEvent, theĀ java.lang.NullPointerException occurs, but not everytime.The messages processing given are as follows:Stable...
View Articleerror, disabling serialEvent() for //./COM3
Hi...I want to do the transition of images with respect to theĀ intensity of light strike on LDR.I manipulate the output of LDR from 1 to 10 in arduino and there is 10 images in processing, i want those...
View ArticleQuestion - Changing color values for webcam stream
Hi everyone,As a part of one of our university modules we have a video manipulation processing assignment. As my assignment I have chosen to create a simple RGB color corrector for a webcam stream. I...
View Articlepixels[] array works in 2D but not 3D?
I've been pulling out my hair all day trying to understand why the pixels[] array for a PImage was not being updated correctly.It seems that the PImage pixels[] array is updated correctly when my...
View ArticleRe : Different shaders for geometry, lines and text?
I see your point, the problem is that the rendering of unlit/untextured, textured, and stroke geometry is handled by separate shader programs since they involve different calculations at both the...
View ArticleRe : error, disabling serialEvent() for //./COM3
I do not know what is causing the error but your code is structured in a way to make troubleshooting difficult. Since you are the one to figure this out yourself I think you ought to partition your...
View ArticleRe : Help with Serial read
I believe all Processing programs have two parts, being the setup and draw functions. The setup function runs first once and then the draw function loops endlessly until something commands the program...
View ArticleRe : How to solve the java.lang.NullPointerException?
Have you placed printlns in your code to narrow down exactly where this occurs? It almost looks like the error occurs sometime after a serialEvent where you might have some condition your code caused...
View ArticleEEPROM library
Hi allĀ”I've two question. I want save some variable values in my Arduino board but i find not the EEPROM library.Someone know where i can find the EEPROM library for Processing?And I'm using Firmata...
View ArticleRe : Different shaders for geometry, lines and text?
Thanks for the detailed answer Andres.Yes, the last example would be a great functionality, hope to see it sometime ;) The explicit set of the type of shader simplifies the process, nice!
View Article