summaryrefslogtreecommitdiffstats
path: root/basicsuite/camera/demo.xml
blob: cf3009694d2c4e6f3f1ec8a32c4a8cd0405c4157 (plain)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="UTF-8"?>

<application title="Camera" main="main.qml" icon="preview_l.jpg">
<description>
This example demonstrates the use of the camera features of Qt Multimedia with Qt Quick.

Demo can be used to take photos which are saved in the /data/images/ directory. Camera parameters such as flash mode, scene mode or white balance can be changed. The availability of parameters depends on what the camera driver provides.
</description>
</application>