AVFCameraExposureControl - exposure control for iOS

Exposure control, version for AVFoundation plugin (this code is using
quite a new API, iOS >=8 only).

Change-Id: I6871a758e8dfb98ab46b66d91a44142163e0bb44
Reviewed-by: Yoann Lopes <yoann.lopes@theqtcompany.com>
This commit is contained in:
Timur Pocheptsov
2015-01-14 12:18:53 +01:00
parent 60541844c1
commit 39f5de4106
5 changed files with 756 additions and 2 deletions

View File

@@ -38,6 +38,7 @@ HEADERS += \
avfcamerarenderercontrol.h \
avfcameradevicecontrol.h \
avfcamerafocuscontrol.h \
avfcameraexposurecontrol.h \
avfconfigurationlock.h
OBJECTIVE_SOURCES += \
@@ -55,5 +56,6 @@ OBJECTIVE_SOURCES += \
avfcamerainfocontrol.mm \
avfcameradevicecontrol.mm \
avfcamerarenderercontrol.mm \
avfcamerafocuscontrol.mm
avfcamerafocuscontrol.mm \
avfcameraexposurecontrol.mm