Hello,
I have been working on a small project and with a lot of help from this forum its almost finished.
I need connect my webcam feed to my website which I host on my home computer running on Ubuntu. I tried using many alternatives but could not get it working.
So, what I did was I made a processing program which takes a frame from my webcam feed and saves it as an image with the same filename over and over and I auto-reload the webpage in which I have embedded the image file.
But, processing code runs with its window which I do not want. Is there a way (or another language, perhaps) which will let me do the same thing but as a background process with no window of its own?