Hi all,
I try to create an auto it program who can to drive 4 webcams in same time.
Actually, the features are:
-snapshot bmp file
-save avi file
-save on a web page
-send a jpg file to a gmail address
-Define GUI type (one or four cameras)
-define the cam device
-define the format size
-define the compression type
To do list:
-to choose an external web page (not only 192.168.........)
-debug
That i can't to do:
-exit the program if more than one webcam is on
-save a bmp/avi file if more than one webcam is on.

mutlticam.ini file:
Code:
[Devices]
NumberOfDevice(1/4)=1 ; gui 1 or 4 cams
DeviceName1=0 ;device 1
DeviceName2=1 ;device 2
DeviceName3=2 ;device 3
DeviceName4=3 ;device 4
[SaveNames]
Prefix= ;if exist, the jpg name's files begin with this prefix, if not the name file is "Cam number+date-time.jpg"
[WebPage]
IPAddress=192.168.0.1
IPPort=6969
PageRefresh=30
[Email]
SmtpPort=465 ;465 for gmail only or see your provider's smtp setup (25 is the default)
SSL=1 ;1 for gmail, 0 for other (1=https)
MyGmailAddress=xxxx@gmail.com ; your gmail address
ToGmailAddress=xxxx@gmail.com ; the gmail address for send a mail
Username=xxxx ;your gmail username
Password=yourpassword ;your gmail password
I have many problems:
Actually, i have no webcam, so i use Webcam Simulator who simulate a webcam from an avi file or Fake Webcam, and Manycam .
I need beta tester who have 2 webcams or more and want to try this program for feed back.
Thanks for all helps !!!
History:
=====
V0.3 13/03/2010
All button run, but if you open more than one cam
the program bug always
The snapshot file is a jpg file
A text name is added on the snapshot file
You can send a mail with the snapshot file attached
V0.2 26/02/2010
new features:
send an email (only jpg) files
send a picture in web page (actually ,192.168.0.1:6969 only)
add picture's name in the snapshop file
snapshot converted in jpg
screens with 1 or 4 cams run well
setup for(email)
V0.1 21/02/2010
First version
Bookmarks