![]() |
|
#8
|
|||
|
|||
In the following example code both functions get called once a second. Is this along the lines of what you're trying to do?
Code:
import viz import vizact viz.go() def Blink_Detection(): print 'inside blink detection' def Region_of_Interest(): print 'inside region of interest' vizact.ontimer(1,Blink_Detection) vizact.ontimer(1,Region_of_Interest) |
Tags |
multiprocessing, vizmultiprocess |
Thread Tools | |
Display Modes | Rate This Thread |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Multiprocessing Process | sleiN13 | Vizard | 2 | 08-01-2011 04:47 AM |