LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   web cam http (https://www.linuxquestions.org/questions/linux-software-2/web-cam-http-235906/)

citrus 09-27-2004 04:02 PM

web cam http
 
does anyone know of a good web cam server?
one that would prolly use java in linux and would have its own server

please tell me your favorite program for doing this


:p

Electro 09-27-2004 05:50 PM

Running tvtime and using its command line tool to tell it to take a snapshot at a set interval with crontab, with at, or with while in a BASH script. It will be something like this in crontab
*/1 * * * * tvtime-command SCREENSHOT

It will take a screenshot every minute. With at or using while in a BASH script they will give you intervals in seconds. Do not forget to set the filename so you can easily upload the file. If you do not you will have to do more work.

Using JAVA to refresh the picture is too extreme because you can easily do it with HTML with the meta refresh tag.


All times are GMT -5. The time now is 04:53 AM.