QML Camera element redesign.
Grouped camera properties in a similar way to C++ QCamera API. Added support for video recording. Change-Id: I8667dc90878b3e20eda5523ba562f5687bd0932b Reviewed-on: http://codereview.qt-project.org/3552 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: derick hawcroft <derick.hawcroft@nokia.com>
This commit is contained in:
committed by
Qt by Nokia
parent
47a5dd4371
commit
1913f164dc
@@ -16,6 +16,14 @@ HEADERS += \
|
||||
qsgvideonode_p.h \
|
||||
qsgvideonode_i420.h \
|
||||
qsgvideonode_rgb32.h \
|
||||
qdeclarativecamera_p.h \
|
||||
qdeclarativecameracapture_p.h \
|
||||
qdeclarativecamerarecorder_p.h \
|
||||
qdeclarativecameraexposure_p.h \
|
||||
qdeclarativecameraflash_p.h \
|
||||
qdeclarativecamerafocus_p.h \
|
||||
qdeclarativecameraimageprocessing_p.h \
|
||||
qdeclarativecamerapreviewprovider_p.h
|
||||
|
||||
|
||||
SOURCES += \
|
||||
@@ -26,17 +34,23 @@ SOURCES += \
|
||||
qsgvideonode.cpp \
|
||||
qsgvideonode_i420.cpp \
|
||||
qsgvideonode_rgb32.cpp \
|
||||
qdeclarativecamera.cpp \
|
||||
qdeclarativecameracapture.cpp \
|
||||
qdeclarativecamerarecorder.cpp \
|
||||
qdeclarativecameraexposure.cpp \
|
||||
qdeclarativecameraflash.cpp \
|
||||
qdeclarativecamerafocus.cpp \
|
||||
qdeclarativecameraimageprocessing.cpp \
|
||||
qdeclarativecamerapreviewprovider.cpp
|
||||
|
||||
disabled {
|
||||
HEADERS += \
|
||||
qdeclarativevideo_p.h \
|
||||
qdeclarativecamera_p.h \
|
||||
qdeclarativecamerapreviewprovider_p.h
|
||||
|
||||
|
||||
SOURCES += \
|
||||
qdeclarativevideo.cpp \
|
||||
qdeclarativecamera.cpp \
|
||||
qdeclarativecamerapreviewprovider.cpp
|
||||
|
||||
}
|
||||
|
||||
qmldir.files += $$PWD/qmldir
|
||||
|
||||
Reference in New Issue
Block a user