I use python and opencv to build a stereo tracker using two cameras.
The question is how to set up power line frequency filtration in openCV version 3.0.0 (or any orher). I know that the camera I use (microsoftHD3000) has this property and it can be set from v4l2 in linux and on windows I can use skype to set it once, but this is ugly.
Unfortunately I can not find the corresponding property in CAP_PROP_* constants.
What is the proper way to do it if any?