summaryrefslogtreecommitdiffstats
path: root/plugins/multimedia/gstreamer/camerabin/camerabincontrol.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-22/+22
| | | | | | | 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>
* Camerabin backend: don't request audio resources unless recording videoDmytro Poplavskiy2011-10-031-0/+22
| | | | | | | | To allow alarms while camera is running. Task-number: PMO 279633 Reviewed-by: Michael Goddard Change-Id: I4760dc9bc05e903da5b9bbe5b449c02929b64426
* Added support for camera torch mode on N9.Dmytro Poplavskiy2011-09-081-0/+3
| | | | | Task-number: QTMOBILITY-1834 Reviewed-by: Michael Goddard
* Re-apply licenseheader text in source files for qtmobilityJyri Tahtela2011-06-301-17/+17
| | | | | | Fix license in files having old license. Reviewed-by: Trust Me
* camerabin backend: allow app to request viewfinder colorspace element.Dmytro Poplavskiy2011-06-031-0/+23
| | | | | | This allows QCamera client to receive video frames in RGB formats. Reviewed-by: Michael Goddard
* Camerabin backend: added captureMode changes notifications.Dmytro Poplavskiy2011-04-181-0/+1
| | | | Reviewed-by: Jonas Rabbe
* Camerabin: unload camera after errorsDmytro Poplavskiy2011-04-131-0/+8
| | | | | | | Camerabin doesn't work correctly after errors. Task-number: MOBILITY-2327 Reviewed-by: Jonas Rabbe
* Camerabin: postpone stopping the camera if it's busy.Dmytro Poplavskiy2010-12-221-7/+47
| | | | | | To ensure the queued image is not lost, recording finished, etc. Reviewed-by: Justin McPherson
* CameraBin backend: resource policy manager integration on MeeGo.Dmytro Poplavskiy2010-12-061-11/+72
| | | | | | | | | Moved resource requests from camerabinrecorder to camerabincontrol, so QCamera::Loaded/Active status is reached only after all the necessary resources are granted. Task-number:MOBILITY-1374 Reviewed-by:Andrew den Exter
* Camerabin backend: disable still image capture for front camera on N900.Dmytro Poplavskiy2010-11-081-0/+11
| | | | | Task-number: MOBILITY-1820 Reviewed-by: Andrew den Exter
* Camerabin backend: added missing CameraBinControl member initializationDmytro Poplavskiy2010-11-041-1/+2
| | | | | | Trivial fix. Reviewed-by: Justin McPherson
* CameraBin backend: improved debug messages.Dmytro Poplavskiy2010-09-281-6/+15
|
* Gstreamer backend: added isReady() property to video output interface.Dmytro Poplavskiy2010-09-071-2/+11
| | | | | It allows to postpone using the video output until it's configured (winId is set or video surface attached).
* QCamera stops the backend to apply certain settings if backendDmytro Poplavskiy2010-08-241-1/+16
| | | | can not do this itself more effectively in Active state.
* CameraBin: camera status is changed to Loaded right after captureDmytro Poplavskiy2010-08-231-6/+5
| | | | | | | settings are changed. The status is changed to Stating in the next event loop to allow sequential changes of viewfinder or capture settings.
* Camerabin backend: Update pipeline when video surface has changed.Dmytro Poplavskiy2010-08-121-0/+4
| | | | | Including video surface supported formats, when the surface is initialized after camera has started.
* CameraBin backend: Don't reload the pipeline more than necessary.Dmytro Poplavskiy2010-08-041-6/+13
|
* Updated gstreamer backend with QCamera::State and Status API chages.Dmytro Poplavskiy2010-08-041-8/+76
|
* Gst Camera: dropped v4l query for supported resolutions,Dmytro Poplavskiy2010-07-131-181/+0
| | | | use gst caps instead.
* Gstreamer backend: replaced mediacapture/maemo with camerabin service.Dmytro Poplavskiy2010-07-121-0/+281
It can be used not only on maemo5/6 but only for camera/video capture. gstreamer/mediacapture is now used for audiosource session on both desktop and maemo.