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
2 | No.2 Revision |
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