Hi iam wanting to create a teleprompter with a difference i have a text file with headlines that i want displaying one at a time unless someone starts typing then i want it to get rid of info fro the txt file and then display what was written then go back to the headlines again if not in use
I creating a project that needs to detect the volume level from a microphone and then affectively turn mic on and off by adjusting the volume levels. So far i have downloaded the Ess library but i am struggling to understand what i need to do any help would be appreciated.
it doesnt need to be complicated just a simple mic on and off thing.
Im using processing to break down an rss feed i know you can break it down if it was a file in data folder but i keep getting null value back when i try to get children/content.
heres my code so far
XMLElement xml;
void setup() {
size(200, 200);
xml = new XMLElement(this, "http://feeds.bbci.co.uk/news/rss.xml");
I am trying to get data from
http://feeds.bbci.co.uk/news/rss.xml which i have done what i'm wanting help with is breaking it into content and display it as text.
Please can anyone help me
here is the code so far. //sorry if its simple im just learning at the moment
I'm creating an installation and i want to use a webcam to trigger the program to run essentially its a box and when user enters i want a camera to regonise that someone has entered and then run the rest of the program.