Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Sincerely I ran this code

int i=0;
while (i<200) {
  VideoCapture test; test = VideoCapture(0); test.release();
  i++;
}

to get this results

Duration: ~5min
Physical Memory Available: min ~4,597,000K max ~5,016,000K

image description

Sincerely I ran this code

int i=0;
while (i<200) {
  VideoCapture test; test = VideoCapture(0); test.release();
  i++;
}

to get this results

Duration: ~5min
Physical Memory Available: min ~4,597,000K max ~5,016,000K

image descriptionimage description