summaryrefslogtreecommitdiff
path: root/docs/plugins/inspect/plugin-opencv.xml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/plugins/inspect/plugin-opencv.xml')
-rw-r--r--docs/plugins/inspect/plugin-opencv.xml25
1 files changed, 23 insertions, 2 deletions
diff --git a/docs/plugins/inspect/plugin-opencv.xml b/docs/plugins/inspect/plugin-opencv.xml
index 960b76df0..5df36920e 100644
--- a/docs/plugins/inspect/plugin-opencv.xml
+++ b/docs/plugins/inspect/plugin-opencv.xml
@@ -3,10 +3,10 @@
<description>GStreamer OpenCV Plugins</description>
<filename>../../ext/opencv/.libs/libgstopencv.so</filename>
<basename>libgstopencv.so</basename>
- <version>1.1.3</version>
+ <version>1.1.3.1</version>
<license>LGPL</license>
<source>gst-plugins-bad</source>
- <package>GStreamer Bad Plug-ins source release</package>
+ <package>GStreamer Bad Plug-ins git</package>
<origin>Unknown package origin</origin>
<elements>
<element>
@@ -136,6 +136,27 @@
</pads>
</element>
<element>
+ <name>disparity</name>
+ <longname>Stereo image disparity (depth) map calculation</longname>
+ <class>Filter/Effect/Video</class>
+ <description>Calculates the stereo disparity map from two (sequences of) rectified and aligned stereo images</description>
+ <author>Miguel Casas-Sanchez &lt;miguelecasassanchez@gmail.com&gt;</author>
+ <pads>
+ <caps>
+ <name>sink</name>
+ <direction>sink</direction>
+ <presence>always</presence>
+ <details>video/x-raw, format=(string)RGB, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
+ </caps>
+ <caps>
+ <name>src</name>
+ <direction>source</direction>
+ <presence>always</presence>
+ <details>video/x-raw, format=(string)RGB, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
+ </caps>
+ </pads>
+ </element>
+ <element>
<name>edgedetect</name>
<longname>edgedetect</longname>
<class>Filter/Effect/Video</class>