Hi,

My application have 2 threads, one to grab images from a camera and the second to perform some process to the images.

I'm trying to use "BlockingQueuedConnection" to emit image pointers(from the process thread)that are displayed into the Main Thread.

It works perfectly until I stop the threads, where the application hangs.