Webcams and python

sturlamolden sturlamolden at yahoo.no
Sun Mar 18 14:17:22 EDT 2007


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.




More information about the Python-list mailing list