Quantcast
Channel: OpenCV Q&A Forum - Latest question feed
Viewing all articles
Browse latest Browse all 600

OpenCV V3.3 64bit Video Capture Memory Leak

$
0
0
Dear community, with this simple peace of code a get a memory leak using opencv v3.3 64bit with Visual Studio 2015. int i = 0; while (i++ < 50) { VideoCapture test; test = VideoCapture(0); } Can you help me to avoid this? It seems to be a bug in opencv. After the loop finished the memory is leaked and even waiting for the freeing is no good. Best Regards

Viewing all articles
Browse latest Browse all 600

Trending Articles