VideoCapture.Set() not working
...and little wonder! I looked into the code and found:
virtual bool setProperty(int, double) { return false; }
...well that's not very useful is it?
Could a developer comment on this please?
my os is : ubuntu 16.04 opencv : 3.3.1 python : 2.7 when I use videoCapture.set(cv2.CAP_PROP_FPS, fps),it's return false.
@rezvan, that's not a bug. most webcams/drivers do not support setting the fps rate.