Add a simple Torch class that wraps the camera flash.
Since nearly all programmable torch hardware doubles as camera flash hardware, offer this class here that wraps the QCameraFlashControl. Change-Id: Ib2c061c21c14221d67477d8a3fd89a76fc26ed71 Reviewed-by: Jonas Rabbe <jonas.rabbe@nokia.com>
This commit is contained in:
committed by
Qt by Nokia
parent
c40d79106c
commit
8c74e5e7e7
@@ -26,7 +26,8 @@ HEADERS += \
|
||||
qdeclarativecameraflash_p.h \
|
||||
qdeclarativecamerafocus_p.h \
|
||||
qdeclarativecameraimageprocessing_p.h \
|
||||
qdeclarativecamerapreviewprovider_p.h
|
||||
qdeclarativecamerapreviewprovider_p.h \
|
||||
qdeclarativetorch_p.h
|
||||
|
||||
SOURCES += \
|
||||
multimedia.cpp \
|
||||
@@ -46,7 +47,8 @@ SOURCES += \
|
||||
qdeclarativecameraflash.cpp \
|
||||
qdeclarativecamerafocus.cpp \
|
||||
qdeclarativecameraimageprocessing.cpp \
|
||||
qdeclarativecamerapreviewprovider.cpp
|
||||
qdeclarativecamerapreviewprovider.cpp \
|
||||
qdeclarativetorch.cpp
|
||||
|
||||
OTHER_FILES += \
|
||||
Video.qml
|
||||
|
||||
Reference in New Issue
Block a user