AVFCameraFocusControl - focus control for iOS / OS X

Camera focus control for AVFoundation plugin (iOS/OS X).

Change-Id: I0a79e7057ecbb66413debb8eac0f48ff679fc7ba
Reviewed-by: Yoann Lopes <yoann.lopes@theqtcompany.com>
This commit is contained in:
Timur Pocheptsov
2015-01-13 17:32:27 +01:00
parent bc2c42d6c6
commit 60541844c1
6 changed files with 474 additions and 3 deletions

View File

@@ -36,7 +36,9 @@ HEADERS += \
avfmediavideoprobecontrol.h \
avfcamerainfocontrol.h \
avfcamerarenderercontrol.h \
avfcameradevicecontrol.h
avfcameradevicecontrol.h \
avfcamerafocuscontrol.h \
avfconfigurationlock.h
OBJECTIVE_SOURCES += \
avfcameraserviceplugin.mm \
@@ -52,5 +54,6 @@ OBJECTIVE_SOURCES += \
avfmediavideoprobecontrol.mm \
avfcamerainfocontrol.mm \
avfcameradevicecontrol.mm \
avfcamerarenderercontrol.mm
avfcamerarenderercontrol.mm \
avfcamerafocuscontrol.mm