| Home | Trees | Index | Help |
|
|---|
| Package pyrobot :: Package camera :: Package player :: Class CameraThread |
|
object--+ |_Verbose--+ |Thread--+ | CameraThread
A camera thread class, because feeds it to us as fast as we can eat em!
| Method Summary | |
|---|---|
Constructor, setting initial variables... | |
Stop the thread... | |
overload of threading.thread.run()... | |
| Inherited from Thread | |
| |
| |
| |
| |
| |
| |
| |
| Inherited from object | |
x.__delattr__('name') <==> del x.name... | |
x.__getattribute__('name') <==> x.name... | |
x.__hash__() <==> hash(x)... | |
T.__new__(S, ...) -> a new object with type S, a subtype of T... | |
helper for pickle... | |
helper for pickle... | |
x.__setattr__('name', value) <==> x.name = value... | |
x.__str__() <==> str(x)... | |
| Method Details |
|---|
__init__(self,
runable)
|
join(self, timeout=None)Stop the thread
|
run(self)overload of threading.thread.run() main control loop
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Mon Jul 25 01:39:28 2005 | http://epydoc.sf.net |