WebCam 2.1 fr OS/2 (c) Thorolf@Godawa.de, Stand 09.11.2002
===========================================================

WebCam-Programm for MMPM/2 (e.g. Fast, WinTV), Elsa Winner 2000 Office
with VideoIn or Connectix QuickCam VC Parallel

For personal use the program is Freeware, ANY commercial use, also of parts of the program, is without written permisson NOT allowed!
The program comes "as it is", there are NO guarantees for anything!

ATTN: This program was written to upload pictures continuesly per ftp to the internet.
      For people without a flatrate this could cause enormous costs for Internet/Telephone!!!!

In addition to the WebCam21-program you need several Free-Shareware-Programs, most of them you can find on Hobbes (von hobbes.nmsu.edu/):
webcam.exe/wcremote.exe (WebCam/2 for MMPM/2), ewocam.exe/ecremote.exe (EWOCam/2 for Elsa Winner 2000 Office), qv2snap.exe (QV2 2.02 for Connectix QuickCam VC, Shareware), gbmref.exe+gbm.dll (in WebCam/EWOCam-Packet), rexxgd.dll (rexxgd-1.0), bmpdiff.exe (ask for it, from the WebCam/EWOCam-Author), ncftpput.exe (ncFtp 3.x) and AnfyCam (www.anfyteam.com)

Excluding QV2 and ncFtp I put all neccesary EXEs and DLLs to my package, in the program-directory only the needed Files and in "OrigPackets" the original-packages!

...

The installation is quite simple, first of all the drivers for the Fast/WinTV, Elsa Winner 2000Office or/and QV2 has to work, then just copy my script and all needed EXEs/DLLs to any direktory (e.g. E:\Internet\WebCam) and adjust the program-variables in my WebCam21.Cmd!

Finaly you have to customize the Html-Files in the Html-directory (and/or "Html\NoJava") and put them together with the AnfyCam-files on your Web-Server and now you can start the WebCam21.Cmd :-)!


NECCESARY SETTINGS IN THE PROGRAM
=================================

/* Welche Kamera soll verwendet werden (hab noch nie mehr als eine benutzt) */
---> which camera should be used (never tried more than two)
WebCam = 1
EWOCam = 0
QV2Cam = 0

/* Wie heien die EXEs, wo liegen sie */
WebCamCmd = "WebCam.Exe"
EWOCamCmd = "EWOCam.Exe"
WebCamSnapCmd = "WCRemote.Exe"
EWOCamSnapCmd = "ECRemote.Exe"
QV2CamSnapCmd = "qv2snap.exe /s /C=100 /B=128 /S=100"

/* Einstellung der max. Auflsung */
---> Setting of the max. resolution
MaxAufloesungWebCam = 2 /* 1: 160x120, 2: 320x240, 3: 640x480 */
MaxAufloesungEWOCam = 2 /* 1: 160x120, 2: 320x240, 3: 640x480 */
MaxAufloesungQV2Cam = 2 /* 1: 160x120, 2: 324x243, 3: NA */

/* Wie oft soll ein Bild gemacht werden (0-fortlaufend, 1 bis nnnnn Sekunden) */
---> how often a picture should be made (0-continuesly, 1 to nnnnn seconds)
WebCamIntervall = 0

/* Bild immer kopieren/hochladen oder nur wenn es eine nderung gab (0/1) */
---> check movement and upload picture only if changed
TesteBewegung = 0

/* Sollen Zeit und Datum im Bild angezeigt werden (0/1) */
---> show comment/date/time in picture
ZeigeDatumZeit = 1
ZusDatumZeitText = "WarpStock - "

/* Wohin sollen die Bilder kopiert werden (z.B. fr den lokalen Web-Server) */
---> where to copy pictures (for local Web-Server)
SendDirDef = "<LOCAL-DIR oder WEB-SERVER-DIR>"

/* Sollen Bilder auf einen Web-Server hochgeladen werden (0/1)? Dann Zugangsdaten eingeben. */
---> uploading pictures to a Web-Server, if yes which one
FtpUpload = 0
FTPServer = "<DOMAIN>"
FTPUser = "<FTP-USER-ID>"
FTPPsw = "<FTP-PASSWORD>"
FTPVerz = "WebCam"

/* Wie heien die EXEs, wo liegen sie */
BMPDiffCmd = "BMPDiff.Exe"
GBMRefCmd = "GBMRef.Exe"
OutJPEGCmd = "OutJPEG.Exe"
ncFtpPutCmd = "ncftpput.exe -u "FTPUser" -p "FTPPsw" "FTPServer" "FTPVerz" "
