summaryrefslogtreecommitdiffstats
path: root/examples/multimediawidgets/camera/camera.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix the camera format used by the camera exampleLars Knoll2022-01-051-12/+12
* Camera example: Don't crash is the system doesn't have a cameraLars Knoll2021-11-011-8/+10
* Fix resolution list to a camera format listSamuel Mira2021-10-071-0/+19
* make widgets camera example mobile friendlyAssam Boudjelthia2021-08-301-0/+4
* Camera example: Don't start a new recording when switching camerasDoris Verria2021-08-301-3/+5
* Rename QMediaCaptureSession::encoder to recorderLars Knoll2021-07-081-15/+15
* Rename QCameraImageCapture to QImageCaptureLars Knoll2021-06-171-6/+6
* Rename QCamera::cameraInfo to cameraDeviceLars Knoll2021-06-161-6/+6
* Get rid of QMediaEncoderSettingsLars Knoll2021-06-161-7/+2
* Rename QMediaEncoder to QMediaRecorderLars Knoll2021-06-161-11/+11
* Kill QMediaEncoderBaseLars Knoll2021-06-161-4/+4
* Get rid of QImageEncoderSettingsLars Knoll2021-06-161-4/+1
* Use QAudioInput in QMediaCaptureSessionLars Knoll2021-06-111-2/+5
* Rename QCameraInfo/QAudioDeviceInfo to QCamera/AudioDeviceLars Knoll2021-06-081-6/+6
* Remove some debug outputLars Knoll2021-06-031-15/+0
* Add support for audio capture/encoding on WindowsAndre de la Rocha2021-05-271-2/+7
* Remove contrast/brightness/hue/saturation properties from QCameraLars Knoll2021-05-191-13/+0
* Cleanup the QMediaEncoder backend architectureLars Knoll2021-05-191-2/+1
* Merge QCameraImageProcessing into QCameraLars Knoll2021-05-181-21/+12
* Merge QCameraExposure into QCameraLars Knoll2021-05-181-1/+1
* Rename QMediaDeviceManager to QMediaDevicesVolker Hilsheimer2021-05-071-5/+5
* New QML API for image capturingLars Knoll2021-04-191-3/+2
* Make QMediaDeviceManager available to QMLLars Knoll2021-04-191-2/+3
* Rename videoPreview to videoOutputLars Knoll2021-04-161-1/+1
* Add support for Hue adjustment to QCameraImageProcessingLars Knoll2021-03-231-0/+4
* Add V4L2 handling of image processing fieldsLars Knoll2021-03-231-0/+18
* Re-add support for gstreamer image captureLars Knoll2021-03-231-0/+1
* Some fixes to meta data handlingLars Knoll2021-03-191-3/+7
* Move the audio input settings from the encoder to the capture sessionLars Knoll2021-03-181-1/+1
* Add a QMediaEncoder classLars Knoll2021-03-171-21/+21
* Make QMediaCaptureSession the new central class for media capturingLars Knoll2021-03-161-3/+6
* Simplify state handling in QCamera and QMediaRecorderLars Knoll2021-03-161-11/+5
* Set metadata when recording to the camera exampleDoris Verria2021-03-021-0/+40
* Remove manual metatype declarations and registrationsLars Knoll2021-03-021-2/+0
* And finally kill QMediaServiceLars Knoll2021-02-171-1/+0
* Get rid of QCamera::CaptureModeLars Knoll2021-02-171-16/+4
* Rework the metadata handlingLars Knoll2021-02-121-2/+0
* Remove camera locking APILars Knoll2021-02-121-54/+1
* More changes for QMediaFormat handling on the backendLars Knoll2021-02-091-3/+3
* Use the new QMediaEncoderSettings in QMediaRecorderLars Knoll2021-02-091-11/+4
* New API for handling media formats and codecsLars Knoll2021-02-091-0/+16
* Implement notifications when the available cameras change for macOSLars Knoll2021-01-291-11/+18
* Make camera switching in the camera example workLars Knoll2021-01-291-6/+6
* Remove the static methods from QCameraInfoLars Knoll2021-01-221-3/+4
* Kill QCameraViewFinderLars Knoll2021-01-221-1/+1
* Remove QT_DEPRECATED APIVaL Doroshchuk2020-06-041-1/+1
* Gstreamer: Fix camera example to apply video settingsVaL Doroshchuk2018-11-051-0/+3
* Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-271-3/+13
|\
| * Fix outdated BSD license headerKai Koehne2017-10-181-3/+13
* | Modernize the Camera exampleVaL Doroshchuk2017-09-281-78/+65
|/