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:
committed by
Yoann Lopes
parent
5a0a3791a1
commit
d27f493df0
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user