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
Original issue reported on code.google.com by
jimca...@gmail.com
on 17 Apr 2012 at 5:13