From: Alexander Reshetnikov Date: Mon, 27 Feb 2012 14:37:20 +0000 (+0000) Subject: Updated positioning test (removed frame reading) X-Git-Tag: accepted/2.0/20130307.220821~1242 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a92e3dcdad3fbc366863a0376ce7bef48b6dd24e;p=profile%2Fivi%2Fopencv.git Updated positioning test (removed frame reading) --- diff --git a/modules/highgui/test/test_positioning.cpp b/modules/highgui/test/test_positioning.cpp index c9cdb59..fec0a07 100644 --- a/modules/highgui/test/test_positioning.cpp +++ b/modules/highgui/test/test_positioning.cpp @@ -156,7 +156,7 @@ void CV_VideoPositioningTest::run_test(int method) cvSetCaptureProperty(cap, CV_CAP_PROP_POS_FRAMES, idx.at(j)); - IplImage* frame = cvRetrieveFrame(cap); + /* IplImage* frame = cvRetrieveFrame(cap); 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->set_failed_test_info(cvtest::TS::FAIL_EXCEPTION); flag = !flag; - } + } */ int val = (int)cvGetCaptureProperty(cap, CV_CAP_PROP_POS_FRAMES);