After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 726587 - OpenNI2: should support more than a single video mode/resolution
OpenNI2: should support more than a single video mode/resolution
Status: RESOLVED INCOMPLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other All
: Normal enhancement
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-03-17 23:25 UTC by Andrew Wiley
Modified: 2016-01-19 17:25 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Andrew Wiley 2014-03-17 23:25:30 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.
Comment 1 Tim-Philipp Müller 2015-05-18 16:44:23 UTC
Andrew, did you ever finish your patch?