<html>
<body>
At 10:50 AM 12/29/2006, you wrote:<br>
<blockquote type=cite class=cite cite="">In addition to what Chris said,
is there a reason why you're reinventing<br>
the wheel instead of using available components? </blockquote><br>
Hi Carsten,<br>
The eventual goal here is towards a streaming two-way server, which
wouldn't use the http, but something more like
<font size=2><b>RTP/RTCP</b></font>/H.323/ which I'm learning. It's also
a general socket learning exercise for me, as I haven't used them
very much.<br>
I was also using PyDShowCam before, and have switched to VideoCapture
since I'll need to recompile PyDShowCam for py2.4.<br>
I will look into the wx Chris suggested this weekend; more stuff I
haven't used...<br><br>
Thanks,<br>
Ray<br><br>
For anyone interested, I attached a quick wx I made last night that
monitors a USB webcam, will create "dark" frames (a la
astronomy), and serve up images to web browsers (thus the question). The
browser/monitor would actually work nicely with a web page that has a
JavaScript function to reload the image x times/second. I'll try
replacing the PIL with the wx function(s) and benchmark if they
work.<br>
</body>
</html>