Re: Image/Video Processing in Python

2008-01-11 Thread Tim Roberts
"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > >Hello, I'm trying to work on a project in Python that involves the use >of a webcam to track a laser pointer. I found some example code here >http://janto.blogspot.com/2006/01/motion-capture-in-python.html, but >the problem is that it's quite slow

Image/Video Processing in Python

2008-01-10 Thread [EMAIL PROTECTED]
Hello, I'm trying to work on a project in Python that involves the use of a webcam to track a laser pointer. I found some example code here http://janto.blogspot.com/2006/01/motion-capture-in-python.html, but the problem is that it's quite slow (about a sec to process a 800 by 600 image). Can an