Documentation: VideoCapture::get (Bug #4282)
Description
In the method VideoCapture::get, the properties list is incorrect for PYTHON. Instead of: "CV_XXXXXXXXXXXXX" it should be: "XXXXXXXXXXXXX", e.g. CV_CAP_PROP_POS_MSEC should be CAP_PROP_POS_MSEC.
History
Updated by Nisarg Thakkar almost 10 years ago
https://github.com/Itseez/opencv/pull/3945
It has already been merged.
Updated by Vadim Pisarevsky almost 10 years ago
ok, the bug has been resolved via the PR mentioned above
- Status changed from New to Done