summaryrefslogtreecommitdiffstats
path: root/examples/multimediawidgets/camera/videosettings_mobile.ui
Commit message (Collapse)AuthorAgeFilesLines
* Fix resolution list to a camera format listSamuel Mira2021-10-071-18/+36
| | | | | | | | | | | | | | | | | | Changed the resolution list (widthxheight) to camera a format list (PixelFormat widthxheight MinFps-MaxFps FPS) Changed the Frames per Second to be a spinbox and a slider so it would give feedback of the selected FPS while being easy to change on a mobile device. This way users can fine tune how many fps they want for the capture (previously was either min or max) Set the selected cameraFormat to the camera in the captureSession since it was needed for saving all the changes and it fixed QTBUG-96739 by coincidence Fixes: QTBUG-96719 Fixes: QTBUG-96739 Pick-to: 6.2 Change-Id: I9eaacfbf860d8a4d03c2044b41de5d84139b3b17 Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
* make widgets camera example mobile friendlyAssam Boudjelthia2021-08-301-0/+189
Put the controls on the button of the screen and lock the view on portrait mode on Android. Task-number: QTBUG-96077 Pick-to: 6.2 Change-Id: Ib09068723d892285cc15dd0ef5a708a21220abdd Reviewed-by: Lars Knoll <lars.knoll@qt.io> Reviewed-by: Doris Verria <doris.verria@qt.io>