summaryrefslogtreecommitdiffstats
path: root/basicsuite/camera/demo.xml
diff options
context:
space:
mode:
Diffstat (limited to 'basicsuite/camera/demo.xml')
-rw-r--r--basicsuite/camera/demo.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/basicsuite/camera/demo.xml b/basicsuite/camera/demo.xml
new file mode 100644
index 0000000..cf30096
--- /dev/null
+++ b/basicsuite/camera/demo.xml
@@ -0,0 +1,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>