[go: up one dir, main page]

Menu

[r1]: / README  Maximize  Restore  History

Download this file

21 lines (10 with data), 743 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
WHAT IT IS
----------

gst-motiondetect is a simple (still incomplete) gstreamer based motion detector using a sigma delta background estimation technique.I decidec to make this for use in my gstreamer based security DVR application.



HOW TO USE IT
-------------

gst-launch v4l2src ! videorate ! video/x-raw-rgb  , width=320 , height=240 , framerate=5/1 ! motiondetect threshold=25 multiplier=16 gap=30 minchange=3000 ! ffmpegcolorspace ! ximagesink

TODO
____

Not considering color space logic atm and treating everything as grayscale , still works but will work and look better once it is done

Morphological operators , countouring , blob detection and other advanced techniques need to be applied for reliable human motion detection