opencv: handdetect: fix typo in example launch line

This commit is contained in:
Reynaldo H. Verdejo Pinochet 2017-12-14 13:31:33 -08:00
parent 2b8f82f929
commit f2dac588dc

View file

@ -50,7 +50,7 @@
* <refsect2>
* <title>Example launch line</title>
* |[
* gst-launch-1.0 autovideosrc ! videoconvert ! "video/x-raw, formt=RGB, width=320, height=240" ! \
* gst-launch-1.0 autovideosrc ! videoconvert ! "video/x-raw, format=RGB, width=320, height=240" ! \
* videoscale ! handdetect ! videoconvert ! xvimagesink
* ]|
* </refsect2>