Capture images in macOS X

2009-02-12 Thread Jonathan Chacón
Hello, I need to capture images from the macbook webcam in leopard. Does anybody know how can I do this? Thanks and regards Jonathan Chacón -- http://mail.python.org/mailman/listinfo/python-list

Re: Capture images in macOS X

2009-02-12 Thread Diez B. Roggisch
Jonathan Chacón schrieb: Hello, I need to capture images from the macbook webcam in leopard. Does anybody know how can I do this? Use the pyobjc bridge some ObjectiveC-framework such as CocoaSequenceGrabber. http://www.skyfell.org/cocoasequencegrabber.html There are similar ones out