.. valkka_live documentation master file, created by
   sphinx-quickstart on Mon Mar 20 16:31:00 2017.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

Valkka Live
===========


.. meta::
   :description: A python video surveillance program
   :keywords: opensource, python, video surveillance, video management, video analysis, machine vision, qt

.. **Currently under construction.  Please come back in few days**
   
Valkka Live is an OpenSource video surveillance and management program for Linux 

*Some highlights of Valkka Live*

- Written in Python3 -  hack the code, add custom alerts and machine vision modules
- Create custom graphical interfaces with Python3 and Qt
- Works with stock OnVif compliant IP cameras
- Designed for massive video streaming - view and analyze simultaneously a large number of IP cameras
- Create video streaming desktop programs with advanced features using our commercial modules

Valkka Live is based on the `valkka library <https://elsampsa.github.io/valkka-examples/>`_.

.. **TODO: screenshot here**

.. _quickstart:

Quickstart
----------

Install with

::

    sudo pip3 install valkka-live
    install-valkka-core
    
Run with
    
::

    valkka-live
    
   
   
Contents:

.. toctree::
   :maxdepth: 2

   intro
   requirements
   manual
   modules
   license
   authors
   

Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`

