tomoto / kinect-mssdk-openni-bridge

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

Error in setting mirror capability to false #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Set the mirror capability of either the Image or Depth generator to false
2. The returned image from the generator contains no data.

What is the expected output? What do you see instead?
A valid colour/depth image.  An empty colour/depth image.

What version of the product are you using? On what operating system?
v1.0.0.2, Windows 7.

Please provide any additional information below.
To fix:
In MSRKinectImageStreamContext.h, line 52:
        return m_bMirror;

Should read:
        return m_bMirror?1:-1;

Original issue reported on code.google.com by jimca...@gmail.com on 17 Apr 2012 at 5:13

GoogleCodeExporter commented 9 years ago
Thank you for reporting. It will be fixed in 1.0.0.3. Appreciate for your help 
and patience!

Original comment by tom...@gmail.com on 17 Apr 2012 at 12:30