Motion Detection in Kurento WebRTC

363 views
Skip to first unread message

abhay...@oodlestechnologies.com

unread,
Apr 22, 2015, 2:36:22 PM4/22/15
to kur...@googlegroups.com

we are working on Kurento Media Server . We run all example of node.js like platedetector,pointdetector , crowddetector etc

We are facing problem how to detect motion . Let suppose if anything moves in front of camera and it detects any change then calls an event .

In simple words if anything moves in front of camera then we want trigger an Event

Thanks.

Ivan Gracia

unread,
Apr 23, 2015, 5:45:12 AM4/23/15
to Kurento Public
Hi,

Depends on how you define the thresholds for events, maybe you could use the crowd detector filter for that. Although it is meant to detect masses of people in an area, it basically looks for differences against the background, so provided the person is close enough to the camera, it would be seen as a "blurry mass" against the background, and therefor detected as a crowd :-) Anyway, remember that this filter has a different purpose, and the behaviour can be different as expected.

In any case, it would be easy for you to implement this filter yourself, and use it as an external module.

Cheers,

Ivan Gracia



--
You received this message because you are subscribed to the Google Groups "kurento" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kurento+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

abhay...@oodlestechnologies.com

unread,
Apr 23, 2015, 6:56:21 AM4/23/15
to kur...@googlegroups.com
 Thanks for your reply,

  It would be very helpful if you could provide any URL or doc/pdf file, where i can read it from & implement

Ivan Gracia

unread,
Apr 23, 2015, 7:12:15 AM4/23/15
to Kurento Public
Well, we have documentation on how to create your own modules for KMS. As for what to put in the module itself (i.e. the GStreamer code), nothing beats good old google ;-)
I think that's a good start ;-)

Ivan Gracia


Abhay Garg

unread,
Apr 23, 2015, 9:43:10 AM4/23/15
to kur...@googlegroups.com
In this youtube https://www.youtube.com/watch?v=r91nExNEHiw we see motion detection . Can we get this module

--
You received this message because you are subscribed to a topic in the Google Groups "kurento" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/kurento/HPy6BGf3C3E/unsubscribe.
To unsubscribe from this group and all its topics, send an email to kurento+u...@googlegroups.com.

Luis Lopez

unread,
Apr 23, 2015, 12:38:22 PM4/23/15
to kur...@googlegroups.com
That module is not open source.

Best.

Luis Lopez
Kurento.org Project Coordinator
tel +34 914 888 713tel lu...@kurento.comtel prof.luis.lopez • twitter linkedin blog youtube

Kurento.org logo

Best WoW Factor Award at WebRTC Conference & Expo 2014 (California)
Award

Audience Choice Award at WebRTC Conference & Expo 2014 (California)
Award

Best of Show Award at WebRTC conference expo 2014 (Paris)
Award


Abhay Garg

unread,
Apr 24, 2015, 1:31:59 AM4/24/15
to kur...@googlegroups.com
Ok so for our requirements we need to implement a module . But we are Java Developers  is there any way to write code in Java for motion detection module . i go through the below link  
but the code is written C language, 
can kurento provide streaming via CCTV / IP cameras?

Luis Lopez

unread,
Apr 24, 2015, 11:25:41 AM4/24/15
to kur...@googlegroups.com
Hi,

El 24/04/2015, a las 07:31, Abhay Garg <abhay...@oodlestechnologies.com> escribió:

Ok so for our requirements we need to implement a module . But we are Java Developers  is there any way to write code in Java for motion detection module . i go through the below link  
but the code is written C language, 

You cannot create your motion detection algorithm in Java in Kurento (for performance reasons, it's not a good idea to implement such thing in Java even out of Kurento)

If you are really desperate for having such module, you may use Kurento professional support for creating such algorithm, drop a message to in...@kurento.org for further info.

can kurento provide streaming via CCTV / IP cameras?

Yes, as long as the cameras support RTSP or HTTP media streaming. For analog cameras, you need to have a device for transforming the stream to IP, there are many such devices in sale on major camera vendors (Axis, Bosh, etc.)

Best.

abhay...@oodlestechnologies.com

unread,
Apr 27, 2015, 12:34:24 AM4/27/15
to kur...@googlegroups.com
Hello Luis & Ivan
Is this work for us ? https://github.com/Kurento/kms-filters/tree/master/src/gst-plugins/movementdetector . We need if there is any movement on screen then it triggers  an Event and we implement our code after triggering that event 

Abhilash Goyal

unread,
Mar 9, 2017, 10:47:50 PM3/9/17
to kurento, abhay...@oodlestechnologies.com
Hi Abhay,

Are you still working on kurento filters ?
Can you please provide some help regarding how these filters (written in C) are interacting with Java modules or there are separate implementations for them ?

Thanks in advance
Reply all
Reply to author
Forward
0 new messages