Merge pull request #3504 from a-wi:VideoCapture_get_const_v3

This commit is contained in:
Vadim Pisarevsky
2014-12-26 14:37:47 +00:00
29 changed files with 127 additions and 114 deletions

View File

@@ -569,7 +569,7 @@ public:
**Note**: When querying a property that is not supported by the backend used by the VideoCapture
class, value 0 is returned.
*/
CV_WRAP virtual double get(int propId);
CV_WRAP virtual double get(int propId) const;
protected:
Ptr<CvCapture> cap;