summaryrefslogtreecommitdiffstats
path: root/src/plugins/directshow/camera/directshowcameraexposurecontrol.cpp
Commit message (Collapse)AuthorAgeFilesLines
* DirectShow: Fix clang-tidy warnings about else after returnFriedemann Kleint2018-09-051-8/+10
| | | | | | | | | - Unindent the code or replace by switch () - Smaller fixups when reindenting (nullptr, use QStringView for comparison against wchar_t) Change-Id: I249cb00b9ebe375b089d8d53b10c2d16d5771680 Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
* DirectShow: Add exposure controlChristian Stromme2018-01-221-0/+411
Makes it possible to manually control the shutter speed and/or the aperture on cameras that supports it. [ChangeLog][DirectShow] Added support for manual camera exposure control Change-Id: I340964f899fec365df870834b230c1d743ceb2e8 Reviewed-by: Andy Shaw <andy.shaw@qt.io>