mvTimeLapse

Fetch snapshots from your MV Cameras and build a timelapse from them

alt text

This has been tested on Python 3.9 on Mac OS 12.1

How to use:

  1. Clone the repo
  2. Edit the config.py file
  • Add your API_Key under API_KEY
  • Add the Camera you're looking to work with under CAMERA_SERIAL
  • Add your timezone under time_zone
  • Set the start date by filling each of the items (year, month, day, hour, minute and second)
  • Set the interval at which you want to fetch snapshots in seconds under lapse_int
  • Set the total time window you're looking at in seconds under lapse_length
  • Set the desired output filename under lapse_file_name
  1. Run "pip install -r requirements.txt"
  2. Run "python main.py"

NOTE: The steps above work well for Mac OS, but on Windows you will have to comment out the last line of the script. Then go to the folder where your time lapse images where stored (/lapse), select all of them, do a right-click and then click on Create Movie.

References:

View code on GitHub

Code Exchange Community

Get help, share code, and collaborate with other developers in the Code Exchange community.View Community
Disclaimer:
Cisco provides Code Exchange for convenience and informational purposes only, with no support of any kind. This page contains information and links from third-party websites that are governed by their own separate terms. Reference to a project or contributor on this page does not imply any affiliation with or endorsement by Cisco.