Re: capture video from camera

2006-06-09 Thread dan
K.S.Sreeram wrote: > dan wrote: > > I hope you won't be deterred from posting further questions to the > > group by Fredrik's somewhat terse and unfriendly reply. > > > > comp.lang.python is a forum generally noted for its pleasing admixture > > of erudition and encouragement. Fredrik is uncommonly

Re: capture video from camera

2006-06-08 Thread K.S.Sreeram
dan wrote: > I hope you won't be deterred from posting further questions to the > group by Fredrik's somewhat terse and unfriendly reply. > > comp.lang.python is a forum generally noted for its pleasing admixture > of erudition and encouragement. Fredrik is uncommonly distinguished in > the scope

Re: capture video from camera

2006-06-08 Thread dan
aljosa wrote: > i had no intention to say that videocapture is bad but it's not what > i'm looking for. > concerning docs, everybody has their own view on how docs should look > like. > > that said, i should have written more clearly what i'm looking for. Hi aljosa, I hope you won't be deterred f

Re: capture video from camera

2006-06-07 Thread aljosa
i had no intention to say that videocapture is bad but it's not what i'm looking for. concerning docs, everybody has their own view on how docs should look like. that said, i should have written more clearly what i'm looking for. -- http://mail.python.org/mailman/listinfo/python-list

Re: capture video from camera

2006-06-06 Thread [EMAIL PROTECTED]
aljosa wrote: >and doesn't provide additional options like > motion detection nor any info on possibility of motion detection or > howto implement An example for motion detection and even pythonic eye toys :) http://gumuz.looze.net/wordpress/index.php/archives/2005/06/06/python-webcam-fun-motion

Re: capture video from camera

2006-06-06 Thread Sébastien Boisgérault
aljosa wrote: > i searched on google and found http://videocapture.sourceforge.net/ > before i posted here. yup. > videocapture has no docs With the API docs in the ".zip" and the examples provided, you should be able to handle it.I did :) > and doesn't provide additional options like > motion

Re: capture video from camera

2006-06-06 Thread Fredrik Lundh
aljosa wrote: > i posted here to find out if anybody knows a better way to capture > video. what other requirements did you forget to mention ? -- http://mail.python.org/mailman/listinfo/python-list

Re: capture video from camera

2006-06-06 Thread aljosa
re to find out if anybody knows a better way to capture video. Fredrik Lundh wrote: > aljosa wrote: > > > i'm trying to capture video from camera/webcam using python. > > so far i haven't found any library that would allow me to do that. > > > > cross-platform

Re: capture video from camera

2006-06-06 Thread Fredrik Lundh
aljosa wrote: > i'm trying to capture video from camera/webcam using python. > so far i haven't found any library that would allow me to do that. > > cross-platform solution related to SDL/pygame would be nice but a > simple solution to capture video under windows is

capture video from camera

2006-06-06 Thread aljosa
i'm trying to capture video from camera/webcam using python. so far i haven't found any library that would allow me to do that. cross-platform solution related to SDL/pygame would be nice but a simple solution to capture video under windows is ok. Aljosa Mohorovic -- http://mail.