This is a open source platform for processing videos and pictures from cameras.

Open Video Guard is base on Scala, Akka and Play.
The application can configured like all Play apps in application.conf. In this file you will find explanations in the comments.
Quickrun use a embedded Datase for storing Metadata and the Filesystem for Imgages an Videos.
Requirements
- Java 7 or higher
Download a snoapshot version of Open Video Guard from here. Extract the zipfile. Create a data directory for all video and image data. This directory must be configured in openvideobuard/conf/application.conf at ovg.homeDirectory.
Start server with
openvideoguard-web -DapplyEvolution.default=true
The default ftp user is username test password test. This can be changed in openvideobuard/conf/evolutions/default/1.sql
List with all actors an it responsibility
| Actor | Description |
|---|---|
| Archive | |
| DeleteImage | |
| LoadImage | |
| LoadVideo | |
| Reimport |
sbt dist
This project is licensed under the Apache 2.0 License. See LICENSE for full license text.