Updated positioning test (removed frame reading)
This commit is contained in:
parent
5c0f2f8ea1
commit
a92e3dcdad
@ -156,7 +156,7 @@ void CV_VideoPositioningTest::run_test(int method)
|
|||||||
|
|
||||||
cvSetCaptureProperty(cap, CV_CAP_PROP_POS_FRAMES, idx.at(j));
|
cvSetCaptureProperty(cap, CV_CAP_PROP_POS_FRAMES, idx.at(j));
|
||||||
|
|
||||||
IplImage* frame = cvRetrieveFrame(cap);
|
/* IplImage* frame = cvRetrieveFrame(cap);
|
||||||
|
|
||||||
if (!frame)
|
if (!frame)
|
||||||
{
|
{
|
||||||
@ -168,7 +168,7 @@ void CV_VideoPositioningTest::run_test(int method)
|
|||||||
ts->printf(cvtest::TS::LOG, "\nIteration: %d\n\nError: cannot read a frame with index %d.\n", j, idx.at(j));
|
ts->printf(cvtest::TS::LOG, "\nIteration: %d\n\nError: cannot read a frame with index %d.\n", j, idx.at(j));
|
||||||
ts->set_failed_test_info(cvtest::TS::FAIL_EXCEPTION);
|
ts->set_failed_test_info(cvtest::TS::FAIL_EXCEPTION);
|
||||||
flag = !flag;
|
flag = !flag;
|
||||||
}
|
} */
|
||||||
|
|
||||||
int val = (int)cvGetCaptureProperty(cap, CV_CAP_PROP_POS_FRAMES);
|
int val = (int)cvGetCaptureProperty(cap, CV_CAP_PROP_POS_FRAMES);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user