mirror of
https://github.com/opencv/opencv.git
synced 2025-06-07 17:44:04 +08:00
videoio(test): fixup information dump
This commit is contained in:
parent
58d47ae9c8
commit
5d68c8dbe7
@ -357,7 +357,7 @@ public:
|
|||||||
|
|
||||||
for (unsigned int i = 0; i < frameCount && next; ++i)
|
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;
|
Mat actual;
|
||||||
(*capture) >> actual;
|
(*capture) >> actual;
|
||||||
|
Loading…
Reference in New Issue
Block a user