GNOME Bugzilla – Bug 726587
OpenNI2: should support more than a single video mode/resolution
Last modified: 2016-01-19 17:25:29 UTC
The OpenNI2 plugin currently assumes that an OpenNI2 device only supports one video mode (resolution/framerate) and creates a capability list with a single entry. This assumption is invalid for devices like the ASUS Xtion Pro Live, which supports a range of resolutions. Instead, the list of video modes from OpenNI2 needs to be converted to a list of capabilities, which will allow the plugin to behave like the V4L2 plugin. I'm guessing this assumption was originally made because the author only dealt with OpenNI2 capture files, where this assumption would hold. It may also hold for the Kinect - I'm not sure. I'm working on a patch for this.
Andrew, did you ever finish your patch?