Releasing a video buffer
Once you don't need the image anymore, you have to release it (See the "Generic Vision Module" section for a better understanding of the reasons).
// Release image cameraProxy->call<int>( "releaseImage" , GVM_name ); // Or use the specific video proxy for more efficiency : cameraProxy->releaseImage(GVM_name);