| Top |
| gboolean | calculatemotion | Read / Write |
| gchar * | cellscolor | Read / Write |
| gchar * | datafile | Read / Write |
| gchar * | datafileextension | Read / Write |
| gboolean | display | Read / Write |
| gint | gap | Read / Write |
| gint | gridx | Read / Write |
| gint | gridy | Read / Write |
| gint | minimummotionframes | Read / Write |
| gchar * | motioncellsidx | Read / Write |
| gint | motioncellthickness | Read / Write |
| gchar * | motionmaskcellspos | Read / Write |
| gchar * | motionmaskcoords | Read / Write |
| gboolean | postallmotion | Read / Write |
| gint | postnomotion | Read / Write |
| gdouble | sensitivity | Read / Write |
| gdouble | threshold | Read / Write |
| gboolean | usealpha | Read / Write |
GObject
╰── GInitiallyUnowned
╰── GstObject
╰── GstElement
╰── GstBaseTransform
╰── GstVideoFilter
╰── GstOpencvVideoFilter
╰── GstMotioncells
Performs motion detection on videos.
1 |
gst-launch-1.0 videotestsrc pattern=18 ! videorate ! videoscale ! video/x-raw,width=320,height=240,framerate=5/1 ! videoconvert ! motioncells ! videoconvert ! xvimagesink |
plugin |
opencv |
author |
Robert Jobbagy <jobbagy dot robert at gmail dot com>, Nicola Murino <nicola dot murino at gmail.com> |
class |
Filter/Effect/Video |
name |
sink |
direction |
sink |
presence |
always |
details |
video/x-raw, format=(string)RGB, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ] |
name |
src |
direction |
source |
presence |
always |
details |
video/x-raw, format=(string)RGB, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ] |
“calculatemotion” property “calculatemotion” gboolean
Toggles motion calculation. If FALSE, this filter does nothing.
Owner: GstMotioncells
Flags: Read / Write
Default value: TRUE
“cellscolor” property “cellscolor” gchar *
Color for motion cells in R,G,B format. Max per channel is 255.
Owner: GstMotioncells
Flags: Read / Write
Default value: "255,255,0"
“datafile” property “datafile” gchar *
Location of motioncells data file (empty string means no saving).
Owner: GstMotioncells
Flags: Read / Write
Default value: NULL
“datafileextension” property “datafileextension” gchar *
Extension of datafile.
Owner: GstMotioncells
Flags: Read / Write
Default value: "vamc"
“display” property “display” gboolean
Toggle display of motion cells on current frame.
Owner: GstMotioncells
Flags: Read / Write
Default value: FALSE
“gap” property “gap” gint
Interval in seconds after which motion is considered finished and a motion finished bus message is posted.
Owner: GstMotioncells
Flags: Read / Write
Allowed values: [1,60]
Default value: 5
“gridx” property “gridx” gint
Number of horizontal grid cells.
Owner: GstMotioncells
Flags: Read / Write
Allowed values: [8,32]
Default value: 10
“gridy” property “gridy” gint
Number of vertical grid cells.
Owner: GstMotioncells
Flags: Read / Write
Allowed values: [8,32]
Default value: 10
“minimummotionframes” property “minimummotionframes” gint
Minimum number of motion frames triggering a motion event.
Owner: GstMotioncells
Flags: Read / Write
Allowed values: [1,60]
Default value: 1
“motioncellsidx” property “motioncellsidx” gchar *
Describe a cell with its line and column idx separated with ":". Pass multiple cells as a comma-separated list.
Owner: GstMotioncells
Flags: Read / Write
Default value: NULL
“motioncellthickness” property “motioncellthickness” gint
Motion Cell Border Thickness. Set to -1 to fill motion cell.
Owner: GstMotioncells
Flags: Read / Write
Allowed values: [G_MAXULONG,5]
Default value: 1
“motionmaskcellspos” property “motionmaskcellspos” gchar *
Describe a cell with its line and column idx separated with ":". Pass multiple cells as a comma-separated list.
Owner: GstMotioncells
Flags: Read / Write
Default value: NULL
“motionmaskcoords” property “motionmaskcoords” gchar *
Describe a region with its upper left and lower right x, y coordinates separated with ":". Pass multiple regions as a comma-separated list.
Owner: GstMotioncells
Flags: Read / Write
Default value: NULL
“postallmotion” property “postallmotion” gboolean
Post bus messages for every motion frame or just motion start and motion stop.
Owner: GstMotioncells
Flags: Read / Write
Default value: FALSE
“postnomotion” property “postnomotion” gint
If non 0, post a no_motion event on the bus if no motion is detected for the given number of seconds.
Owner: GstMotioncells
Flags: Read / Write
Allowed values: [0,180]
Default value: 0
“sensitivity” property “sensitivity” gdouble
Motion detection sensitivity.
Owner: GstMotioncells
Flags: Read / Write
Allowed values: [0,1]
Default value: 0.5
“threshold” property “threshold” gdouble
Threshold value for motion. Filter detects motion when at least this fraction of the cells have moved.
Owner: GstMotioncells
Flags: Read / Write
Allowed values: [0,1]
Default value: 0.01