tomoto / kinect-mssdk-openni-bridge

Automatically exported from code.google.com/p/kinect-mssdk-openni-bridge
Other
1 stars 2 forks source link

HandGenerator and UserGenerator crashes with 320x240 DepthGenerator #3

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Problem reported in OpenNI forum:
http://groups.google.com/group/openni-dev/browse_thread/thread/b56f8587a1217aa1/
1a69969b20079419#1a69969b20079419

What steps will reproduce the problem?
1. install Bridge - v1.5
2. The Sample-PointViewer works fine(both xtion sensor and k4w)
3. now add one line to the depth node in Sample-Tracking.xml, see below, 
specifying the depth resolution to QVGA:
                <Node type="Depth">
                        <Configuration>
                                <MapOutputMode xRes="320" yRes="240" FPS="30"/>
                                <Mirror on="true"/>
                        </Configuration>
                </Node>
4. now connect xtion sensor, Sample-PointViewer works
5. disconnect xtion sensor, connect k4w, Sample-PointViewer crashes.
6. if I change to VGA(xRes="640" yRes="480"), the Sample-PointViewer works. 

The same issue happens with UserTracker.

Original issue reported on code.google.com by tom...@gmail.com on 24 May 2012 at 10:23