summaryrefslogtreecommitdiffstats
path: root/.gitmodules
diff options
context:
space:
mode:
authorJocelyn Turcotte <jocelyn.turcotte@digia.com>2015-01-21 15:22:37 +0100
committerJocelyn Turcotte <jocelyn.turcotte@theqtcompany.com>2015-01-26 15:34:35 +0200
commita48d66e54876335a3e5c02fa0eb269ccb237b332 (patch)
tree14f2552c2acd37223958525712221571ed70c334 /.gitmodules
parentfb74273be089955cc9f9c8f08efaad52c18e4fa4 (diff)
Add enterprise-kinectdatavis in tradeshow demos
This is a small demo I did with feedback from the sales guys in Berlin. It's similar to the Kinect demo we had for 3D charts, except that it doesn't require complicated packages like OpenNI; only libfreenect to get the depth image. I only tested the demo on the imx6. The mesh processing of incoming frames is quite heavy so it might not work well on slower devices. The resolution can be tweaked with QQuickFreenectDepthDataProxy's width and height variables to change the resolution of the graph. It isn't in basicsuits since it require a Kinect to be of any value. Change-Id: I4b4619599842119e7d3e8ee130ece7244c0c645c Reviewed-by: Michal Klocek <michal.klocek@digia.com>
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..2ecbb11
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,3 @@
+[submodule "tradeshow/enterprise-kinectdatavis/src/libfreenect"]
+ path = tradeshow/enterprise-kinectdatavis/src/libfreenect
+ url = https://github.com/OpenKinect/libfreenect.git