Hey Danny Thanks for the reply and the tip...I will try to reach him/her.
In answer to your question, Conquer Cam is a buyable software. What it does is to show the WebCAM an captures Images every x time and sends it via FTP to any server. But it doesn't works so fine, I think its because I cracked and didn't buy it *grin* But I need like 200 licenses so it would be a little expensive. That's why I'm trying to make my own Python Gengis Cam *grin* Thanks again Alberto >From: Danny Yoo <[EMAIL PROTECTED]> >To: Alberto Troiano <[EMAIL PROTECTED]> >CC: Tutor <[email protected]> >Subject: Re: [Tutor] FW: Re: USB Capture Image WebCAM >Date: Thu, 22 Sep 2005 15:29:07 -0700 (PDT) > > > > I have downloaded videoCapture but I can't make it run. This is the >error I > > get when I try run the example > > > > Traceback (most recent call last): > > File "C:\Documents and Settings\Daron > > >Malakian\Desktop\VideoCapture-0.9\Tools\webcam-uploader\webcam-uploader.py", > > line 130, in ? > > cam = VideoCapture.Device(devnum=devnum) > > File "C:\Python23\lib\VideoCapture.py", line 49, in __init__ > > self.dev = vidcap.new_Dev(devnum, showVideoWindow) > > Error: Capture Graph could not be created. > >Hi Alberto, > >You may want to talk with the developer of the VideoCapture module >software. I don't know what's going on here. Testing this is also >complicated because I don't have a webcam or Windows. > > >Wait, let's back up a moment. You mentioned earlier that: > > > > > > For those who doesn't know what is it its a program that captures > > > > > images from your USB WebCAM and saves them to send via FTP. > >Does this mean then that you already have a program that saves webcam >images to disk? > > >If so, then if we know what graphical format they are, then perhaps we >might be able to use PIL to convert them into a format that your favorite >GUI toolkit can display. PIL can talk with different graphical formats: > > http://www.pythonware.com/products/pil/ > >Tkinter integrates with this: > > http://effbot.org/zone/tkinter-plot.htm > >And wxpython + PIL also appears to work: > > http://wiki.wxpython.org/index.cgi/WorkingWithImages > _______________________________________________ Tutor maillist - [email protected] http://mail.python.org/mailman/listinfo/tutor
