Add AVF camera utilities - general aux. functions/classes

Move configuration lock class into avfutility.h + add several standalone functions
to work with  AVCaptureDeviceFormat/AVCaptureDevice etc. - utility functions that are not
specific to any class.

Change-Id: Idba544248772a3b2a4e00dddb377b1c0e62b8085
Reviewed-by: Yoann Lopes <yoann.lopes@theqtcompany.com>
This commit is contained in:
Timur Pocheptsov
2015-02-20 09:43:39 +01:00
committed by Yoann Lopes
parent 5a0a3791a1
commit d27f493df0
6 changed files with 430 additions and 8 deletions

View File

@@ -39,7 +39,7 @@ HEADERS += \
avfcameradevicecontrol.h \
avfcamerafocuscontrol.h \
avfcameraexposurecontrol.h \
avfconfigurationlock.h
avfcamerautility.h
OBJECTIVE_SOURCES += \
avfcameraserviceplugin.mm \
@@ -57,7 +57,8 @@ OBJECTIVE_SOURCES += \
avfcameradevicecontrol.mm \
avfcamerarenderercontrol.mm \
avfcamerafocuscontrol.mm \
avfcameraexposurecontrol.mm
avfcameraexposurecontrol.mm \
avfcamerautility.mm
ios {