Please refer to Core for an entry point into Webcampak Code.
Webcampak CLI is the tool in charge of picture acquisition, video creation, xfer queue management and other backend related tasks. It is currently being called by CRON jobs or through the API.
Many parts of the system refer to a static path to access many different webcampak files. To facilitate development (and even deployment), we recommend using cloning the core repo into: /home/webcampak/webcampak/
$ pip install -r requirements.txt
$ python setup.py install
$ cd /home/webcampak/webcampak/bin/cli/
$ virtualenv /home/webcampak/webcampak/bin/cli/env
$ source /home/webcampak/webcampak/bin/cli/env/bin/activate
$ pip install -r requirements.txt
$ python setup.py develop
$ webcampak --help