I need a software which were able to capture images from a webcam and stream it to the web-page.
I already tried a webcam-server, but it uses java applet on the client side for retrieving pictures, which is not supported on my client device (Android tablet).
An alternative maybe be a software which captures images from a webcam and writes them to the same file, constantly rewriting it. In that case, my java-script on the client side can just use this file to constantly refresh an image.
Any ideas and suggestions are greatly appreciated.
