[Bug 629244] [opencv] Add motion detection element

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Jul 19 00:13:54 PDT 2011


https://bugzilla.gnome.org/show_bug.cgi?id=629244
  GStreamer | gst-plugins-bad | git

--- Comment #138 from Robert Jobbagy <jobbagy.robert at gmail.com> 2011-07-19 07:13:47 UTC ---
Comment 135

Nicola,

Your pipeline is wrong, this is the right one:


gst-launch -m v4l2src ! videorate ! video/x-raw-yuv,framerate=5/1 !
ffmpegcolorspace ! motioncells  gridx=10 gridy=10 sensitivity=0.8 !
ffmpegcolorspace ! xvimagesink

or 


gst-launch -m v4l2src ! videorate ! videoscale !
video/x-raw-yuv,width=320,height=240,framerate=5/1 ! ffmpegcolorspace !
motioncells  gridx=10 gridy=10 sensitivity=0.8 ! ffmpegcolorspace ! xvimagesink

Robert

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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