mirror of
https://github.com/opencv/opencv.git
synced 2025-08-06 14:36:36 +08:00
Merge pull request #11641 from alalek:videoio_test_fixup
This commit is contained in:
commit
b229107f8e
@ -357,7 +357,7 @@ public:
|
||||
|
||||
for (unsigned int i = 0; i < frameCount && next; ++i)
|
||||
{
|
||||
SCOPED_TRACE(cv::format("frame=%d", (int)frameCount));
|
||||
SCOPED_TRACE(cv::format("frame=%d/%d", (int)i, (int)frameCount));
|
||||
|
||||
Mat actual;
|
||||
(*capture) >> actual;
|
||||
|
Loading…
Reference in New Issue
Block a user