{"id":20400069,"url":"https://github.com/codebrainz/motiondetector","last_synced_at":"2025-04-12T13:50:43.620Z","repository":{"id":1936798,"uuid":"2865791","full_name":"codebrainz/motiondetector","owner":"codebrainz","description":"GStreamer video motion detection plugin.","archived":false,"fork":false,"pushed_at":"2022-01-13T17:26:42.000Z","size":110,"stargazers_count":18,"open_issues_count":0,"forks_count":11,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-26T08:23:17.403Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-2.1","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codebrainz.png","metadata":{"files":{"readme":"README","changelog":"ChangeLog","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-11-28T08:19:14.000Z","updated_at":"2024-08-24T07:00:41.000Z","dependencies_parsed_at":"2022-09-09T09:10:29.512Z","dependency_job_id":null,"html_url":"https://github.com/codebrainz/motiondetector","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codebrainz%2Fmotiondetector","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codebrainz%2Fmotiondetector/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codebrainz%2Fmotiondetector/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codebrainz%2Fmotiondetector/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codebrainz","download_url":"https://codeload.github.com/codebrainz/motiondetector/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248575522,"owners_count":21127201,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-15T04:38:17.697Z","updated_at":"2025-04-12T13:50:43.599Z","avatar_url":"https://github.com/codebrainz.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"GStreamer Motion Detector Plugin\n================================\n\nThis is a simple GStreamer plugin that detects motion in a video\nstream in a Gstreamer pipeline.  The element has one sink pad and\none source pad, both only support 24-bit RGB formats.\n\nConnect the element inline with your video stream and either watch\nthe elements `notify::motion-detected` signal or watch for application\nbus messages containing motion information.\n\nThe plugin uses OpenCV to find moving blobs against an averaged\nbackground scene.  It's not super-robust but it's still quite\naccurate.  You can tweak the element properties to improve detection\nsomewhat.\n\nHere's a sample pipeline:\n\n\t$ gst-launch -v --gst-plugin-path=$PLUGIN_PATH \\\n          autovideosrc ! \\\n          video/x-raw-rgb ! \\\n          motiondetector draw_motion=true rate_limit=500 ! \\\n          ffmpegcolorspace ! \\\n          queue ! \\\n          autovideosink\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodebrainz%2Fmotiondetector","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodebrainz%2Fmotiondetector","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodebrainz%2Fmotiondetector/lists"}