Name | Modified | Size | Downloads / Week |
---|---|---|---|
vlc-3.0.3-ip_camera.exe | 2019-02-18 | 51.4 MB | |
vlc-3.0.3-ip_camera.tar.xz | 2019-02-18 | 24.7 MB | |
README.md | 2019-02-16 | 2.2 kB | |
MobileNetSSD_deploy.prototxt | 2019-02-15 | 29.4 kB | |
MobileNetSSD_deploy.caffemodel | 2019-02-15 | 23.1 MB | |
Totals: 5 Items | 99.3 MB | 32 |
Modified VLC version with enhanced IP camera functionality
** PLEASE NOTE **
This is not an official VLC release!
Program Features
-
ONVIF discovery for IP cameras
-
Camera configuration controls
-
Surveillance with advanced motion detection using AI
To install the software, download and run vlc-3.0.3-ip_camera.exe, the installation process is pretty straightforward.
To make use of the motion detection features, you will need to install the caffe model. This is in two files:
1.) MobileNetSSD_deploy.prototxt
2.) MobileNetSSD_deploy.caffemodel
Download these two files to your computer and configure them using the VLC preferences pane. Clicking the menu item Tools -> Preferences will bring up the preferences pane. At the bottom is a selection for "All". In the Left hand navigation panel, scroll down to Video -> Filters -> Motion Track. Click on Motion Track and at the bottom of the right hand panel will be two file boxes. Navigate to your location for the prototxt and caffemodel files to install.
Caffe Model file courtesy of chuanqi305 under the following license
MIT License
Copyright (c) 2018 chuanqi305
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.