There already was a control interface for the viewfinder settings but no real public C++ API and a partial QML API. This patch adds a new C++ API and improves the QML API. Supported viewfinder settings are resolution, minimumFrameRate, maximumFrameRate and pixelFormat. The camera can be queried for the supported values for each of these settings. A new control interface was created to match the new API. Change-Id: I289fea038fe46277a5516c956a64280da09ed985 Reviewed-by: Andrew den Exter <andrew.den.exter@qinetic.com.au>
27 lines
1.0 KiB
Plaintext
27 lines
1.0 KiB
Plaintext
# Camera related mock backend files
|
|
INCLUDEPATH += $$PWD \
|
|
../../../../src/multimedia \
|
|
../../../../src/multimedia/video \
|
|
../../../../src/multimedia/camera
|
|
|
|
HEADERS *= \
|
|
../qmultimedia_common/mockcameraservice.h \
|
|
../qmultimedia_common/mockcameraflashcontrol.h \
|
|
../qmultimedia_common/mockcameralockscontrol.h \
|
|
../qmultimedia_common/mockcamerafocuscontrol.h \
|
|
../qmultimedia_common/mockcamerazoomcontrol.h \
|
|
../qmultimedia_common/mockcameraimageprocessingcontrol.h \
|
|
../qmultimedia_common/mockcameraimagecapturecontrol.h \
|
|
../qmultimedia_common/mockcameraexposurecontrol.h \
|
|
../qmultimedia_common/mockcameracapturedestinationcontrol.h \
|
|
../qmultimedia_common/mockcameracapturebuffercontrol.h \
|
|
../qmultimedia_common/mockimageencodercontrol.h \
|
|
../qmultimedia_common/mockcameracontrol.h \
|
|
../qmultimedia_common/mockvideodeviceselectorcontrol.h \
|
|
../qmultimedia_common/mockcamerainfocontrol.h \
|
|
../qmultimedia_common/mockcameraviewfindersettingscontrol.h
|
|
|
|
|
|
include(mockvideo.pri)
|
|
|