summaryrefslogtreecommitdiffstats
path: root/src/multimedia/platform/qnx/camera/bbcameraexposurecontrol.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove QCamera::aperture() and friendsLars Knoll2021-05-181-2/+0
| | | | | | | | | None of the backends implemented support for it, and most cameras today don't allow you to change aperture anyway. Change-Id: Iad820c0a333e23e8a12d36ac2dd511b4ea5fc047 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
* Merge QCameraExposure into QCameraLars Knoll2021-05-181-30/+30
| | | | | | | As per API review, let's only have one class for QCamera. Change-Id: I663e238e93ffd83708821e46f8f154c1fdc07731 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
* Simplify API for flash and torch handlingLars Knoll2021-03-161-21/+24
| | | | | | | | | Follow AVFoundation and make flash mode and torch mode two independent properties. Change-Id: Ie97a691430c1a8abd9c3011dd0ae04d5d55f95c0 Reviewed-by: Doris Verria <doris.verria@qt.io> Reviewed-by: Lars Knoll <lars.knoll@qt.io>
* Rename backend classes as a next step in consistent class namingDoris Verria2021-03-051-17/+17
| | | | | | | | Remove the Control* naming convention of the backend classes and rename to QPlatformFoo. Make headers private. Change-Id: Ic7310c7a22cfcf247d823eb984c09e8a9378c9a9 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
* Get rid of plugins for MM backendsLars Knoll2021-01-221-0/+287
There's no need for having those in plugins and we can further remove abstractions and simplify our code if the code is directly compiled into Qt Multimedia. Change-Id: I5267a6a776375d99be8f0de4207f0288d963e620 Reviewed-by: Doris Verria <doris.verria@qt.io> Reviewed-by: Lars Knoll <lars.knoll@qt.io>