summaryrefslogtreecommitdiffhomepage
path: root/cv/video-property-page.cpp
AgeCommit message (Collapse)Author
2018-06-26modernize C++ syntaxStanislaw Halik
No visible changes (hopefully).
2018-06-26core, modules: modernize syntax onlyStanislaw Halik
Use more C++17 features where this helps any.
2018-05-26cv/video-property-page: fix qv4l2 invocation for Linux #726Stanislaw Halik
Submitted-by: Artem Sobolev
2018-01-25cv: no fork anymoreStanislaw Halik
Changes were merged to mainline OpenCV.
2018-01-18compat/util: retireStanislaw Halik
Adjust usages.
2018-01-10cv: cleanupStanislaw Halik
2018-01-10cv: fix evil typoStanislaw Halik
the "> 0" comparison was comparing the enum, not the function retval.
2018-01-04cv: oops, fix conditionalStanislaw Halik
2018-01-04cv: fixed ps3 eye dialogStanislaw Halik
2017-09-22cv: use amcap.exe for ps3 eye exposure settingsStanislaw Halik
2017-02-25cv: fix clang warningStanislaw Halik
2016-10-01camera settings: disable for all A4 TECH camerasStanislaw Halik
We've had two reported crashes. Issue: #468
2016-09-17cv: bring video property page from the atticStanislaw Halik