Smart Sec Cam Versions Save

A privacy-focused, intelligent security camera system.

0.2.9

1 year ago
  • Bug fix for the video file naming scheme

0.2.8

1 year ago
  • Fixes a memory leak in the motion detection service

0.2.7

2 years ago
  • Updates UI to only use .mp4 files on iOS (not MacOS). MacOS 12 supports playing .webm files.

0.2.6

2 years ago
  • Fixes an issue preventing saved .mp4 video files from being written correctly in docker

0.2.5.a

2 years ago
  • Fixes an issue preventing the Motion Detection service from automatically detecting new cameras

0.2.4

2 years ago
  • Updates saved videos to work across multiple platforms, including macOS and iOS.

0.2.3

2 years ago
  • Makes the motion detection threshold configurable via the cli
  • Fixes an issue that caused docker-compose to hang with a large video data directory

0.2.2

2 years ago
  • Fixes an issue that caused CORS errors in some browsers when using self-signed certificates.
  • Updates the server configuration to serve both the Web UI and API from the Flask server.
  • Updates the default server listening port to 8443 for both the web app and API.

0.2.1

2 years ago
  • Bug fixes for the motion detection algorithm.
  • Updates the list of saved videos to display in order w/ most recent first.
  • Adds support for dynamically setting the API url in the UI at runtime
  • Updates frontend docker container to Node v16