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: ianmurrays at gmail.com (Synt4x)
  • Subject: Webcams and python
  • Date: 18 Mar 2007 12:01:09 -0700

On 18 mar, 14:17, "sturlamolden" <sturlamol... at yahoo.no> wrote:
> 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.

I haven't been able to find the win32api extension, but i've read on
the web that time.sleep() calls win32api.Sleep().