From fb63cbb74b4d084a7cc80327f18d273ec394bd7e Mon Sep 17 00:00:00 2001 From: Ishank gulati Date: Mon, 21 Dec 2015 18:36:59 +0530 Subject: [PATCH] path to videocapture-get changed --- .../py_gui/py_video_display/py_video_display.markdown | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/py_tutorials/py_gui/py_video_display/py_video_display.markdown b/doc/py_tutorials/py_gui/py_video_display/py_video_display.markdown index 7b532ac9a3..7275488437 100644 --- a/doc/py_tutorials/py_gui/py_video_display/py_video_display.markdown +++ b/doc/py_tutorials/py_gui/py_video_display/py_video_display.markdown @@ -51,8 +51,7 @@ Otherwise open it using **cap.open()**. You can also access some of the features of this video using **cap.get(propId)** method where propId is a number from 0 to 18. Each number denotes a property of the video (if it is applicable to that -video) and full details can be seen here: [Property -Identifier](http://docs.opencv.org/modules/highgui/doc/reading_and_writing_video.html#videocapture-get). +video) and full details can be seen here: cv::VideoCapture::get() . Some of these values can be modified using **cap.set(propId, value)**. Value is the new value you want.