Alternatives to OpenCV VideoCapture? [closed]

asked 2020-01-02 09:28:43 -0600

Given that the OpenCV ViceoCapture API is so hit and miss (only way to count cameras is to suck it and see, no way to query if a camera property is supported, no way to discover the parameters value range, ...) what do other people use if they want do things like exposure control (for HDR) and the like?

I'm using python under windows for prototyping and will eventually targeting PC and android (so will eventually be coding in either C# or C++)

edit retag flag offensive reopen merge delete

Closed for the following reason question is off-topic or not relevant by LBerger
close date 2020-01-02 10:45:31.627440

Comments

1

write your own api...

LBerger gravatar imageLBerger ( 2020-01-02 10:45:24 -0600 )edit