cvGetCaptureProperty 359 modules/videoio/include/opencv2/videoio/videoio_c.h CVAPI(double) cvGetCaptureProperty( CvCapture* capture, int property_id ); cvGetCaptureProperty 94 modules/videoio/test/test_framecount.cpp int framecount = (int)cvGetCaptureProperty(cap, CAP_PROP_FRAME_COUNT); cvGetCaptureProperty 91 modules/videoio/test/test_positioning.cpp int N = (int)cvGetCaptureProperty(cap, CAP_PROP_FRAME_COUNT); cvGetCaptureProperty 176 modules/videoio/test/test_positioning.cpp int val = (int)cvGetCaptureProperty(cap, CAP_PROP_POS_FRAMES);