motion detection

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

motion detection

Jerry Geis-2
hi all,

I am trying to find a way to do motion detection and send an email or other method to let someone know about the motion.

I found motioncells but it does not seem to be compiled. 

Is there some dependency ? I have gst-plugins-bad-1.12.3 (compiled from source on CentOS 7).

I dont seen any output other than something printed on the output. is there theory to scrape that output ? or some other way to know about the motion.

I guess first step is how to get it compiled in.

Thoughts?

Thanks,

Jerry

_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: motion detection

Jerry Geis-2
Ok - working back from motioncells - I found opencv  and installing opencv-devel has got me the module.

no - how can I send an email when motion is detected by motioncells ? 

Thanks,

Jerry

_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: motion detection

Mathieu Duponchelle
A quick look at the source tells me that it will post messages on the bus:

https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/blob/master/ext/opencv/gstmotioncells.cpp#L1047

I can't comment on how to send the email however :)

If you feel like proposing a MR to document the posted messages
in the SECTION comment (https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/blob/master/ext/opencv/gstmotioncells.cpp#L46)
don't hesitate, it will certainly help others!

On 5/18/20 7:56 PM, Jerry Geis wrote:
Ok - working back from motioncells - I found opencv  and installing opencv-devel has got me the module.

no - how can I send an email when motion is detected by motioncells ? 

Thanks,

Jerry

_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel