summaryrefslogtreecommitdiffstats
path: root/examples/camera/camera.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
| | | | | | 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-071-4/+4
| | | | | | | 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-071-3/+3
| | | | | | | 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
* Camera example: Add support for capture key on SymbianTuomas Viitanen2011-05-171-0/+8
| | | | | Task-number: QTMOBILITY-1379 Reviewed-by: Dmytro Poplavskiy
* Added/Modified licence headers. Fixed copyright year.Toby Tomkins2010-11-091-29/+28
| | | | | | 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-271-5/+10
| | | | | Task-number:MOBILITY-1797 Reviewed-by: Justin McPherson
* Defer exit.hawcroft2010-10-261-3/+28
| | | | | | | Exit only after image is saved to disk during capturing process. Task-number: MOBILITY-1797 Reviewed-by: Ling Hu
* 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-301-2/+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-051-0/+32
|
* 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.
* Updated camera example UI to make it more usable on small screens.Dmytro Poplavskiy2010-07-141-33/+36
|
* 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-051-0/+368
| | | | | | | | | | | | 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-041-368/+0
| | | | | This reverts commit 448d4a4301b7abeb9065aca13b62c70422239b94, reversing changes made to 815d646dc485b6d15fbddc2814201a5b50be4a85.
* Added Camera example.Dmytro Poplavskiy2010-06-301-0/+368
|
* Changed QAbstractMediaService API.Kurt Korbatits2009-08-271-149/+0
|
* Fix license. This code belongs to Qt Mobility.Alex2009-08-181-1/+1
|
* Update license headerAlex2009-08-181-1/+1
|
* Update to getting v4l and audiocapture plugins working again.Kurt Korbatits2009-08-181-1/+1
|
* Got audiocapture plugin working.Kurt Korbatits2009-08-111-24/+31
|
* 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-051-7/+8
|
* Fixed camera example, brightness set/get is through QCamera API.Kurt Korbatits2009-07-231-4/+2
|
* Update to QCamera impl.Kurt Korbatits2009-07-231-18/+31
|
* Updated QCamera API.Kurt Korbatits2009-07-221-5/+6
|
* Added camera example.Kurt Korbatits2009-07-211-0/+122