View Single Post
  #3  
Old 06-23-2014, 07:38 AM
pradeep pradeep is offline
Member
 
Join Date: Jun 2014
Posts: 14
Now i simply try calling the functions using the multiprocessing in actual python code. but it doesn't works. and now i tried using vizmultiprocess but still i dono how to use it exactly. The blinkdetection() and regionofinterest() are my two functions which has to be run independently from each other and it should start at same time and end at same time when i try to execute where the blinkdetection() function has to run at the background. Is it possible to do here.
Reply With Quote