answered Oct 23 '12
You should call cvWaitKey with some delay:
cvWaitKey
cvWaitKey(10);
When you call cvWaitKey without parameter it means "wait forever while not key pressed".