Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

Search the archives!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Webcams and python


  • From: sturlamolden at yahoo.no (sturlamolden)
  • Subject: Webcams and python
  • Date: 18 Mar 2007 11:17:22 -0700

On Mar 18, 3:41 pm, "Synt4x" <ianmurr... at gmail.com> wrote:

> The problem with adding a sleep() instrucction is that the "video
> feed" looks lagged, if you know what I mean. It looks interrupted.

You could try win32api.Sleep(0) instead, which will release the
reminder of the time slice.