Hi everyone ,
I want to create two thread A and B . In A i want to extract frame from web cam and display it in the form and in B i want to do recognition using that frame.The execution time of B is longer than A.My problem is that how i will create and communicate between A and B so that display will be fine.

thanks .