summaryrefslogtreecommitdiffstats
path: root/examples/multimediawidgets/camera/camera.ui
Commit message (Collapse)AuthorAgeFilesLines
* Remove contrast/brightness/hue/saturation properties from QCameraLars Knoll2021-05-191-92/+11
| | | | | | | | | | | Those methods are only supported on gstreamer (they don't exist on macOS/iOS). They are probably better implemented as a postprocessing effect anyway, so remove the from QCamera to keep the API smaller and more manageable. Change-Id: Ic203b3cac3384cdb0b6648366d47f6254f299197 Reviewed-by: André de la Rocha <andre.rocha@qt.io> Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
* Change menu item text in camera exampleDoris Verria2021-05-121-2/+2
| | | | | | | | | For some reason, the menu items in the camera example will not appear on Mac if the text description is set to Settings or Exit. Change-Id: Idd5baa1283dbb75486f8012a8ae559508b4e6850 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
* Add support for Hue adjustment to QCameraImageProcessingLars Knoll2021-03-231-41/+61
| | | | | | Change-Id: I99dda60c2118972efd6d703de57cb43d0a1f0be5 Reviewed-by: Doris Verria <doris.verria@qt.io> Reviewed-by: Lars Knoll <lars.knoll@qt.io>
* Add V4L2 handling of image processing fieldsLars Knoll2021-03-231-14/+77
| | | | | | | | Ported over from the camerabin code base. Change-Id: Ib1332f91cdf2ccdba0eb8779c5769444a4ea5cc5 Reviewed-by: Doris Verria <doris.verria@qt.io> Reviewed-by: Lars Knoll <lars.knoll@qt.io>
* Set metadata when recording to the camera exampleDoris Verria2021-03-021-0/+10
| | | | | Change-Id: I5a914591f9fe9f09c04da4a1e06b29ac0d92ae00 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
* Remove camera locking APILars Knoll2021-02-121-132/+107
| | | | | | | | | | | | | QCamera::lock()/unlock() is something that's not needed these days anymore. cameras will automatically focus anyway, there's no real reason to lock the focus (or other properties) to some specific value in 99% of the cases. Plus it wasn't supported on Linux or macOS/iOS anyway. Change-Id: I437d29cbb768da3ece42eea8d753eeafa0c534ae Reviewed-by: Doris Verria <doris.verria@qt.io> Reviewed-by: Lars Knoll <lars.knoll@qt.io>
* Kill QCameraViewFinderLars Knoll2021-01-221-3/+3
| | | | | | | | | The class didn't do anything beyond what QVideoWidget does, so simply replace it's usage by QVideoWidget. Change-Id: Ieb2931ea2e98f0f289d9d8ee45745ca9e55226fd Reviewed-by: Doris Verria <doris.verria@qt.io> Reviewed-by: Lars Knoll <lars.knoll@qt.io>
* Add shutter icon to camera exampleFriedemann Kleint2017-06-261-2/+8
| | | | | | Task-number: QTBUG-60627 Change-Id: Ib7268d2b939614e713ea6ac209f1c162002d6142 Reviewed-by: Christian Stromme <christian.stromme@qt.io>
* add error handling in image capturing in cameraJing Bai2013-02-191-1/+4
| | | | | | Task-number: QTBUG-28589 Change-Id: Ib3a04038c16beba66f8b8cff85b310dad9a4460a Reviewed-by: Andy Nichols <andy.nichols@digia.com>
* centralize and fixup example sources install targetsJoerg Bornemann2012-12-051-0/+492
This follows suit with aeb036e in qtbase. Change-Id: Ie8580d0a1f38ab9858b0e44c9f99bdc552a1752a Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by: hjk <qthjk@ovi.com>