videoio: drop VideoCaptureModes enum in favour of fourcc#13151
videoio: drop VideoCaptureModes enum in favour of fourcc#13151opencv-pushbot merged 1 commit intoopencv:masterfrom
Conversation
|
Please note this comment from here: Actually there are two "processing" formats: Related properties:
|
2028b12 to
b92178b
Compare
|
yes, I am aware of that. However for (2) there is also There I argue that e.g. For instance in the MSMF backend: My point here is that the VideoCapture cannot know these details as they are hardware-depended and we should expose that to the user (as in allow (1) == (2)). Therefore I consider However this API does not exist yet, but maybe we can add it during the 4.0 cycle. Having to keep |
fixes #5485