On Fri, Jun 18, 2004 at 09:38:51PM +0000, Phillip Neumann wrote:
>       I have the ddls and all... If i could capture image from within python,
> it would be grate, and definitly use python all the way.
>       What would be the (best) way to capture from a webcam device using
> python?

If you have the driver DLLs, there might be a way to load and access
their API functions calldll from Mark Hammond's win32all package, but
don't quote me on that. It includes documentation in the download
package:

    https://sourceforge.net/projects/pywin32/

There's an example of calldll use here:

    http://groups.google.com/groups?selm=u8yxydzw1.fsf%40fitlinxx.com

Disclaimer: I don't know how to use Microsoft Word, let alone call APIs
in Win32 DLLs from Python. But then again, nobody else *really* does --
that is, apart from Mark.

Take care,
--
Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 261 2331
_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to