I am trying to perform pyrMeanSiftFiltering on the frame captured using camera. It is working fine in VS2010 for a color image. But on using the same operation on the frame captured using raspi Camera it is getting stuck. No error reported though. Is it possible to implement opencv pyrMeanSiftFiltering(frame,frame,30,30,3) in raspi?