Send Motion-user mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.sourceforge.net/lists/listinfo/motion-user
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Motion-user digest..."
Today's Topics:
1. Area Detect Query/Use Case (Jake Stride)
2. Re: Area Detect Query/Use Case (tosiara)
3. Re: Area Detect Query/Use Case (Joerg Weber)
4. Re: Area Detect Query/Use Case (Jake Stride)
----------------------------------------------------------------------
Message: 1
Date: Sun, 14 Jul 2019 17:02:24 +0800
From: Jake Stride <[email protected]>
To: Motion discussion list <[email protected]>
Subject: [Motion-user] Area Detect Query/Use Case
Message-ID:
<caoo87zonvplgln3f8y1zagkjdz6vg7qz4r-udgxj9k7vnya...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
Are there any hints on how to use this
https://motion-project.github.io/motion_config.html#area_detect please?
I have a use case where I'd like to record a movie for motion detected
anywhere in the video, but only trigger a script when motion is on the
bottom two thirds, something like:
----
++++
++++
-------------- next part --------------
An HTML attachment was scrubbed...
------------------------------
Message: 2
Date: Sun, 14 Jul 2019 12:58:57 +0300
From: tosiara <[email protected]>
To: Motion discussion list <[email protected]>
Subject: Re: [Motion-user] Area Detect Query/Use Case
Message-ID:
<CACHTdwQhKpbFA8AYsF=L3+m+kp_Y7W3miLq0GR-845V2zf6=f...@mail.gmail.com>
Content-Type: text/plain; charset="UTF-8"
Try to put into config:
area_detect 456789
On Sun, Jul 14, 2019 at 12:30 PM Jake Stride <[email protected]> wrote:
>
> Are there any hints on how to use this
> https://motion-project.github.io/motion_config.html#area_detect please?
>
> I have a use case where I'd like to record a movie for motion detected
> anywhere in the video, but only trigger a script when motion is on the bottom
> two thirds, something like:
>
> ----
> ++++
> ++++
> _______________________________________________
> Motion-user mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/motion-user
> https://motion-project.github.io/
>
> Unsubscribe: https://lists.sourceforge.net/lists/options/motion-user
------------------------------
Message: 3
Date: Sun, 14 Jul 2019 09:52:14 +0000
From: "Joerg Weber" <[email protected]>
To: "Motion discussion list" <[email protected]>
Subject: Re: [Motion-user] Area Detect Query/Use Case
Message-ID: <[email protected]>
Content-Type: text/plain; charset="utf-8"
Hi Jake,
yes, perfectly fits your needs. You would configure following:
area_detect 456789
on_area_detected /some/path/your_script
Please note that the area definition is only related to the execution of the
script. It does not change behaviour of the actual motion detection, like masks
do. The script is executed only once during an event.
Brgds Joerg.
14. Juli 2019 11:31 Uhr, "Jake Stride" schrieb:
Are there any hints on how to use this
https://motion-project.github.io/motion_config.html#area_detect
(https://motion-project.github.io/motion_config.html#area_detect) please? I
have a use case where I'd like to record a movie for motion detected anywhere
in the video, but only trigger a script when motion is on the bottom two
thirds, something like: ---- ++++ ++++
-------------- next part --------------
An HTML attachment was scrubbed...
------------------------------
Message: 4
Date: Sun, 14 Jul 2019 19:35:40 +0800
From: Jake Stride <[email protected]>
To: Motion discussion list <[email protected]>
Subject: Re: [Motion-user] Area Detect Query/Use Case
Message-ID:
<CAOO87zPngv+gZOH-=hh62wfa4=chuwerkxq_w_e_wfzynmm...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
Thanks, giving it a try but it's not working how I had hoped. I wanted to
use it to process the movie created when the event ended but it doesn't
provide the filename in %f.
Any suggestions on how I'd be able to only process the file on_movie_end if
the motion was in the area detect, or maybe had a high x value for the
motion centre?
On Sun., 14 Jul. 2019, 18:05 Joerg Weber, <[email protected]> wrote:
> Hi Jake,
>
> yes, perfectly fits your needs. You would configure following:
>
> area_detect 456789
> on_area_detected /some/path/your_script
>
> Please note that the area definition is only related to the execution of
> the script. It does not change behaviour of the actual motion detection,
> like masks do. The script is executed only once during an event.
>
>
> Brgds Joerg.
>
>
>
> 14. Juli 2019 11:31 Uhr, "Jake Stride" <[email protected]
> <%22jake%20stride%22%20%[email protected]%3E>> schrieb:
>
> Are there any hints on how to use this
> https://motion-project.github.io/motion_config.html#area_detect please?
> I have a use case where I'd like to record a movie for motion detected
> anywhere in the video, but only trigger a script when motion is on the
> bottom two thirds, something like:
> ----
> ++++
> ++++
>
> _______________________________________________
> Motion-user mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/motion-user
> https://motion-project.github.io/
>
> Unsubscribe: https://lists.sourceforge.net/lists/options/motion-user
-------------- next part --------------
An HTML attachment was scrubbed...
------------------------------
------------------------------
Subject: Digest Footer
_______________________________________________
Motion-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/motion-user
------------------------------
End of Motion-user Digest, Vol 157, Issue 6
*******************************************