[Bug 629244] [opencv] Add motion detection element

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue May 24 11:43:56 PDT 2011


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

--- Comment #60 from Robert Jobbagy <jobbagy.robert at gmail.com> 2011-05-24 18:43:54 UTC ---
Hi,

you can use motionmaskcellspos property if you want masking-out some area from
frame , if dont want detect motion in this area what you set in
motionmaskcellspos.

And if you check motioncellsidx what give back element and you see an idx what
you want mask-out then something wrong in the element.

example 

if you set 

motionmaskcellspos="2:3,2:4,2:5"

and element give back motioncellsidx in bus msg
motion_cells_indices="0:0,0:1,2:3"  then it's wrong because the element I
didn't want detect motion in 2:3 cell.

I hope it's clear.

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