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. Re: Motion 4.3.1 + WSL ([email protected])
2. Re: Motion 4.3.1 + WSL (Mike Wilson)
----------------------------------------------------------------------
Message: 1
Date: Sun, 19 Jul 2020 09:52:35 -0700
From: [email protected]
To: Motion discussion list <[email protected]>
Subject: Re: [Motion-user] Motion 4.3.1 + WSL
Message-ID:
<cagd+p+axkzgryj3ga0k0lqscmef-uf6qzywyvjeu1fm17yq...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
Hi John,
First my background: I am a retired IT Engineer who worked for a very large
company that you have heard of and I have years of programming and server
administration experience on Unix, Linux and Windows.
I now work on things that make my life better and with that in mind, I
solve problems related to that. A home security system is important to me
and I give it a lot of daily attention. I have used Blue Iris 4 & 5
extensively and wrote a lot of BI Json tools to automate and extract data
to assist with AI implementation. I have tried and used a lot of Object
Detection "engines" (rekognition, ImageAI, Darknet - Yolov3 and Yolov4,
Opencv and DeepStack) with the purpose of providing me with videos that
only contain "persons or cars" on two of the seven cameras that I have
running.
I switched from BI to motion because of primarily two issues, CPU usage and
movie generation. I run everything on a Inspiron 7559 laptop quad core
machine with 2 SSD drives. Basically I wanted to emulate everything I liked
about BI with the latest version of Motion running in a WSL environment.
The Tools:
- WSL 1 (Ubuntu)
- Motion 4.3.1 providing video and audio (I use CURL with on_event_start
and on_event_end to create a MP3)
- Motion 4.3.1 Web Interface. This works very well for me when configured
properly.
- Python3 for archiving and storage of videos and audio files with a folder
quota.
- Python3 for cleanup of videos and images.
- Python3 for automated Email, SMS notifications and AI processing of
images generated by Motion. The notifications contain a link to the google
drive folder that contains the AI chosen videos. I had written this for use
with BI a while ago...
- Google Drive Sync and Backup to automatically upload videos identified as
having persons or cars in certain locations. I was using this with BI too.
- Windows 10 Explorer as a "clips" viewer. With its ability to show "large
icons" and auto-refresh of a folder it makes a very good clips viewer
interface.
- VLC for playback of videos.
With best regards,
Bob
On Sat, Jul 18, 2020 at 5:53 PM John Laurence Poole <[email protected]>
wrote:
> primsbox1 - You seem to have approached managing video surveillance
> cameras using a complete open source tool chain to provide the essence of
> managing video feeds. Would you be willing to share a bit more about your
> tool chain and what you are accomplishing with it.
>
> I've been approaching video surveillance from the bottom up... first with
> Scott Lamb's moonfire-nvr <https://github.com/scottlamb/moonfire-nvr>
> which accumulates and aggregates raw video (no audio at this point) and
> makes it a breeze to extract whatever segments. Scott's done a first class
> job. I'm monitoring this motion project as my next steps are accumulating
> and managing events my Reolink cameras detect and report back, then going
> into this motion project to likewise define events meriting attention.
> Finally, I will go into artificial intelligence to analyze the events so at
> the end what is brought to my attention are meaningful events and not noise
> (change of light, shadows, moving branches). You obviously are ahead of
> me, especially in pursuing Yolov5 (see
> https://blog.roboflow.ai/yolov5-is-here/). I am inspired by what you
> have written and hope you might be willing to share a bit more about your
> tool chain. Perhaps you are coming from a robotics standpoint?
>
> Please feel free to contact me directly.
>
> On Sat, Jul 18, 2020 at 4:59 PM <[email protected]> wrote:
>
>> Hi I have been a long, on again, off again time user of motion using VM's
>> and I also have Blue Iris 4 & 5. I have switched from BI to motion running
>> in the WSL environment and *I just wanted to say how pleased I am with
>> the work that's been done developing motion*. With the help of some
>> python tools that I have written, VLC, the motion web interface and windows
>> 10 Explorer, I don't even have a need for MotionEye (sorry to say). I'm
>> also using Yolo V5 with motion to give me those videos that I really want
>> to see. Anyway, good job and keep up the good work!
>> _______________________________________________
>> 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
>
>
>
> --
> John L. Poole
>
> 707-812-1323
> [email protected]
> _______________________________________________
> 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...
------------------------------
Message: 2
Date: Sun, 19 Jul 2020 14:05:55 -0400
From: Mike Wilson <[email protected]>
To: Motion discussion list <[email protected]>
Subject: Re: [Motion-user] Motion 4.3.1 + WSL
Message-ID:
<CAAVeUCoGR=o0r7dezd+vurscznojoaaxcln8n4tddpe9gtt...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
Hi Bob,
Thanks for sharing. Is there any of this up on github or other types of
sharing sites? I, for one, would like to see the python script for AI
processing. I've been looking to bring this into my setup for some time.
Any help would be appreciated.
On Sun, Jul 19, 2020 at 12:54 PM <[email protected]> wrote:
> Hi John,
>
> First my background: I am a retired IT Engineer who worked for a very
> large company that you have heard of and I have years of programming and
> server administration experience on Unix, Linux and Windows.
>
> I now work on things that make my life better and with that in mind, I
> solve problems related to that. A home security system is important to me
> and I give it a lot of daily attention. I have used Blue Iris 4 & 5
> extensively and wrote a lot of BI Json tools to automate and extract data
> to assist with AI implementation. I have tried and used a lot of Object
> Detection "engines" (rekognition, ImageAI, Darknet - Yolov3 and Yolov4,
> Opencv and DeepStack) with the purpose of providing me with videos that
> only contain "persons or cars" on two of the seven cameras that I have
> running.
>
> I switched from BI to motion because of primarily two issues, CPU usage
> and movie generation. I run everything on a Inspiron 7559 laptop quad core
> machine with 2 SSD drives. Basically I wanted to emulate everything I liked
> about BI with the latest version of Motion running in a WSL environment.
>
> The Tools:
> - WSL 1 (Ubuntu)
> - Motion 4.3.1 providing video and audio (I use CURL with on_event_start
> and on_event_end to create a MP3)
> - Motion 4.3.1 Web Interface. This works very well for me when configured
> properly.
> - Python3 for archiving and storage of videos and audio files with a
> folder quota.
> - Python3 for cleanup of videos and images.
> - Python3 for automated Email, SMS notifications and AI processing of
> images generated by Motion. The notifications contain a link to the google
> drive folder that contains the AI chosen videos. I had written this for use
> with BI a while ago...
> - Google Drive Sync and Backup to automatically upload videos identified
> as having persons or cars in certain locations. I was using this with BI
> too.
> - Windows 10 Explorer as a "clips" viewer. With its ability to show "large
> icons" and auto-refresh of a folder it makes a very good clips viewer
> interface.
> - VLC for playback of videos.
>
> With best regards,
> Bob
>
>
>
>
>
>
> On Sat, Jul 18, 2020 at 5:53 PM John Laurence Poole <[email protected]>
> wrote:
>
>> primsbox1 - You seem to have approached managing video surveillance
>> cameras using a complete open source tool chain to provide the essence of
>> managing video feeds. Would you be willing to share a bit more about your
>> tool chain and what you are accomplishing with it.
>>
>> I've been approaching video surveillance from the bottom up... first with
>> Scott Lamb's moonfire-nvr <https://github.com/scottlamb/moonfire-nvr>
>> which accumulates and aggregates raw video (no audio at this point) and
>> makes it a breeze to extract whatever segments. Scott's done a first class
>> job. I'm monitoring this motion project as my next steps are accumulating
>> and managing events my Reolink cameras detect and report back, then going
>> into this motion project to likewise define events meriting attention.
>> Finally, I will go into artificial intelligence to analyze the events so at
>> the end what is brought to my attention are meaningful events and not noise
>> (change of light, shadows, moving branches). You obviously are ahead of
>> me, especially in pursuing Yolov5 (see
>> https://blog.roboflow.ai/yolov5-is-here/). I am inspired by what you
>> have written and hope you might be willing to share a bit more about your
>> tool chain. Perhaps you are coming from a robotics standpoint?
>>
>> Please feel free to contact me directly.
>>
>> On Sat, Jul 18, 2020 at 4:59 PM <[email protected]> wrote:
>>
>>> Hi I have been a long, on again, off again time user of motion using
>>> VM's and I also have Blue Iris 4 & 5. I have switched from BI to motion
>>> running in the WSL environment and *I just wanted to say how pleased I
>>> am with the work that's been done developing motion*. With the help of
>>> some python tools that I have written, VLC, the motion web interface and
>>> windows 10 Explorer, I don't even have a need for MotionEye (sorry to say).
>>> I'm also using Yolo V5 with motion to give me those videos that I really
>>> want to see. Anyway, good job and keep up the good work!
>>> _______________________________________________
>>> 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
>>
>>
>>
>> --
>> John L. Poole
>>
>> 707-812-1323
>> [email protected]
>> _______________________________________________
>> 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
>
> _______________________________________________
> 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 169, Issue 7
*******************************************