Configure the video storage location for the DeepServer

Configure DS' recording location

To configure the location in which the DeepServer stores video we need to

  1. Edit the RECORDING_LOCATION=./recordings line in the config file:
    nano /opt/aivero/ds/.env
    
  2. Re-up the DS
    (cd /opt/aivero/ds && docker compose up -d)
    

Checklist

πŸ‘

Check this

We can only check if this is working once we have the first camera connected.

Then simply check the folder while a recording is running. You will see a set of folders and video files being created.


What’s Next