[Bug 749260] New: [disparity] Add a "max-disparity" property

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue May 12 04:20:17 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=749260

            Bug ID: 749260
           Summary: [disparity] Add a "max-disparity" property
    Classification: Platform
           Product: GStreamer
           Version: 1.x
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-plugins-bad
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: ji0130.jung at samsung.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

Created attachment 303253
  --> https://bugzilla.gnome.org/attachment.cgi?id=303253&action=edit
add a "max-disparity" property

The disparity element based on OpenCV is used for calculating disparities
between two input images, but the current element only supports inputs whose
maximum disparity is smaller than 16/32/64. (This fixed value depends on the
algorithm type)

For supporting high-resolution images with larger disparity, I added a new
property, "max-disparity". It can control a disparity size the element handles.

You can check it using the following command.

gst-launch-1.0 multifilesrc location=../L0000000000.png ! pngdec ! videoconvert
! video/x-raw,colorimetry="1:1:0:0" ! disp0.sink_right multifilesrc
location=../R0000000000.png ! pngdec ! videoconvert !
video/x-raw,colorimetry="1:1:0:0" ! disp0.sink_left disparity max-disparity=64
name=disp0 method=sbm disp0.src ! videoconvert ! xvimagesink sync=false

2d1ac47a57d7e72c125975353c9e9dac691f50b6

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list