summaryrefslogtreecommitdiffstats
path: root/src/plugins/android/src/mediacapture/qandroidcamerasession.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-201-2/+11
|\
| * Android: Remove usage of qt_androidRequestPermissionVal Doroshchuk2019-11-151-1/+1
| * Android: Don't close camera when recording permission is askedVal Doroshchuk2019-11-151-1/+10
* | Introduce QVideoFrame::image()VaL Doroshchuk2019-10-311-2/+1
|/
* Android: Allow starting camera without viewfinder availableVal Doroshchuk2019-05-131-11/+32
* Android: Don't postpone setting of camera's stateVal Doroshchuk2019-05-031-19/+21
* Android: Use CaptureStillImage as default capture modeVal Doroshchuk2019-03-281-1/+1
* Fix crash when an app is sent to background while capturing an imageVal Doroshchuk2017-11-101-3/+7
* Android: Run-time permission checks for cameraChristian Strømme2017-04-231-1/+1
* Android: Fix camera preview orientationChristian Strømme2017-04-201-0/+6
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-131-0/+6
|\
| * Android: restart preview when image capture failsYoann Lopes2016-08-121-0/+3
| * Android: don't process capture previews when capture is canceledYoann Lopes2016-08-121-0/+3
* | Merge remote-tracking branch 'origin/5.6' into 5.7Yoann Lopes2016-08-011-2/+13
|\|
| * Android camera: use closest viewfinder resolutionAnatoly Stolbov2016-07-271-2/+13
* | Implement QCameraViewfinderSettingsControl2 interface for AndroidRuslan Baratov2016-06-021-40/+191
* | Updated license headersAntti Kokko2016-01-191-14/+20
* | Merge remote-tracking branch 'origin/5.6' into devChristian Strømme2016-01-151-85/+84
|\|
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-01-071-0/+29
| |\
| | * Android: check for exceptions in some camera operations.Yoann Lopes2015-12-031-0/+29
| * | Android: support non OpenGL video surfaces for the camera.Yoann Lopes2015-12-041-85/+55
* | | Replace foreach with range-based forAnton Kudryavtsev2016-01-151-1/+1
|/ /
* / Add private API for conversion from QVideoFrame to QImage.Yoann Lopes2015-10-201-5/+6
|/
* Android: minor refactor of the camera frame callback.Yoann Lopes2015-08-201-40/+41
* Android: fix setting the camera preview resolution.Yoann Lopes2015-05-271-16/+18
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-131-9/+14
|\
| * Android: fix adjusting camera viewfinder resolution.Yoann Lopes2015-02-111-9/+14
* | Update copyright headersAntti Kokko2015-02-121-7/+7
|/
* Update license headers and add new license filesAntti Kokko2014-08-241-18/+10
* Android: Make sure we check and clear exceptions from the camera.Christian Strømme2014-07-141-3/+4
* Android: don't start camera preview until the viewfinder is ready.Yoann Lopes2014-06-051-11/+25
* Android: Don't expose java calls in the control classes.Christian Strømme2014-06-041-28/+2
* Android: Rename the wrapper classesChristian Strømme2014-06-041-16/+16
* Moved QMediaStorageLocation out of the Android plugin.Yoann Lopes2014-05-091-2/+6
* Android: Release the surface texture when not in useChristian Strømme2014-04-121-2/+8
* Android: implement QCameraInfoControl.Yoann Lopes2014-02-281-18/+51
* Android: add missing information in frames retrieved with QVideoProbe.Yoann Lopes2014-01-301-6/+11
* Android: QVideoProbe support for cameraDenis Kormalev2014-01-081-4/+48
* Android: camera moved to a dedicated threadDenis Kormalev2013-12-231-13/+28
* Android: fix camera previewDenis Kormalev2013-12-111-13/+7
* Android: fix camera viewfinder orientation.Yoann Lopes2013-12-051-5/+32
* Android: use correct format when capturing a picture to a buffer.Yoann Lopes2013-11-061-10/+39
* Android: fix camera preview showing black frames after restarting it.Yoann Lopes2013-10-291-1/+5
* Add Linguist comment for translation of Drive-mode.Friedemann Kleint2013-10-151-0/+1
* Android: fixed image capture preview.Yoann Lopes2013-10-011-4/+32
* Android: refactor video renderer.Yoann Lopes2013-10-011-16/+11
* Android: added camera support.Yoann Lopes2013-09-121-0/+553