i’m glad and honored that one of my former article has inspired a programmer to realize a new graphical interface for an existing program.
webcam-server-dialog it’s a basic front-end to webcam-server.
Continue reading »
i’m glad and honored that one of my former article has inspired a programmer to realize a new graphical interface for an existing program.
webcam-server-dialog it’s a basic front-end to webcam-server.
Continue reading »
My guide on how to make a webcam server has had a lot of feedback and so I decided to give two other methods to achieve it with two different software webcam-server and ZoneMinder
Webcam-server is absolutely the easiest way to show on the net what is seen from your webcam, the software is very stable (I’ve just installed Ubuntu, and shows the date 2004) is based on Java and to make it work is enough to give these commands:
#> aptitude install webcam-server
#> export LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so
#> webcam-server
Now point your browser at localhost:8888 and see a snapshot of that seen from the webcam.