summaryrefslogtreecommitdiffstats
path: root/examples/camera
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year in Digia's license headersSergio Ahumada2013-01-109-9/+9
| | | | | | Change-Id: I96513e8b6f09e76998a18edb5411ae06f52cba7c Reviewed-by: Akseli Salovaara <akseli.salovaara@digia.com> Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
* Update to new license formatSergio Ahumada2012-11-079-36/+36
| | | | | | | Also fixing some left overs from 8de152a9e1deb533070663cccf6a98e0d374b1d6 Change-Id: I28a91ca233dd835e6e53efbbd7ebd649461f5c04 Reviewed-by: Lars Knoll <lars.knoll@digia.com>
* Change copyrights from Nokia to DigiaSergio Ahumada2012-11-079-27/+27
| | | | | | | Change copyrights and license headers from Nokia to Digia Change-Id: Ie3b9224b2b6a32b417fa0b6643350d45046381e6 Reviewed-by: Lars Knoll <lars.knoll@digia.com>
* Fixed "Options menu is not shown" problem of camera example appTarmo Lehto2012-01-021-0/+10
| | | | | | | Fixed "Options menu is not shown" on Qt Simulator from camera example app. Reviewed-by: Aapo Haapanen Task-number: QTMOBILITY-1999
* Symbian camera examples: Fix camera key handling on S60 5.0Tuomas Viitanen2011-09-142-1/+9
| | | | | | | | Unregistering the camera key should only be done on Symbian3 and later platforms. Reviewed-by: Derick Hawcroft Change-Id: I77d07c0cae4d4001395f6df96b9e4d6cb8490d4f
* Camera example: Add support for capture key on SymbianTuomas Viitanen2011-05-176-1/+209
| | | | | Task-number: QTMOBILITY-1379 Reviewed-by: Dmytro Poplavskiy
* Camera Example: Use self-signable capabilities on SymbianTuomas Viitanen2011-04-131-1/+1
|
* Fix camera example orientation on symbian.Tuomas Viitanen2011-04-051-6/+7
| | | | | | | It's necessary to lock orientation before QCamera construction to avoid expensive reinitialization. Reviewed-by: Dmytro Poplavskiy
* Camera: added capture to buffer API.Dmytro Poplavskiy2011-03-241-1/+3
| | | | | Task-number: QTMOBILITY-1175 Reviewed-by: Justin McPherson
* rename examples.pri to be more specificMaurice Kalinowski2011-03-031-1/+1
| | | | | | | otherwise it might conflict with Qt or other examples included in the SDK. This enables to have Mobility specific features only in this part (cherry picked from commit d141f9115a0c7975df055c93ba154bc21aa39c4b)
* Added/Modified licence headers. Fixed copyright year.Toby Tomkins2010-11-097-203/+196
| | | | | | Task-number: MOBILITY-1599 Reviewed-by: Alexander Abramov (cherry picked from commit 4910fb9c6178165c38cc531b9718000bee31bfb6)
* Camera example: respect supported still/video capture modes.Dmytro Poplavskiy2010-11-081-1/+6
| | | | Reviewed-by: Andrew den Exter
* improve "do not exit before finishing saving image" codehawcroft2010-10-272-5/+11
| | | | | Task-number:MOBILITY-1797 Reviewed-by: Justin McPherson
* Defer exit.hawcroft2010-10-262-3/+33
| | | | | | | Exit only after image is saved to disk during capturing process. Task-number: MOBILITY-1797 Reviewed-by: Ling Hu
* symbian: Lock camera into landscape mode.hawcroft2010-10-192-0/+7
| | | | | | | - Camera app should be in landscape anyway for better user experience. - Solves silly Qt bugs like the ones below. Task-number:MOBILITY-1628 MOBILITY-1646
* symbian: increase allowable heap size for large imageshawcroft2010-10-111-0/+1
|
* Camera examples: use raser by default on symbian.Dmytro Poplavskiy2010-10-061-0/+4
| | | | For both camera and qml examples.
* Camera example: leave image preview when focusing button is pressed.Dmytro Poplavskiy2010-08-301-0/+1
|
* Camera example: toggle recording when the camera button is pressedDmytro Poplavskiy2010-08-301-7/+7
| | | | instead of recording while the button is pressed.
* Camera example: Display captured image preview in the same size asDmytro Poplavskiy2010-08-302-5/+6
| | | | viewfinder.
* Camera: don't check for camera keys on qt < 4.7Dmytro Poplavskiy2010-08-051-2/+6
| | | | Since Qt::Key_Camera and Key_CameraFocus are introduced in 4.7.
* Camera example: fixed Key_Camera handling.Dmytro Poplavskiy2010-08-051-1/+1
| | | | | Trivial fix, changed keyPressEvent was where keyReleaseEvent meant to be.
* Camera example: hide focus button on maemo.Dmytro Poplavskiy2010-08-051-1/+13
| | | | The hardware button is used instead.
* Camera example: process Key_Camera and Key_CameraFocus key events.Dmytro Poplavskiy2010-08-052-0/+36
|
* Camera example: updated video settings dialog to fit better the smallDmytro Poplavskiy2010-08-041-111/+133
| | | | screen.
* Separated QCamera::state to QCamera::state and QCamera::status.Dmytro Poplavskiy2010-08-041-29/+7
| | | | | | QCamera::state changes are synchronous and reflect user input/intention while QCamera::status is asynchronous and used to notify application about internal state of backend.
* Camera example: It's not necessary to set the default output location.Dmytro Poplavskiy2010-07-211-2/+0
| | | | | The backens should select the system/device specific location instead.
* Camera example: renamed "take image" with "capture photo".Dmytro Poplavskiy2010-07-151-1/+1
|
* Updated camera example UI to make it more usable on small screens.Dmytro Poplavskiy2010-07-143-116/+187
|
* Fixed camera example title.Dmytro Poplavskiy2010-07-141-1/+1
|
* Fixed camera example.Dmytro Poplavskiy2010-07-091-3/+1
| | | | Don't skip the Idle state when the camera is restarted.
* Revert "Revert "Merge branch 'master' of ../../mainline/qtmobility""David Laing2010-07-0511-0/+1799
| | | | | | | | | | | | This reverts commit e38ebf00c0b539a7756b21946693e201269b976a. Conflicts: examples/telephony/dialer/dialer.pro src/s60installs/bwins/QtMultimediaKitu.def src/s60installs/bwins/QtServiceFrameworku.def src/s60installs/bwins/QtSystemInfou.def src/s60installs/eabi/QtSystemInfou.def
* Revert "Merge branch 'master' of ../../mainline/qtmobility"David Laing2010-07-0411-1799/+0
| | | | | This reverts commit 448d4a4301b7abeb9065aca13b62c70422239b94, reversing changes made to 815d646dc485b6d15fbddc2814201a5b50be4a85.
* symbian: fix typo "symbian: {" --> "symbian {"Derick Hawcroft2010-07-021-1/+1
| | | | | Just a hunch but this might cause camera to not build for pre Symbian^3 SDK's
* Fixed camera example compilation.Dmytro Poplavskiy2010-06-301-1/+0
|
* Added Camera example.Dmytro Poplavskiy2010-06-3011-0/+1800
|
* Changed QAbstractMediaService API.Kurt Korbatits2009-08-274-293/+0
|
* Fix license. This code belongs to Qt Mobility.Alex2009-08-183-3/+3
|
* Update license headerAlex2009-08-183-3/+3
|
* Update to getting v4l and audiocapture plugins working again.Kurt Korbatits2009-08-181-1/+1
|
* Fixed multimedia check in examples.Kurt Korbatits2009-08-111-1/+1
|
* Got audiocapture plugin working.Kurt Korbatits2009-08-112-27/+40
|
* Got audiocapture compiling again.Kurt Korbatits2009-08-111-6/+8
|
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qtmobility/multimediaKurt Korbatits2009-08-061-4/+0
|\ | | | | | | | | | | | | Conflicts: multimedia/qcamera.cpp multimedia/qcamera.h multimedia/qcameracontrol.h
* | Got camera example working using v4l plugin.Kurt Korbatits2009-08-061-0/+9
|/
* Update to v4l plugin and camera API.Kurt Korbatits2009-08-053-17/+17
|
* Fixed camera example, brightness set/get is through QCamera API.Kurt Korbatits2009-07-231-4/+2
|
* Update to QCamera impl.Kurt Korbatits2009-07-232-19/+34
|
* Updated QCamera API.Kurt Korbatits2009-07-222-7/+10
|
* Added camera example.Kurt Korbatits2009-07-214-0/+257