Quantotto Predictive Surveillance Platform

View on GitHub

Building Quantotto Image

Video guide for this section

NOTE:

  • Building Raspberry Pi image is done by running qtoserver agent buildrpi:

    $ qtoserver agent buildrpi --help
    Usage: qtoserver agent buildrpi [OPTIONS]
    
      Builds Raspberry Pi image with Quantotto Agent and all the pre-requisites
    
    Options:
      --base-image-file TEXT      Path to base Raspberry OS image file  [required]
      --hostname TEXT             Raspberry Pi hostname  [default:
                                  qto20201211T212557; required]
    
      --site-name TEXT            Agent's site name  [default: main; required]
      --out-dir TEXT              Image output folder  [default:
                                  /opt/quantotto/.venv/lib/python3.8/site-
                                  packages/quantotto/cli_server/rpi/out; required]
    
      --configure-network         Embed network settings into image
      --configure-wifi            Embed WiFi settings into image (not required if
                                  Ethernet will be used)
    
      --keep-tmp                  Do not delete temporary directory (for script
                                  debugging)
    
      --help                      Show this message and exit.