Re: Python and webcam capture delay?

2009-07-06 Thread jack catcher (nick)
Nobody kirjoitti: On Mon, 06 Jul 2009 20:41:03 +0300, jack catcher (nick) wrote: Does the webcam just deliver frames, or are you getting frames out of a decoder layer? If it's the latter, you want to distribute the encoded video, which should be much lower bandwidth. Exactly how you do

Re: Python and webcam capture delay?

2009-07-06 Thread jack catcher (nick)
Rhodri James kirjoitti: On Mon, 06 Jul 2009 07:10:38 +0100, jack catcher (nick) wrote: Tim Roberts kirjoitti: "jack catcher (nick)" wrote: I'm thinking of using Python for capturing and showing live webcam stream simultaneously between two computers via local area netw

Re: Python and webcam capture delay?

2009-07-05 Thread jack catcher (nick)
Tim Roberts kirjoitti: "jack catcher (nick)" wrote: I'm thinking of using Python for capturing and showing live webcam stream simultaneously between two computers via local area network. Operating system is Windows. I'm going to begin with VideoCapture extension,

Python and webcam capture delay?

2009-07-05 Thread jack catcher (nick)
Hi, I'm thinking of using Python for capturing and showing live webcam stream simultaneously between two computers via local area network. Operating system is Windows. I'm going to begin with VideoCapture extension, no ideas about other implementation yet. Do you have any suggestions on how s