Ask Your Question

PecenkA's profile - activity

2013-10-28 06:09:59 -0600 asked a question Java virtual machine process javaw.exe does not close after I quit my application (multithreading)

Hello

I've sucessfully set up OpenCV 2.4.6. in Eclipse (Windows) and I can use it normally. The problem appears after I close my application. The process javaw.exe is still active. If I remove the part where I create a new Runnable thread for image acquisition then everything is normal. I use org.opencv.highgui.VideoCapture class in that thread. Any insight would be helpful.

Best regards PecenkA