Merge pull request #3504 from a-wi:VideoCapture_get_const_v3
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user