path to videocapture-get changed
This commit is contained in:
parent
4cfe2b4dea
commit
fb63cbb74b
@ -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
|
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
|
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
|
video) and full details can be seen here: cv::VideoCapture::get() .
|
||||||
Identifier](http://docs.opencv.org/modules/highgui/doc/reading_and_writing_video.html#videocapture-get).
|
|
||||||
Some of these values can be modified using **cap.set(propId, value)**. Value is the new value you
|
Some of these values can be modified using **cap.set(propId, value)**. Value is the new value you
|
||||||
want.
|
want.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user